Color Hex Logo

#427772 Color Hex

#427772
(66,119,114)
0 Favorites   0 Comments

Color spaces of #427772

RGB 66119114
HSL0.480.290.36
HSV174°45°47°
CMYK 0.450.000.04   0.53
XYZ11.880915.566818.2981
Yxy15.56680.25970.3403
Hunter Lab39.4548-15.29470.1212
CIE-Lab46.4009-18.9694-2.7807

#427772 color RGB value is (66,119,114).

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

The process color (four color CMYK) of #427772 color hex is 0.45, 0.00, 0.04, 0.53. Web safe color of #427772 is #336666. Color #427772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 01110010
Octal 102 167 162
Decimal 66 119 114
Hex 42 77 72

RGB Percentages of Color #427772

%22.07
%39.80
%38.13

CMYK Percentages of Color #427772

%45
%0
%4
%53

Triadic Colors of #427772

#427772 #724277 #777242

Analogous Colors of #427772

#427772 #426277 #427758

Monochromatic Colors of #427772

#427772

Complementary Color

#427772 #774247

#427772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427772 Color CSS Codes

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

#427772 Text Font Color

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

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


#427772 Background Color

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

This div background color is #427772


#427772 Border Color

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

This div border color is #427772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427772


Comments

No comments written yet.

Please login to write comment.