COLOR #479050

HEX: #479050
RGB: (71,144,80)

Color info

#479050 contains mainly green color. Web safe color of #479050 is #339966 (or #396).

RGB color model

#479050 color RGB value is (71,144,80).

  • red value is 71;
  • green value is 144;
  • blue value is 80.
RGB:
(71,144,80)
(28%,56%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 144 of 255 = 56%
B 80 of 255 = 31%

71
144
80

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

Portions of RGB colors in percentages

R + G + B =
71 + 144 + 80 = 295 (100%)
R 71 of 295 ~ 24.07%
G 144 of 295 ~ 48.81%
B 80 of 295 ~ 27.12%

%24.07
%48.81
%27.12

CMYK color model

#479050 color CMYK value is (51,0,44,44).

  • cyan value is 50.69%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 43.53%
CMYK:
(51,0,44,44)
C51M0Y44K44 
(51%,0%,44%,44%)
(0.51/0.00/0.44/0.44)	

CMYK percentages

%50.69
%0
%44.44
%43.53

Codes

Color #479050 in popluar color models

479050
RGB7114480
HSL127°33.95%42.16%
HSB/HSV127°50.69%56.47%
CMYK50.69%0.00%44.44%
43.53%

Color #479050 in popluar number systems.

HEX479050
Decimal7114480
Binary1000111100100001010000
Octal107220120

Shades and tints

Shades of #479050

#479050
(71,144,80)
#418349
(65,131,73)
#3B7642
(59,118,66)
#35693B
(53,105,59)
#2F5C34
(47,92,52)
#294F2D
(41,79,45)
#234226
(35,66,38)
#1D351F
(29,53,31)
#172818
(23,40,24)
#111B11
(17,27,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #479050

#479050
(71,144,80)
#579A5F
(87,154,95)
#67A46E
(103,164,110)
#77AE7D
(119,174,125)
#87B88C
(135,184,140)
#97C29B
(151,194,155)
#A7CCAA
(167,204,170)
#B7D6B9
(183,214,185)
#C7E0C8
(199,224,200)
#D7EAD7
(215,234,215)
#E7F4E6
(231,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479050 color. Also use rgb(71,144,80) instead hex code.

Text Font Color

.myTextColor { color: #479050; }

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

This text font color is #479050.


Background Color

.myBgColor { background-color: #479050; }

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

This div background color is #479050.


Border color

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

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

This div border color is #479050.


Opacity

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

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

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

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

This text has shadow with #479050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479050 on black background.


Color preview on white background

This text has color #479050 on white background.



Black color preview on #479050 background

This text has black color on #479050 background.


White color preview on #479050 background

This text has white color on #479050 background.