COLOR #47554C

HEX: #47554C
RGB: (71,85,76)

Color info

#47554C contains red, green and blue colors in about the same proportion. Web safe color of #47554C is #336633 (or #363).

RGB color model

#47554C color RGB value is (71,85,76).

  • red value is 71;
  • green value is 85;
  • blue value is 76.
RGB:
(71,85,76)
(28%,33%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 76 of 255 = 30%

71
85
76

R + G + B ~ 30%. #47554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 76 = 232 (100%)
R 71 of 232 ~ 30.6%
G 85 of 232 ~ 36.64%
B 76 of 232 ~ 32.76%

%30.6
%36.64
%32.76

CMYK color model

#47554C color CMYK value is (16,0,11,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(16,0,11,67)
C16M0Y11K67 
(16%,0%,11%,67%)
(0.16/0.00/0.11/0.67)	

CMYK percentages

%16.47
%0
%10.59
%66.67

Codes

Color #47554C in popluar color models

47554C
RGB718576
HSL141°8.97%30.59%
HSB/HSV141°16.47%33.33%
CMYK16.47%0.00%10.59%
66.67%

Color #47554C in popluar number systems.

HEX47554C
Decimal718576
Binary100011110101011001100
Octal107125114

Shades and tints

Shades of #47554C

#47554C
(71,85,76)
#414E46
(65,78,70)
#3B4740
(59,71,64)
#35403A
(53,64,58)
#2F3934
(47,57,52)
#29322E
(41,50,46)
#232B28
(35,43,40)
#1D2422
(29,36,34)
#171D1C
(23,29,28)
#111616
(17,22,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #47554C

#47554C
(71,85,76)
#57645C
(87,100,92)
#67736C
(103,115,108)
#77827C
(119,130,124)
#87918C
(135,145,140)
#97A09C
(151,160,156)
#A7AFAC
(167,175,172)
#B7BEBC
(183,190,188)
#C7CDCC
(199,205,204)
#D7DCDC
(215,220,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47554C color. Also use rgb(71,85,76) instead hex code.

Text Font Color

.myTextColor { color: #47554C; }

<p style="color:#47554C">This sample text font color is #47554C.</p>

This text font color is #47554C.


Background Color

.myBgColor { background-color: #47554C; }

<div style="background-color:#47554C">Inner text</div>

This div background color is #47554C.


Border color

.myBorderColor { border: 1px solid #47554C; }

<div style="border:3px solid #47554C">Div</div>

This div border color is #47554C.


Opacity

.myOpacity80 { color: #47554C; opacity: 0.8; }

<p style="color:#47554C;opacity:0.8;">80%</p>

Text with #47554C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #47554C;}

<p style="text-shadow: 3px 3px 1px #47554C">Text here.</p>

This text has shadow with #47554C color.

.textShadow {text-shadow: 3px 3px 1px #47554C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #47554C, 5px 5px 20px red">Text here.</p>

This text has shadow with #47554C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47554C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#47554C, Direction=45, Strength=4)">Text</p>

This text has shadow with #47554C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #47554C;
  -webkit-box-shadow:	1px 1px 3px 2px #47554C;
  box-shadow:		1px 1px 3px 2px #47554C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47554C;
-webkit-box-shadow: 1px 1px 3px 2px #47554C;
box-shadow:1px 1px 3px 2px #47554C;">
Div content here</div>
This div box has shadow with color #47554C.

Preview

Color preview on black background

This text has color #47554C on black background.


Color preview on white background

This text has color #47554C on white background.



Black color preview on #47554C background

This text has black color on #47554C background.


White color preview on #47554C background

This text has white color on #47554C background.