Color Hex Logo

#47735f Color Hex

#47735F
(71,115,95)
0 Favorites   0 Comments

Color spaces of #47735f

RGB 7111595
HSL0.420.240.36
HSV153°38°45°
CMYK 0.380.000.17   0.55
XYZ10.794814.427313.0423
Yxy14.42730.28210.3770
Hunter Lab37.9833-15.74136.2299
CIE-Lab44.8396-20.10216.3070

#47735f color RGB value is (71,115,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 01011111
Octal 107 163 137
Decimal 71 115 95
Hex 47 73 5F

RGB Percentages of Color #47735f

%25.27
%40.93
%33.81

CMYK Percentages of Color #47735f

%38
%0
%17
%55

Triadic Colors of #47735f

#47735f #5f4773 #735f47

Analogous Colors of #47735f

#47735f #477173 #477349

Monochromatic Colors of #47735f

#47735f

Complementary Color

#47735f #73475b

#47735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47735f Color CSS Codes

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

#47735f Text Font Color

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

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


#47735f Background Color

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

This div background color is #47735f


#47735f Border Color

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

This div border color is #47735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47735f


Comments

No comments written yet.

Please login to write comment.