Color Hex Logo

#425d2c Color Hex

#425D2C
(66,93,44)
0 Favorites   0 Comments

Color spaces of #425d2c

RGB 669344
HSL0.260.360.27
HSV93°53°36°
CMYK 0.290.000.53   0.64
XYZ6.61579.16883.8039
Yxy9.16880.33770.4681
Hunter Lab30.2800-13.990713.7478
CIE-Lab36.3073-19.787024.8038

#425d2c color RGB value is (66,93,44).

#425d2c hex color red value is 66, green value is 93 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #425d2c hue: 0.26 , saturation: 0.36 and the lightness value of 425d2c is 0.27.

The process color (four color CMYK) of #425d2c color hex is 0.29, 0.00, 0.53, 0.64. Web safe color of #425d2c is #336633. Color #425d2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011101 00101100
Octal 102 135 54
Decimal 66 93 44
Hex 42 5D 2C

RGB Percentages of Color #425d2c

%32.51
%45.81
%21.67

CMYK Percentages of Color #425d2c

%29
%0
%53
%64

Triadic Colors of #425d2c

#425d2c #2c425d #5d2c42

Analogous Colors of #425d2c

#425d2c #2c5d2f #5b5d2c

Monochromatic Colors of #425d2c

#425d2c

Complementary Color

#425d2c #472c5d

#425d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#425d2c Color CSS Codes

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

#425d2c Text Font Color

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

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


#425d2c Background Color

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

This div background color is #425d2c


#425d2c Border Color

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

This div border color is #425d2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425d2c


Comments

No comments written yet.

Please login to write comment.