Color Hex Logo

#425710 Color Hex

#425710
(66,87,16)
0 Favorites   0 Comments

Color spaces of #425710

RGB 668716
HSL0.220.690.20
HSV78°82°34°
CMYK 0.240.000.82   0.66
XYZ5.74858.01211.7337
Yxy8.01210.37100.5171
Hunter Lab28.3057-13.283916.1825
CIE-Lab34.0081-19.287435.9054

#425710 color RGB value is (66,87,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010111 00010000
Octal 102 127 20
Decimal 66 87 16
Hex 42 57 10

RGB Percentages of Color #425710

%39.05
%51.48
%9.47

CMYK Percentages of Color #425710

%24
%0
%82
%66

Triadic Colors of #425710

#425710 #104257 #571042

Analogous Colors of #425710

#425710 #1e5710 #574910

Monochromatic Colors of #425710

#425710

Complementary Color

#425710 #251057

#425710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425710 Color CSS Codes

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

#425710 Text Font Color

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

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


#425710 Background Color

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

This div background color is #425710


#425710 Border Color

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

This div border color is #425710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425710


Comments

No comments written yet.

Please login to write comment.