Color Hex Logo

#28580d Color Hex

#28580D
(40,88,13)
0 Favorites   0 Comments

Color spaces of #28580d

RGB 408813
HSL0.270.740.20
HSV98°85°35°
CMYK 0.550.000.85   0.65
XYZ4.43747.45961.5867
Yxy7.45960.32910.5532
Hunter Lab27.3123-18.795715.6741
CIE-Lab32.8311-30.439835.3404

#28580d color RGB value is (40,88,13).

#28580d hex color red value is 40, green value is 88 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #28580d hue: 0.27 , saturation: 0.74 and the lightness value of 28580d is 0.20.

The process color (four color CMYK) of #28580d color hex is 0.55, 0.00, 0.85, 0.65. Web safe color of #28580d is #336600. Color #28580d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011000 00001101
Octal 50 130 15
Decimal 40 88 13
Hex 28 58 D

RGB Percentages of Color #28580d

%28.37
%62.41
%9.22

CMYK Percentages of Color #28580d

%55
%0
%85
%65

Triadic Colors of #28580d

#28580d #0d2858 #580d28

Analogous Colors of #28580d

#28580d #0d5818 #4e580d

Monochromatic Colors of #28580d

#28580d

Complementary Color

#28580d #3d0d58

#28580d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28580d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28580d Color CSS Codes

.mybgcolor {background-color:#28580d; } 
.myforecolor {color:#28580d; }
.mybordercolor {border:3px solid #28580d; }

#28580d Text Font Color

<p style="color:#28580d">Text here</p>

This sample text font color is #28580d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#28580d Background Color

<div style="background-color:#28580d">
Div content here</div>

This div background color is #28580d


#28580d Border Color

<div style="border:3px solid #28580d">
Div here</div>

This div border color is #28580d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,88,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28580d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28580d;
  -webkit-box-shadow: 1px 1px 3px 2px #28580d;
  box-shadow:         1px 1px 3px 2px #28580d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,88,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #28580d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #28580d;
  -webkit-box-shadow: 1px 1px 3px 2px #28580d;
  box-shadow:         1px 1px 3px 2px #28580d;">
Div content here</div>

This div box has shadow with color #28580d


Comments

No comments written yet.

Please login to write comment.