Color Hex Logo

#477468 Color Hex

#477468
(71,116,104)
0 Favorites   0 Comments

Color spaces of #477468

RGB 71116104
HSL0.460.240.37
HSV164°39°45°
CMYK 0.390.000.10   0.55
XYZ11.342614.829915.3613
Yxy14.82990.27310.3571
Hunter Lab38.5096-14.81653.3062
CIE-Lab45.4003-18.49061.7462

#477468 color RGB value is (71,116,104).

#477468 hex color red value is 71, green value is 116 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #477468 hue: 0.46 , saturation: 0.24 and the lightness value of 477468 is 0.37.

The process color (four color CMYK) of #477468 color hex is 0.39, 0.00, 0.10, 0.55. Web safe color of #477468 is #336666. Color #477468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 01101000
Octal 107 164 150
Decimal 71 116 104
Hex 47 74 68

RGB Percentages of Color #477468

%24.40
%39.86
%35.74

CMYK Percentages of Color #477468

%39
%0
%10
%55

Triadic Colors of #477468

#477468 #684774 #746847

Analogous Colors of #477468

#477468 #476a74 #477452

Monochromatic Colors of #477468

#477468

Complementary Color

#477468 #744753

#477468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477468 Color CSS Codes

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

#477468 Text Font Color

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

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


#477468 Background Color

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

This div background color is #477468


#477468 Border Color

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

This div border color is #477468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477468


Comments

No comments written yet.

Please login to write comment.