COLOR #47881F

HEX: #47881F RGB: (71,136,31)

Color info

#47881F contains mainly green color. Web safe color of #47881F is #339933 (or #393).

RGB color model

#47881F color RGB value is (71,136,31).

RGB: (71,136,31) (28%, 53%, 12%)

RGB channels and saturation

R 71 of 255 = 28%
G 136 of 255 = 53%
B 31 of 255 = 12%

71
136
31

R + G + B ~ 31%. #47881F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 136 + 31 = 238 (100%)
R 71 of 238 ~ 29.83%
G 136 of 238 ~ 57.14%
B 31 of 238 ~ 13.03'%

%29.83
%57.14
%13.03

CMYK color model

#47881F color CMYK value is (48,0,77,47).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 77.21%
  • key color value is 46.67%

CMYK: (48,0,77,47)
C48M0Y77K47 (48%, 0%, 77%, 47%)
(0.48 / 0.00 / 0.77 / 0.47)

CMYK percentages

%47.79
%0
%77.21
%46.67

Codes

Color #47881F in popluar color models

47 88 1F
RGB 71 136 31
HSL 97° 62.87% 32.75%
HSB/HSV 97° 77.21% 53.33%
CMYK 47.79% 0.00% 77.21%
46.67%

Color #47881F in popluar number systems.

HEX 47 88 1F
Decimal 71 136 31
Binary 1000111 10001000 11111
Octal 107 210 37

Shades and tints

Shades of #47881F

#47881F
(71,136,31)
#417C1D
(65,124,29)
#3B701B
(59,112,27)
#356419
(53,100,25)
#2F5817
(47,88,23)
#294C15
(41,76,21)
#234013
(35,64,19)
#1D3411
(29,52,17)
#17280F
(23,40,15)
#111C0D
(17,28,13)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #47881F

#47881F
(71,136,31)
#579233
(87,146,51)
#679C47
(103,156,71)
#77A65B
(119,166,91)
#87B06F
(135,176,111)
#97BA83
(151,186,131)
#A7C497
(167,196,151)
#B7CEAB
(183,206,171)
#C7D8BF
(199,216,191)
#D7E2D3
(215,226,211)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47881F color. Also use rgb(71,136,31) instead hex code.

Text Font Color

.myTextColor { color: #47881F; }

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

This text font color is #47881F.

Background Color

.myBgColor { background-color: #47881F; }

<div style="background-color:#47881F">Inner text</div>

This div background color is #47881F.

Border color

.myBorderColor { border: 1px solid #47881F; }

<div style="border:3px solid #47881F">Div</div>

This div border color is #47881F.

Opacity

.myOpacity80 { color: #47881F; opacity: 0.8; }

<p style="color:#47881F;opacity:0.8;">80%</p>

Text with #47881F 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 #47881F;}

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

This text has shadow with #47881F color.


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

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

This text has shadow with #47881F primary color and red secondary color.


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

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

This text has shadow with #47881F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47881F.

Preview

Color preview on black background

This text has color #47881F on black background.


Color preview on white background

This text has color #47881F on white background.


Black color preview on #47881F background

This text has black color on #47881F background.


White color preview on #47881F background

This text has white color on #47881F background.


Related colors

Complementary color

Complementary color for #hex is #B877E0.


I love getcolorcode.com

Triadic colors

1 #1F4788 and #881F47 with #47881F are triadic colors.

2 #1F8847 and #88471F with #47881F are triadic colors.