COLOR #47714B

HEX: #47714B
RGB: (71,113,75)

Color info

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

RGB color model

#47714B color RGB value is (71,113,75).

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

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 75 of 255 = 29%

71
113
75

R + G + B ~ 34%. #47714B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 75 = 259 (100%)
R 71 of 259 ~ 27.41%
G 113 of 259 ~ 43.63%
B 75 of 259 ~ 28.96%

%27.41
%43.63
%28.96

CMYK color model

#47714B color CMYK value is (37,0,34,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(37,0,34,56)
C37M0Y34K56 
(37%,0%,34%,56%)
(0.37/0.00/0.34/0.56)	

CMYK percentages

%37.17
%0
%33.63
%55.69

Codes

Color #47714B in popluar color models

47714B
RGB7111375
HSL126°22.83%36.08%
HSB/HSV126°37.17%44.31%
CMYK37.17%0.00%33.63%
55.69%

Color #47714B in popluar number systems.

HEX47714B
Decimal7111375
Binary100011111100011001011
Octal107161113

Shades and tints

Shades of #47714B

#47714B
(71,113,75)
#416745
(65,103,69)
#3B5D3F
(59,93,63)
#355339
(53,83,57)
#2F4933
(47,73,51)
#293F2D
(41,63,45)
#233527
(35,53,39)
#1D2B21
(29,43,33)
#17211B
(23,33,27)
#111715
(17,23,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #47714B

#47714B
(71,113,75)
#577D5B
(87,125,91)
#67896B
(103,137,107)
#77957B
(119,149,123)
#87A18B
(135,161,139)
#97AD9B
(151,173,155)
#A7B9AB
(167,185,171)
#B7C5BB
(183,197,187)
#C7D1CB
(199,209,203)
#D7DDDB
(215,221,219)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47714B; }

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

This text font color is #47714B.


Background Color

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

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

This div background color is #47714B.


Border color

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

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

This div border color is #47714B.


Opacity

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

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

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

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

This text has shadow with #47714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47714B on black background.


Color preview on white background

This text has color #47714B on white background.



Black color preview on #47714B background

This text has black color on #47714B background.


White color preview on #47714B background

This text has white color on #47714B background.