COLOR #479942

HEX: #479942
RGB: (71,153,66)

Color info

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

RGB color model

#479942 color RGB value is (71,153,66).

  • red value is 71;
  • green value is 153;
  • blue value is 66.
RGB:
(71,153,66)
(28%,60%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 66 of 255 = 26%

71
153
66

R + G + B ~ 38%. #479942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 153 + 66 = 290 (100%)
R 71 of 290 ~ 24.48%
G 153 of 290 ~ 52.76%
B 66 of 290 ~ 22.76%

%24.48
%52.76
%22.76

CMYK color model

#479942 color CMYK value is (54,0,57,40).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 40.00%
CMYK:
(54,0,57,40)
C54M0Y57K40 
(54%,0%,57%,40%)
(0.54/0.00/0.57/0.40)	

CMYK percentages

%53.59
%0
%56.86
%40

Codes

Color #479942 in popluar color models

479942
RGB7115366
HSL117°39.73%42.94%
HSB/HSV117°56.86%60.00%
CMYK53.59%0.00%56.86%
40.00%

Color #479942 in popluar number systems.

HEX479942
Decimal7115366
Binary1000111100110011000010
Octal107231102

Shades and tints

Shades of #479942

#479942
(71,153,66)
#418C3C
(65,140,60)
#3B7F36
(59,127,54)
#357230
(53,114,48)
#2F652A
(47,101,42)
#295824
(41,88,36)
#234B1E
(35,75,30)
#1D3E18
(29,62,24)
#173112
(23,49,18)
#11240C
(17,36,12)
#0B1706
(11,23,6)
#000000
(0,0,0)

Tints of #479942

#479942
(71,153,66)
#57A253
(87,162,83)
#67AB64
(103,171,100)
#77B475
(119,180,117)
#87BD86
(135,189,134)
#97C697
(151,198,151)
#A7CFA8
(167,207,168)
#B7D8B9
(183,216,185)
#C7E1CA
(199,225,202)
#D7EADB
(215,234,219)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479942; }

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

This text font color is #479942.


Background Color

.myBgColor { background-color: #479942; }

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

This div background color is #479942.


Border color

.myBorderColor { border: 1px solid #479942; }

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

This div border color is #479942.


Opacity

.myOpacity80 { color: #479942; opacity: 0.8; }

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

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

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

This text has shadow with #479942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479942 on black background.


Color preview on white background

This text has color #479942 on white background.



Black color preview on #479942 background

This text has black color on #479942 background.


White color preview on #479942 background

This text has white color on #479942 background.