Color Hex Logo

#427747 Color Hex

#427747
(66,119,71)
0 Favorites   0 Comments

Color spaces of #427747

RGB 6611971
HSL0.350.290.36
HSV126°45°47°
CMYK 0.450.000.40   0.53
XYZ9.980914.80688.2932
Yxy14.80680.30170.4476
Hunter Lab38.4796-21.039714.1574
CIE-Lab45.3684-28.626821.0295

#427747 color RGB value is (66,119,71).

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

The process color (four color CMYK) of #427747 color hex is 0.45, 0.00, 0.40, 0.53. Web safe color of #427747 is #336633. Color #427747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 01000111
Octal 102 167 107
Decimal 66 119 71
Hex 42 77 47

RGB Percentages of Color #427747

%25.78
%46.48
%27.73

CMYK Percentages of Color #427747

%45
%0
%40
%53

Triadic Colors of #427747

#427747 #474277 #774742

Analogous Colors of #427747

#427747 #427762 #587742

Monochromatic Colors of #427747

#427747

Complementary Color

#427747 #774272

#427747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427747 Color CSS Codes

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

#427747 Text Font Color

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

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


#427747 Background Color

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

This div background color is #427747


#427747 Border Color

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

This div border color is #427747


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,119,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 #427747">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427747


Comments

No comments written yet.

Please login to write comment.