Color Hex Logo

#47765c Color Hex

#47765C
(71,118,92)
0 Favorites   0 Comments

Color spaces of #47765c

RGB 7111892
HSL0.410.250.37
HSV147°40°46°
CMYK 0.400.000.22   0.54
XYZ11.008715.069212.4536
Yxy15.06920.28570.3911
Hunter Lab38.8191-17.31268.1524
CIE-Lab45.7288-22.34629.3464

#47765c color RGB value is (71,118,92).

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

The process color (four color CMYK) of #47765c color hex is 0.40, 0.00, 0.22, 0.54. Web safe color of #47765c is #336666. Color #47765c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110110 01011100
Octal 107 166 134
Decimal 71 118 92
Hex 47 76 5C

RGB Percentages of Color #47765c

%25.27
%41.99
%32.74

CMYK Percentages of Color #47765c

%40
%0
%22
%54

Triadic Colors of #47765c

#47765c #5c4776 #765c47

Analogous Colors of #47765c

#47765c #477674 #4a7647

Monochromatic Colors of #47765c

#47765c

Complementary Color

#47765c #764761

#47765c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47765c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47765c Color CSS Codes

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

#47765c Text Font Color

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

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


#47765c Background Color

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

This div background color is #47765c


#47765c Border Color

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

This div border color is #47765c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,118,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 #47765c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47765c


Comments

No comments written yet.

Please login to write comment.