COLOR #479A1B

HEX: #479A1B
RGB: (71,154,27)

Color info

#479A1B contains mainly green color. Web safe color of #479A1B is #339933 (or #393).

RGB color model

#479A1B color RGB value is (71,154,27).

  • red value is 71;
  • green value is 154;
  • blue value is 27.
RGB:
(71,154,27)
(28%,60%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 154 of 255 = 60%
B 27 of 255 = 11%

71
154
27

R + G + B ~ 33%. #479A1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 154 + 27 = 252 (100%)
R 71 of 252 ~ 28.17%
G 154 of 252 ~ 61.11%
B 27 of 252 ~ 10.71%

%28.17
%61.11
%10.71

CMYK color model

#479A1B color CMYK value is (54,0,82,40).

  • cyan value is 53.90%
  • magenta value is 0.00%
  • yellow value is 82.47%
  • key color value is 39.61%
CMYK:
(54,0,82,40)
C54M0Y82K40 
(54%,0%,82%,40%)
(0.54/0.00/0.82/0.40)	

CMYK percentages

%53.9
%0
%82.47
%39.61

Codes

Color #479A1B in popluar color models

479A1B
RGB7115427
HSL99°70.17%35.49%
HSB/HSV99°82.47%60.39%
CMYK53.90%0.00%82.47%
39.61%

Color #479A1B in popluar number systems.

HEX479A1B
Decimal7115427
Binary10001111001101011011
Octal10723233

Shades and tints

Shades of #479A1B

#479A1B
(71,154,27)
#418C19
(65,140,25)
#3B7E17
(59,126,23)
#357015
(53,112,21)
#2F6213
(47,98,19)
#295411
(41,84,17)
#23460F
(35,70,15)
#1D380D
(29,56,13)
#172A0B
(23,42,11)
#111C09
(17,28,9)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #479A1B

#479A1B
(71,154,27)
#57A32F
(87,163,47)
#67AC43
(103,172,67)
#77B557
(119,181,87)
#87BE6B
(135,190,107)
#97C77F
(151,199,127)
#A7D093
(167,208,147)
#B7D9A7
(183,217,167)
#C7E2BB
(199,226,187)
#D7EBCF
(215,235,207)
#E7F4E3
(231,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479A1B color. Also use rgb(71,154,27) instead hex code.

Text Font Color

.myTextColor { color: #479A1B; }

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

This text font color is #479A1B.


Background Color

.myBgColor { background-color: #479A1B; }

<div style="background-color:#479A1B">Inner text</div>

This div background color is #479A1B.


Border color

.myBorderColor { border: 1px solid #479A1B; }

<div style="border:3px solid #479A1B">Div</div>

This div border color is #479A1B.


Opacity

.myOpacity80 { color: #479A1B; opacity: 0.8; }

<p style="color:#479A1B;opacity:0.8;">80%</p>

Text with #479A1B 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 #479A1B;}

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

This text has shadow with #479A1B color.

.textShadow {text-shadow: 3px 3px 1px #479A1B, 3px 3px 1px red;}

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

This text has shadow with #479A1B primary color and red secondary color.


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

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

This text has shadow with #479A1B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479A1B on black background.


Color preview on white background

This text has color #479A1B on white background.



Black color preview on #479A1B background

This text has black color on #479A1B background.


White color preview on #479A1B background

This text has white color on #479A1B background.