COLOR #47822B

HEX: #47822B
RGB: (71,130,43)

Color info

#47822B contains mainly red and green colors. Web safe color of #47822B is #339933 (or #393).

RGB color model

#47822B color RGB value is (71,130,43).

  • red value is 71;
  • green value is 130;
  • blue value is 43.
RGB:
(71,130,43)
(28%,51%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 43 of 255 = 17%

71
130
43

R + G + B ~ 32%. #47822B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 130 + 43 = 244 (100%)
R 71 of 244 ~ 29.1%
G 130 of 244 ~ 53.28%
B 43 of 244 ~ 17.62%

%29.1
%53.28
%17.62

CMYK color model

#47822B color CMYK value is (45,0,67,49).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 66.92%
  • key color value is 49.02%
CMYK:
(45,0,67,49)
C45M0Y67K49 
(45%,0%,67%,49%)
(0.45/0.00/0.67/0.49)	

CMYK percentages

%45.38
%0
%66.92
%49.02

Codes

Color #47822B in popluar color models

47822B
RGB7113043
HSL101°50.29%33.92%
HSB/HSV101°66.92%50.98%
CMYK45.38%0.00%66.92%
49.02%

Color #47822B in popluar number systems.

HEX47822B
Decimal7113043
Binary100011110000010101011
Octal10720253

Shades and tints

Shades of #47822B

#47822B
(71,130,43)
#417728
(65,119,40)
#3B6C25
(59,108,37)
#356122
(53,97,34)
#2F561F
(47,86,31)
#294B1C
(41,75,28)
#234019
(35,64,25)
#1D3516
(29,53,22)
#172A13
(23,42,19)
#111F10
(17,31,16)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #47822B

#47822B
(71,130,43)
#578D3E
(87,141,62)
#679851
(103,152,81)
#77A364
(119,163,100)
#87AE77
(135,174,119)
#97B98A
(151,185,138)
#A7C49D
(167,196,157)
#B7CFB0
(183,207,176)
#C7DAC3
(199,218,195)
#D7E5D6
(215,229,214)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47822B color. Also use rgb(71,130,43) instead hex code.

Text Font Color

.myTextColor { color: #47822B; }

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

This text font color is #47822B.


Background Color

.myBgColor { background-color: #47822B; }

<div style="background-color:#47822B">Inner text</div>

This div background color is #47822B.


Border color

.myBorderColor { border: 1px solid #47822B; }

<div style="border:3px solid #47822B">Div</div>

This div border color is #47822B.


Opacity

.myOpacity80 { color: #47822B; opacity: 0.8; }

<p style="color:#47822B;opacity:0.8;">80%</p>

Text with #47822B 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 #47822B;}

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

This text has shadow with #47822B color.

.textShadow {text-shadow: 3px 3px 1px #47822B, 3px 3px 1px red;}

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

This text has shadow with #47822B primary color and red secondary color.


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

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

This text has shadow with #47822B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47822B on black background.


Color preview on white background

This text has color #47822B on white background.



Black color preview on #47822B background

This text has black color on #47822B background.


White color preview on #47822B background

This text has white color on #47822B background.