Color Hex Logo

#427047 Color Hex

#427047
(66,112,71)
0 Favorites   0 Comments

Color spaces of #427047

RGB 6611271
HSL0.350.260.35
HSV127°41°44°
CMYK 0.410.000.37   0.56
XYZ9.178313.20158.0256
Yxy13.20150.30190.4342
Hunter Lab36.3339-18.493412.3374
CIE-Lab43.0653-25.200017.9804

#427047 color RGB value is (66,112,71).

#427047 hex color red value is 66, green value is 112 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #427047 hue: 0.35 , saturation: 0.26 and the lightness value of 427047 is 0.35.

The process color (four color CMYK) of #427047 color hex is 0.41, 0.00, 0.37, 0.56. Web safe color of #427047 is #336633. Color #427047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110000 01000111
Octal 102 160 107
Decimal 66 112 71
Hex 42 70 47

RGB Percentages of Color #427047

%26.51
%44.98
%28.51

CMYK Percentages of Color #427047

%41
%0
%37
%56

Triadic Colors of #427047

#427047 #474270 #704742

Analogous Colors of #427047

#427047 #42705e #547042

Monochromatic Colors of #427047

#427047

Complementary Color

#427047 #70426b

#427047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427047 Color CSS Codes

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

#427047 Text Font Color

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

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


#427047 Background Color

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

This div background color is #427047


#427047 Border Color

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

This div border color is #427047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427047


Comments

No comments written yet.

Please login to write comment.