COLOR #47996A

HEX: #47996A RGB: (71,153,106)

Color info

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

RGB color model

#47996A color RGB value is (71,153,106).

RGB: (71,153,106) (28%, 60%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 106 of 255 = 42%

71
153
106

R + G + B ~ 43%. #47996A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 153 + 106 = 330 (100%)
R 71 of 330 ~ 21.52%
G 153 of 330 ~ 46.36%
B 106 of 330 ~ 32.12'%

%21.52
%46.36
%32.12

CMYK color model

#47996A color CMYK value is (54,0,31,40).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%

CMYK: (54,0,31,40)
C54M0Y31K40 (54%, 0%, 31%, 40%)
(0.54 / 0.00 / 0.31 / 0.40)

CMYK percentages

%53.59
%0
%30.72
%40

Codes

Color #47996A in popluar color models

47 99 6A
RGB 71 153 106
HSL 146° 36.61% 43.92%
HSB/HSV 146° 53.59% 60.00%
CMYK 53.59% 0.00% 30.72%
40.00%

Color #47996A in popluar number systems.

HEX 47 99 6A
Decimal 71 153 106
Binary 1000111 10011001 1101010
Octal 107 231 152

Shades and tints

Shades of #47996A

#47996A
(71,153,106)
#418C61
(65,140,97)
#3B7F58
(59,127,88)
#35724F
(53,114,79)
#2F6546
(47,101,70)
#29583D
(41,88,61)
#234B34
(35,75,52)
#1D3E2B
(29,62,43)
#173122
(23,49,34)
#112419
(17,36,25)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #47996A

#47996A
(71,153,106)
#57A277
(87,162,119)
#67AB84
(103,171,132)
#77B491
(119,180,145)
#87BD9E
(135,189,158)
#97C6AB
(151,198,171)
#A7CFB8
(167,207,184)
#B7D8C5
(183,216,197)
#C7E1D2
(199,225,210)
#D7EADF
(215,234,223)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47996A color. Also use rgb(71,153,106) instead hex code.

Text Font Color

.myTextColor { color: #47996A; }

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

This text font color is #47996A.

Background Color

.myBgColor { background-color: #47996A; }

<div style="background-color:#47996A">Inner text</div>

This div background color is #47996A.

Border color

.myBorderColor { border: 1px solid #47996A; }

<div style="border:3px solid #47996A">Div</div>

This div border color is #47996A.

Opacity

.myOpacity80 { color: #47996A; opacity: 0.8; }

<p style="color:#47996A;opacity:0.8;">80%</p>

Text with #47996A 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 #47996A;}

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

This text has shadow with #47996A color.


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

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

This text has shadow with #47996A primary color and red secondary color.


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

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

This text has shadow with #47996A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47996A.

Preview

Color preview on black background

This text has color #47996A on black background.


Color preview on white background

This text has color #47996A on white background.


Black color preview on #47996A background

This text has black color on #47996A background.


White color preview on #47996A background

This text has white color on #47996A background.


Related colors

Complementary color

Complementary color for #hex is #B86695.


I love getcolorcode.com

Triadic colors

1 #6A4799 and #996A47 with #47996A are triadic colors.

2 #6A9947 and #99476A with #47996A are triadic colors.