Color Hex Logo

#42580e Color Hex

#42580E
(66,88,14)
0 Favorites   0 Comments

Color spaces of #42580e

RGB 668814
HSL0.220.730.20
HSV78°84°35°
CMYK 0.250.000.84   0.65
XYZ5.81588.16941.6858
Yxy8.16940.37110.5213
Hunter Lab28.5822-13.698216.5105
CIE-Lab34.3332-19.926036.9337

#42580e color RGB value is (66,88,14).

#42580e hex color red value is 66, green value is 88 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42580e hue: 0.22 , saturation: 0.73 and the lightness value of 42580e is 0.20.

The process color (four color CMYK) of #42580e color hex is 0.25, 0.00, 0.84, 0.65. Web safe color of #42580e is #336600. Color #42580e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 00001110
Octal 102 130 16
Decimal 66 88 14
Hex 42 58 E

RGB Percentages of Color #42580e

%39.29
%52.38
%8.33

CMYK Percentages of Color #42580e

%25
%0
%84
%65

Triadic Colors of #42580e

#42580e #0e4258 #580e42

Analogous Colors of #42580e

#42580e #1d580e #58490e

Monochromatic Colors of #42580e

#42580e

Complementary Color

#42580e #240e58

#42580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42580e Color CSS Codes

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

#42580e Text Font Color

<p style="color:#42580e">Text here</p>

This sample text font color is #42580e
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.


#42580e Background Color

<div style="background-color:#42580e">
Div content here</div>

This div background color is #42580e


#42580e Border Color

<div style="border:3px solid #42580e">
Div here</div>

This div border color is #42580e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,88,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42580e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42580e;
  -webkit-box-shadow: 1px 1px 3px 2px #42580e;
  box-shadow:         1px 1px 3px 2px #42580e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42580e


Comments

No comments written yet.

Please login to write comment.