COLOR #47785E

HEX: #47785E
RGB: (71,120,94)

Color info

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

RGB color model

#47785E color RGB value is (71,120,94).

  • red value is 71;
  • green value is 120;
  • blue value is 94.
RGB:
(71,120,94)
(28%,47%,37%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 94 of 255 = 37%

71
120
94

R + G + B ~ 37%. #47785E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 94 = 285 (100%)
R 71 of 285 ~ 24.91%
G 120 of 285 ~ 42.11%
B 94 of 285 ~ 32.98%

%24.91
%42.11
%32.98

CMYK color model

#47785E color CMYK value is (41,0,22,53).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(41,0,22,53)
C41M0Y22K53 
(41%,0%,22%,53%)
(0.41/0.00/0.22/0.53)	

CMYK percentages

%40.83
%0
%21.67
%52.94

Codes

Color #47785E in popluar color models

47785E
RGB7112094
HSL148°25.65%37.45%
HSB/HSV148°40.83%47.06%
CMYK40.83%0.00%21.67%
52.94%

Color #47785E in popluar number systems.

HEX47785E
Decimal7112094
Binary100011111110001011110
Octal107170136

Shades and tints

Shades of #47785E

#47785E
(71,120,94)
#416E56
(65,110,86)
#3B644E
(59,100,78)
#355A46
(53,90,70)
#2F503E
(47,80,62)
#294636
(41,70,54)
#233C2E
(35,60,46)
#1D3226
(29,50,38)
#17281E
(23,40,30)
#111E16
(17,30,22)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #47785E

#47785E
(71,120,94)
#57846C
(87,132,108)
#67907A
(103,144,122)
#779C88
(119,156,136)
#87A896
(135,168,150)
#97B4A4
(151,180,164)
#A7C0B2
(167,192,178)
#B7CCC0
(183,204,192)
#C7D8CE
(199,216,206)
#D7E4DC
(215,228,220)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47785E color. Also use rgb(71,120,94) instead hex code.

Text Font Color

.myTextColor { color: #47785E; }

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

This text font color is #47785E.


Background Color

.myBgColor { background-color: #47785E; }

<div style="background-color:#47785E">Inner text</div>

This div background color is #47785E.


Border color

.myBorderColor { border: 1px solid #47785E; }

<div style="border:3px solid #47785E">Div</div>

This div border color is #47785E.


Opacity

.myOpacity80 { color: #47785E; opacity: 0.8; }

<p style="color:#47785E;opacity:0.8;">80%</p>

Text with #47785E 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 #47785E;}

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

This text has shadow with #47785E color.

.textShadow {text-shadow: 3px 3px 1px #47785E, 3px 3px 1px red;}

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

This text has shadow with #47785E primary color and red secondary color.


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

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

This text has shadow with #47785E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47785E on black background.


Color preview on white background

This text has color #47785E on white background.



Black color preview on #47785E background

This text has black color on #47785E background.


White color preview on #47785E background

This text has white color on #47785E background.