COLOR #47594C

HEX: #47594C
RGB: (71,89,76)

Color info

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

RGB color model

#47594C color RGB value is (71,89,76).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 76 of 255 = 30%

71
89
76

R + G + B ~ 31%. #47594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 76 = 236 (100%)
R 71 of 236 ~ 30.08%
G 89 of 236 ~ 37.71%
B 76 of 236 ~ 32.2%

%30.08
%37.71
%32.2

CMYK color model

#47594C color CMYK value is (20,0,15,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(20,0,15,65)
C20M0Y15K65 
(20%,0%,15%,65%)
(0.20/0.00/0.15/0.65)	

CMYK percentages

%20.22
%0
%14.61
%65.1

Codes

Color #47594C in popluar color models

47594C
RGB718976
HSL137°11.25%31.37%
HSB/HSV137°20.22%34.90%
CMYK20.22%0.00%14.61%
65.10%

Color #47594C in popluar number systems.

HEX47594C
Decimal718976
Binary100011110110011001100
Octal107131114

Shades and tints

Shades of #47594C

#47594C
(71,89,76)
#415146
(65,81,70)
#3B4940
(59,73,64)
#35413A
(53,65,58)
#2F3934
(47,57,52)
#29312E
(41,49,46)
#232928
(35,41,40)
#1D2122
(29,33,34)
#17191C
(23,25,28)
#111116
(17,17,22)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #47594C

#47594C
(71,89,76)
#57685C
(87,104,92)
#67776C
(103,119,108)
#77867C
(119,134,124)
#87958C
(135,149,140)
#97A49C
(151,164,156)
#A7B3AC
(167,179,172)
#B7C2BC
(183,194,188)
#C7D1CC
(199,209,204)
#D7E0DC
(215,224,220)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47594C; }

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

This text font color is #47594C.


Background Color

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

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

This div background color is #47594C.


Border color

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

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

This div border color is #47594C.


Opacity

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

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

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

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

This text has shadow with #47594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47594C on black background.


Color preview on white background

This text has color #47594C on white background.



Black color preview on #47594C background

This text has black color on #47594C background.


White color preview on #47594C background

This text has white color on #47594C background.