Color Hex Logo

#477352 Color Hex

#477352
(71,115,82)
0 Favorites   0 Comments

Color spaces of #477352

RGB 7111582
HSL0.380.240.36
HSV135°38°45°
CMYK 0.380.000.29   0.55
XYZ10.252314.210310.1851
Yxy14.21030.29590.4101
Hunter Lab37.6966-17.422510.3682
CIE-Lab44.5330-22.906913.5786

#477352 color RGB value is (71,115,82).

#477352 hex color red value is 71, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #477352 hue: 0.38 , saturation: 0.24 and the lightness value of 477352 is 0.36.

The process color (four color CMYK) of #477352 color hex is 0.38, 0.00, 0.29, 0.55. Web safe color of #477352 is #336666. Color #477352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 01010010
Octal 107 163 122
Decimal 71 115 82
Hex 47 73 52

RGB Percentages of Color #477352

%26.49
%42.91
%30.60

CMYK Percentages of Color #477352

%38
%0
%29
%55

Triadic Colors of #477352

#477352 #524773 #735247

Analogous Colors of #477352

#477352 #477368 #527347

Monochromatic Colors of #477352

#477352

Complementary Color

#477352 #734768

#477352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477352 Color CSS Codes

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

#477352 Text Font Color

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

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


#477352 Background Color

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

This div background color is #477352


#477352 Border Color

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

This div border color is #477352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477352


Comments

No comments written yet.

Please login to write comment.