COLOR #47965E

HEX: #47965E RGB: (71,150,94)

Color info

#47965E contains mainly green and blue colors. Web safe color of #47965E is #339966 (or #396).

RGB color model

#47965E color RGB value is (71,150,94).

RGB: (71,150,94) (28%, 59%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 150 of 255 = 59%
B 94 of 255 = 37%

71
150
94

R + G + B ~ 41%. #47965E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 150 + 94 = 315 (100%)
R 71 of 315 ~ 22.54%
G 150 of 315 ~ 47.62%
B 94 of 315 ~ 29.84'%

%22.54
%47.62
%29.84

CMYK color model

#47965E color CMYK value is (53,0,37,41).

  • cyan value is 52.67%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%

CMYK: (53,0,37,41)
C53M0Y37K41 (53%, 0%, 37%, 41%)
(0.53 / 0.00 / 0.37 / 0.41)

CMYK percentages

%52.67
%0
%37.33
%41.18

Codes

Color #47965E in popluar color models

47 96 5E
RGB 71 150 94
HSL 137° 35.75% 43.33%
HSB/HSV 137° 52.67% 58.82%
CMYK 52.67% 0.00% 37.33%
41.18%

Color #47965E in popluar number systems.

HEX 47 96 5E
Decimal 71 150 94
Binary 1000111 10010110 1011110
Octal 107 226 136

Shades and tints

Shades of #47965E

#47965E
(71,150,94)
#418956
(65,137,86)
#3B7C4E
(59,124,78)
#356F46
(53,111,70)
#2F623E
(47,98,62)
#295536
(41,85,54)
#23482E
(35,72,46)
#1D3B26
(29,59,38)
#172E1E
(23,46,30)
#112116
(17,33,22)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #47965E

#47965E
(71,150,94)
#579F6C
(87,159,108)
#67A87A
(103,168,122)
#77B188
(119,177,136)
#87BA96
(135,186,150)
#97C3A4
(151,195,164)
#A7CCB2
(167,204,178)
#B7D5C0
(183,213,192)
#C7DECE
(199,222,206)
#D7E7DC
(215,231,220)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47965E; }

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

This text font color is #47965E.

Background Color

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

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

This div background color is #47965E.

Border color

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

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

This div border color is #47965E.

Opacity

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

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

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

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

This text has shadow with #47965E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47965E.

Preview

Color preview on black background

This text has color #47965E on black background.


Color preview on white background

This text has color #47965E on white background.


Black color preview on #47965E background

This text has black color on #47965E background.


White color preview on #47965E background

This text has white color on #47965E background.


Related colors

Complementary color

Complementary color for #hex is #B869A1.


I love getcolorcode.com

Triadic colors

1 #5E4796 and #965E47 with #47965E are triadic colors.

2 #5E9647 and #96475E with #47965E are triadic colors.