Color Hex Logo

#47552e Color Hex

#47552E
(71,85,46)
0 Favorites   0 Comments

Color spaces of #47552e

RGB 718546
HSL0.230.300.26
HSV82°46°33°
CMYK 0.160.000.46   0.67
XYZ6.34028.03383.8013
Yxy8.03380.34880.4420
Hunter Lab28.3440-9.673611.8892
CIE-Lab34.0532-12.966620.9323

#47552e color RGB value is (71,85,46).

#47552e hex color red value is 71, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47552e hue: 0.23 , saturation: 0.30 and the lightness value of 47552e is 0.26.

The process color (four color CMYK) of #47552e color hex is 0.16, 0.00, 0.46, 0.67. Web safe color of #47552e is #336633. Color #47552e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 00101110
Octal 107 125 56
Decimal 71 85 46
Hex 47 55 2E

RGB Percentages of Color #47552e

%35.15
%42.08
%22.77

CMYK Percentages of Color #47552e

%16
%0
%46
%67

Triadic Colors of #47552e

#47552e #2e4755 #552e47

Analogous Colors of #47552e

#47552e #34552e #55502e

Monochromatic Colors of #47552e

#47552e

Complementary Color

#47552e #3c2e55

#47552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47552e Color CSS Codes

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

#47552e Text Font Color

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

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


#47552e Background Color

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

This div background color is #47552e


#47552e Border Color

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

This div border color is #47552e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,85,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47552e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47552e;
  -webkit-box-shadow: 1px 1px 3px 2px #47552e;
  box-shadow:         1px 1px 3px 2px #47552e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47552e


Comments

No comments written yet.

Please login to write comment.