Color Hex Logo

#425711 Color Hex

#425711
(66,87,17)
0 Favorites   0 Comments

Color spaces of #425711

RGB 668717
HSL0.220.670.20
HSV78°80°34°
CMYK 0.240.000.80   0.66
XYZ5.75618.01511.7740
Yxy8.01510.37030.5156
Hunter Lab28.3110-13.252116.1025
CIE-Lab34.0143-19.227835.5293

#425711 color RGB value is (66,87,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010111 00010001
Octal 102 127 21
Decimal 66 87 17
Hex 42 57 11

RGB Percentages of Color #425711

%38.82
%51.18
%10.00

CMYK Percentages of Color #425711

%24
%0
%80
%66

Triadic Colors of #425711

#425711 #114257 #571142

Analogous Colors of #425711

#425711 #1f5711 #574911

Monochromatic Colors of #425711

#425711

Complementary Color

#425711 #261157

#425711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425711 Color CSS Codes

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

#425711 Text Font Color

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

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


#425711 Background Color

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

This div background color is #425711


#425711 Border Color

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

This div border color is #425711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425711


Comments

No comments written yet.

Please login to write comment.