Color Hex Logo

#425e3c Color Hex

#425E3C
(66,94,60)
0 Favorites   0 Comments

Color spaces of #425e3c

RGB 669460
HSL0.300.220.30
HSV109°36°37°
CMYK 0.300.000.36   0.63
XYZ7.06519.48995.7343
Yxy9.48990.31700.4258
Hunter Lab30.8057-12.972010.5275
CIE-Lab36.9109-17.833316.2587

#425e3c color RGB value is (66,94,60).

#425e3c hex color red value is 66, green value is 94 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #425e3c hue: 0.30 , saturation: 0.22 and the lightness value of 425e3c is 0.30.

The process color (four color CMYK) of #425e3c color hex is 0.30, 0.00, 0.36, 0.63. Web safe color of #425e3c is #336633. Color #425e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 00111100
Octal 102 136 74
Decimal 66 94 60
Hex 42 5E 3C

RGB Percentages of Color #425e3c

%30.00
%42.73
%27.27

CMYK Percentages of Color #425e3c

%30
%0
%36
%63

Triadic Colors of #425e3c

#425e3c #3c425e #5e3c42

Analogous Colors of #425e3c

#425e3c #3c5e47 #535e3c

Monochromatic Colors of #425e3c

#425e3c

Complementary Color

#425e3c #583c5e

#425e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#425e3c Color CSS Codes

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

#425e3c Text Font Color

<p style="color:#425e3c">Text here</p>

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


#425e3c Background Color

<div style="background-color:#425e3c">
Div content here</div>

This div background color is #425e3c


#425e3c Border Color

<div style="border:3px solid #425e3c">
Div here</div>

This div border color is #425e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,94,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #425e3c;
  box-shadow:         1px 1px 3px 2px #425e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425e3c


Comments

No comments written yet.

Please login to write comment.