COLOR #47736F

HEX: #47736F
RGB: (71,115,111)

Color info

#47736F contains red, green and blue colors in about the same proportion. Web safe color of #47736F is #336666 (or #366).

RGB color model

#47736F color RGB value is (71,115,111).

  • red value is 71;
  • green value is 115;
  • blue value is 111.
RGB:
(71,115,111)
(28%,45%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 111 of 255 = 44%

71
115
111

R + G + B ~ 39%. #47736F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 111 = 297 (100%)
R 71 of 297 ~ 23.91%
G 115 of 297 ~ 38.72%
B 111 of 297 ~ 37.37%

%23.91
%38.72
%37.37

CMYK color model

#47736F color CMYK value is (38,0,3,55).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(38,0,3,55)
C38M0Y3K55 
(38%,0%,3%,55%)
(0.38/0.00/0.03/0.55)	

CMYK percentages

%38.26
%0
%3.48
%54.9

Codes

Color #47736F in popluar color models

47736F
RGB71115111
HSL175°23.66%36.47%
HSB/HSV175°38.26%45.10%
CMYK38.26%0.00%3.48%
54.90%

Color #47736F in popluar number systems.

HEX47736F
Decimal71115111
Binary100011111100111101111
Octal107163157

Shades and tints

Shades of #47736F

#47736F
(71,115,111)
#416965
(65,105,101)
#3B5F5B
(59,95,91)
#355551
(53,85,81)
#2F4B47
(47,75,71)
#29413D
(41,65,61)
#233733
(35,55,51)
#1D2D29
(29,45,41)
#17231F
(23,35,31)
#111915
(17,25,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #47736F

#47736F
(71,115,111)
#577F7C
(87,127,124)
#678B89
(103,139,137)
#779796
(119,151,150)
#87A3A3
(135,163,163)
#97AFB0
(151,175,176)
#A7BBBD
(167,187,189)
#B7C7CA
(183,199,202)
#C7D3D7
(199,211,215)
#D7DFE4
(215,223,228)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47736F color. Also use rgb(71,115,111) instead hex code.

Text Font Color

.myTextColor { color: #47736F; }

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

This text font color is #47736F.


Background Color

.myBgColor { background-color: #47736F; }

<div style="background-color:#47736F">Inner text</div>

This div background color is #47736F.


Border color

.myBorderColor { border: 1px solid #47736F; }

<div style="border:3px solid #47736F">Div</div>

This div border color is #47736F.


Opacity

.myOpacity80 { color: #47736F; opacity: 0.8; }

<p style="color:#47736F;opacity:0.8;">80%</p>

Text with #47736F 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 #47736F;}

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

This text has shadow with #47736F color.

.textShadow {text-shadow: 3px 3px 1px #47736F, 3px 3px 1px red;}

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

This text has shadow with #47736F primary color and red secondary color.


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

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

This text has shadow with #47736F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47736F on black background.


Color preview on white background

This text has color #47736F on white background.



Black color preview on #47736F background

This text has black color on #47736F background.


White color preview on #47736F background

This text has white color on #47736F background.