Color Hex Logo

#425712 Color Hex

#425712
(66,87,18)
0 Favorites   0 Comments

Color spaces of #425712

RGB 668718
HSL0.220.660.21
HSV78°79°34°
CMYK 0.240.000.79   0.66
XYZ5.76418.01831.8162
Yxy8.01830.36950.5140
Hunter Lab28.3166-13.218816.0188
CIE-Lab34.0210-19.165635.1418

#425712 color RGB value is (66,87,18).

#425712 hex color red value is 66, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #425712 hue: 0.22 , saturation: 0.66 and the lightness value of 425712 is 0.21.

The process color (four color CMYK) of #425712 color hex is 0.24, 0.00, 0.79, 0.66. Web safe color of #425712 is #336600. Color #425712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010111 00010010
Octal 102 127 22
Decimal 66 87 18
Hex 42 57 12

RGB Percentages of Color #425712

%38.60
%50.88
%10.53

CMYK Percentages of Color #425712

%24
%0
%79
%66

Triadic Colors of #425712

#425712 #124257 #571242

Analogous Colors of #425712

#425712 #205712 #574a12

Monochromatic Colors of #425712

#425712

Complementary Color

#425712 #271257

#425712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425712 Color CSS Codes

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

#425712 Text Font Color

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

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


#425712 Background Color

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

This div background color is #425712


#425712 Border Color

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

This div border color is #425712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,87,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425712;
  -webkit-box-shadow: 1px 1px 3px 2px #425712;
  box-shadow:         1px 1px 3px 2px #425712; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425712


Comments

No comments written yet.

Please login to write comment.