COLOR #47774D

HEX: #47774D
RGB: (71,119,77)

Color info

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

RGB color model

#47774D color RGB value is (71,119,77).

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

RGB channels and saturation

R 71 of 255 = 28%
G 119 of 255 = 47%
B 77 of 255 = 30%

71
119
77

R + G + B ~ 35%. #47774D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 119 + 77 = 267 (100%)
R 71 of 267 ~ 26.59%
G 119 of 267 ~ 44.57%
B 77 of 267 ~ 28.84%

%26.59
%44.57
%28.84

CMYK color model

#47774D color CMYK value is (40,0,35,53).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(40,0,35,53)
C40M0Y35K53 
(40%,0%,35%,53%)
(0.40/0.00/0.35/0.53)	

CMYK percentages

%40.34
%0
%35.29
%53.33

Codes

Color #47774D in popluar color models

47774D
RGB7111977
HSL128°25.26%37.25%
HSB/HSV128°40.34%46.67%
CMYK40.34%0.00%35.29%
53.33%

Color #47774D in popluar number systems.

HEX47774D
Decimal7111977
Binary100011111101111001101
Octal107167115

Shades and tints

Shades of #47774D

#47774D
(71,119,77)
#416D46
(65,109,70)
#3B633F
(59,99,63)
#355938
(53,89,56)
#2F4F31
(47,79,49)
#29452A
(41,69,42)
#233B23
(35,59,35)
#1D311C
(29,49,28)
#172715
(23,39,21)
#111D0E
(17,29,14)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #47774D

#47774D
(71,119,77)
#57835D
(87,131,93)
#678F6D
(103,143,109)
#779B7D
(119,155,125)
#87A78D
(135,167,141)
#97B39D
(151,179,157)
#A7BFAD
(167,191,173)
#B7CBBD
(183,203,189)
#C7D7CD
(199,215,205)
#D7E3DD
(215,227,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47774D; }

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

This text font color is #47774D.


Background Color

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

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

This div background color is #47774D.


Border color

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

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

This div border color is #47774D.


Opacity

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

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

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

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

This text has shadow with #47774D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47774D on black background.


Color preview on white background

This text has color #47774D on white background.



Black color preview on #47774D background

This text has black color on #47774D background.


White color preview on #47774D background

This text has white color on #47774D background.