Color Hex Logo

#47775c Color Hex

#47775C
(71,119,92)
0 Favorites   0 Comments

Color spaces of #47775c

RGB 7111992
HSL0.410.250.37
HSV146°40°47°
CMYK 0.400.000.23   0.53
XYZ11.127115.306012.4931
Yxy15.30600.28590.3932
Hunter Lab39.1229-17.69718.4530
CIE-Lab46.0505-22.86209.7984

#47775c color RGB value is (71,119,92).

#47775c hex color red value is 71, green value is 119 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #47775c hue: 0.41 , saturation: 0.25 and the lightness value of 47775c is 0.37.

The process color (four color CMYK) of #47775c color hex is 0.40, 0.00, 0.23, 0.53. Web safe color of #47775c is #336666. Color #47775c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110111 01011100
Octal 107 167 134
Decimal 71 119 92
Hex 47 77 5C

RGB Percentages of Color #47775c

%25.18
%42.20
%32.62

CMYK Percentages of Color #47775c

%40
%0
%23
%53

Triadic Colors of #47775c

#47775c #5c4777 #775c47

Analogous Colors of #47775c

#47775c #477774 #4a7747

Monochromatic Colors of #47775c

#47775c

Complementary Color

#47775c #774762

#47775c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47775c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47775c Color CSS Codes

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

#47775c Text Font Color

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

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


#47775c Background Color

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

This div background color is #47775c


#47775c Border Color

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

This div border color is #47775c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47775c


Comments

No comments written yet.

Please login to write comment.