Color Hex Logo

#427d5f Color Hex

#427D5F
(66,125,95)
0 Favorites   0 Comments

Color spaces of #427d5f

RGB 6612595
HSL0.420.310.37
HSV149°47°49°
CMYK 0.470.000.24   0.51
XYZ11.645916.651713.4268
Yxy16.65170.27910.3991
Hunter Lab40.8065-20.46879.0560
CIE-Lab47.8181-26.737310.4829

#427d5f color RGB value is (66,125,95).

#427d5f hex color red value is 66, green value is 125 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #427d5f hue: 0.42 , saturation: 0.31 and the lightness value of 427d5f is 0.37.

The process color (four color CMYK) of #427d5f color hex is 0.47, 0.00, 0.24, 0.51. Web safe color of #427d5f is #336666. Color #427d5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 01011111
Octal 102 175 137
Decimal 66 125 95
Hex 42 7D 5F

RGB Percentages of Color #427d5f

%23.08
%43.71
%33.22

CMYK Percentages of Color #427d5f

%47
%0
%24
%51

Triadic Colors of #427d5f

#427d5f #5f427d #7d5f42

Analogous Colors of #427d5f

#427d5f #427d7d #437d42

Monochromatic Colors of #427d5f

#427d5f

Complementary Color

#427d5f #7d4260

#427d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#427d5f Color CSS Codes

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

#427d5f Text Font Color

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

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


#427d5f Background Color

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

This div background color is #427d5f


#427d5f Border Color

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

This div border color is #427d5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,125,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427d5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427d5f;
  -webkit-box-shadow: 1px 1px 3px 2px #427d5f;
  box-shadow:         1px 1px 3px 2px #427d5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427d5f


Comments

No comments written yet.

Please login to write comment.