Color Hex Logo

#425e3b Color Hex

#425E3B
(66,94,59)
0 Favorites   0 Comments

Color spaces of #425e3b

RGB 669459
HSL0.300.230.30
HSV108°37°37°
CMYK 0.300.000.37   0.63
XYZ7.03899.47945.5964
Yxy9.47940.31830.4286
Hunter Lab30.7886-13.071410.7750
CIE-Lab36.8914-18.009416.8309

#425e3b color RGB value is (66,94,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 00111011
Octal 102 136 73
Decimal 66 94 59
Hex 42 5E 3B

RGB Percentages of Color #425e3b

%30.14
%42.92
%26.94

CMYK Percentages of Color #425e3b

%30
%0
%37
%63

Triadic Colors of #425e3b

#425e3b #3b425e #5e3b42

Analogous Colors of #425e3b

#425e3b #3b5e46 #545e3b

Monochromatic Colors of #425e3b

#425e3b

Complementary Color

#425e3b #573b5e

#425e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#425e3b Color CSS Codes

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

#425e3b Text Font Color

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

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


#425e3b Background Color

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

This div background color is #425e3b


#425e3b Border Color

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

This div border color is #425e3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425e3b


Comments

No comments written yet.

Please login to write comment.