COLOR #47514D

HEX: #47514D
RGB: (71,81,77)

Color info

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

RGB color model

#47514D color RGB value is (71,81,77).

  • red value is 71;
  • green value is 81;
  • blue value is 77.
RGB:
(71,81,77)
(28%,32%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 77 of 255 = 30%

71
81
77

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 77 = 229 (100%)
R 71 of 229 ~ 31%
G 81 of 229 ~ 35.37%
B 77 of 229 ~ 33.62%

%31
%35.37
%33.62

CMYK color model

#47514D color CMYK value is (12,0,5,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(12,0,5,68)
C12M0Y5K68 
(12%,0%,5%,68%)
(0.12/0.00/0.05/0.68)	

CMYK percentages

%12.35
%0
%4.94
%68.24

Codes

Color #47514D in popluar color models

47514D
RGB718177
HSL156°6.58%29.80%
HSB/HSV156°12.35%31.76%
CMYK12.35%0.00%4.94%
68.24%

Color #47514D in popluar number systems.

HEX47514D
Decimal718177
Binary100011110100011001101
Octal107121115

Shades and tints

Shades of #47514D

#47514D
(71,81,77)
#414A46
(65,74,70)
#3B433F
(59,67,63)
#353C38
(53,60,56)
#2F3531
(47,53,49)
#292E2A
(41,46,42)
#232723
(35,39,35)
#1D201C
(29,32,28)
#171915
(23,25,21)
#11120E
(17,18,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #47514D

#47514D
(71,81,77)
#57605D
(87,96,93)
#676F6D
(103,111,109)
#777E7D
(119,126,125)
#878D8D
(135,141,141)
#979C9D
(151,156,157)
#A7ABAD
(167,171,173)
#B7BABD
(183,186,189)
#C7C9CD
(199,201,205)
#D7D8DD
(215,216,221)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47514D color. Also use rgb(71,81,77) instead hex code.

Text Font Color

.myTextColor { color: #47514D; }

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

This text font color is #47514D.


Background Color

.myBgColor { background-color: #47514D; }

<div style="background-color:#47514D">Inner text</div>

This div background color is #47514D.


Border color

.myBorderColor { border: 1px solid #47514D; }

<div style="border:3px solid #47514D">Div</div>

This div border color is #47514D.


Opacity

.myOpacity80 { color: #47514D; opacity: 0.8; }

<p style="color:#47514D;opacity:0.8;">80%</p>

Text with #47514D 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 #47514D;}

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

This text has shadow with #47514D color.

.textShadow {text-shadow: 3px 3px 1px #47514D, 3px 3px 1px red;}

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

This text has shadow with #47514D primary color and red secondary color.


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

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

This text has shadow with #47514D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47514D on black background.


Color preview on white background

This text has color #47514D on white background.



Black color preview on #47514D background

This text has black color on #47514D background.


White color preview on #47514D background

This text has white color on #47514D background.