COLOR #47544B

HEX: #47544B
RGB: (71,84,75)

Color info

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

RGB color model

#47544B color RGB value is (71,84,75).

  • red value is 71;
  • green value is 84;
  • blue value is 75.
RGB:
(71,84,75)
(28%,33%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 75 of 255 = 29%

71
84
75

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

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 75 = 230 (100%)
R 71 of 230 ~ 30.87%
G 84 of 230 ~ 36.52%
B 75 of 230 ~ 32.61%

%30.87
%36.52
%32.61

CMYK color model

#47544B color CMYK value is (15,0,11,67).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(15,0,11,67)
C15M0Y11K67 
(15%,0%,11%,67%)
(0.15/0.00/0.11/0.67)	

CMYK percentages

%15.48
%0
%10.71
%67.06

Codes

Color #47544B in popluar color models

47544B
RGB718475
HSL138°8.39%30.39%
HSB/HSV138°15.48%32.94%
CMYK15.48%0.00%10.71%
67.06%

Color #47544B in popluar number systems.

HEX47544B
Decimal718475
Binary100011110101001001011
Octal107124113

Shades and tints

Shades of #47544B

#47544B
(71,84,75)
#414D45
(65,77,69)
#3B463F
(59,70,63)
#353F39
(53,63,57)
#2F3833
(47,56,51)
#29312D
(41,49,45)
#232A27
(35,42,39)
#1D2321
(29,35,33)
#171C1B
(23,28,27)
#111515
(17,21,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #47544B

#47544B
(71,84,75)
#57635B
(87,99,91)
#67726B
(103,114,107)
#77817B
(119,129,123)
#87908B
(135,144,139)
#979F9B
(151,159,155)
#A7AEAB
(167,174,171)
#B7BDBB
(183,189,187)
#C7CCCB
(199,204,203)
#D7DBDB
(215,219,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47544B color. Also use rgb(71,84,75) instead hex code.

Text Font Color

.myTextColor { color: #47544B; }

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

This text font color is #47544B.


Background Color

.myBgColor { background-color: #47544B; }

<div style="background-color:#47544B">Inner text</div>

This div background color is #47544B.


Border color

.myBorderColor { border: 1px solid #47544B; }

<div style="border:3px solid #47544B">Div</div>

This div border color is #47544B.


Opacity

.myOpacity80 { color: #47544B; opacity: 0.8; }

<p style="color:#47544B;opacity:0.8;">80%</p>

Text with #47544B 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 #47544B;}

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

This text has shadow with #47544B color.

.textShadow {text-shadow: 3px 3px 1px #47544B, 3px 3px 1px red;}

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

This text has shadow with #47544B primary color and red secondary color.


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

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

This text has shadow with #47544B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47544B on black background.


Color preview on white background

This text has color #47544B on white background.



Black color preview on #47544B background

This text has black color on #47544B background.


White color preview on #47544B background

This text has white color on #47544B background.