COLOR #47754D

HEX: #47754D
RGB: (71,117,77)

Color info

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

RGB color model

#47754D color RGB value is (71,117,77).

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

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 77 of 255 = 30%

71
117
77

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

Portions of RGB colors in percentages

R + G + B =
71 + 117 + 77 = 265 (100%)
R 71 of 265 ~ 26.79%
G 117 of 265 ~ 44.15%
B 77 of 265 ~ 29.06%

%26.79
%44.15
%29.06

CMYK color model

#47754D color CMYK value is (39,0,34,54).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK:
(39,0,34,54)
C39M0Y34K54 
(39%,0%,34%,54%)
(0.39/0.00/0.34/0.54)	

CMYK percentages

%39.32
%0
%34.19
%54.12

Codes

Color #47754D in popluar color models

47754D
RGB7111777
HSL128°24.47%36.86%
HSB/HSV128°39.32%45.88%
CMYK39.32%0.00%34.19%
54.12%

Color #47754D in popluar number systems.

HEX47754D
Decimal7111777
Binary100011111101011001101
Octal107165115

Shades and tints

Shades of #47754D

#47754D
(71,117,77)
#416B46
(65,107,70)
#3B613F
(59,97,63)
#355738
(53,87,56)
#2F4D31
(47,77,49)
#29432A
(41,67,42)
#233923
(35,57,35)
#1D2F1C
(29,47,28)
#172515
(23,37,21)
#111B0E
(17,27,14)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #47754D

#47754D
(71,117,77)
#57815D
(87,129,93)
#678D6D
(103,141,109)
#77997D
(119,153,125)
#87A58D
(135,165,141)
#97B19D
(151,177,157)
#A7BDAD
(167,189,173)
#B7C9BD
(183,201,189)
#C7D5CD
(199,213,205)
#D7E1DD
(215,225,221)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47754D; }

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

This text font color is #47754D.


Background Color

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

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

This div background color is #47754D.


Border color

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

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

This div border color is #47754D.


Opacity

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

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

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

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

This text has shadow with #47754D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47754D on black background.


Color preview on white background

This text has color #47754D on white background.



Black color preview on #47754D background

This text has black color on #47754D background.


White color preview on #47754D background

This text has white color on #47754D background.