COLOR #47534C

HEX: #47534C
RGB: (71,83,76)

Color info

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

RGB color model

#47534C color RGB value is (71,83,76).

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

RGB channels and saturation

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

71
83
76

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

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 76 = 230 (100%)
R 71 of 230 ~ 30.87%
G 83 of 230 ~ 36.09%
B 76 of 230 ~ 33.04%

%30.87
%36.09
%33.04

CMYK color model

#47534C color CMYK value is (14,0,8,67).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(14,0,8,67)
C14M0Y8K67 
(14%,0%,8%,67%)
(0.14/0.00/0.08/0.67)	

CMYK percentages

%14.46
%0
%8.43
%67.45

Codes

Color #47534C in popluar color models

47534C
RGB718376
HSL145°7.79%30.20%
HSB/HSV145°14.46%32.55%
CMYK14.46%0.00%8.43%
67.45%

Color #47534C in popluar number systems.

HEX47534C
Decimal718376
Binary100011110100111001100
Octal107123114

Shades and tints

Shades of #47534C

#47534C
(71,83,76)
#414C46
(65,76,70)
#3B4540
(59,69,64)
#353E3A
(53,62,58)
#2F3734
(47,55,52)
#29302E
(41,48,46)
#232928
(35,41,40)
#1D2222
(29,34,34)
#171B1C
(23,27,28)
#111416
(17,20,22)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #47534C

#47534C
(71,83,76)
#57625C
(87,98,92)
#67716C
(103,113,108)
#77807C
(119,128,124)
#878F8C
(135,143,140)
#979E9C
(151,158,156)
#A7ADAC
(167,173,172)
#B7BCBC
(183,188,188)
#C7CBCC
(199,203,204)
#D7DADC
(215,218,220)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47534C; }

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

This text font color is #47534C.


Background Color

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

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

This div background color is #47534C.


Border color

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

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

This div border color is #47534C.


Opacity

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

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

Text with #47534C 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 #47534C;}

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

This text has shadow with #47534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47534C on black background.


Color preview on white background

This text has color #47534C on white background.



Black color preview on #47534C background

This text has black color on #47534C background.


White color preview on #47534C background

This text has white color on #47534C background.