COLOR #479277

HEX: #479277
RGB: (71,146,119)

Color info

#479277 contains mainly green and blue colors. Web safe color of #479277 is #339966 (or #396).

RGB color model

#479277 color RGB value is (71,146,119).

  • red value is 71;
  • green value is 146;
  • blue value is 119.
RGB:
(71,146,119)
(28%,57%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 146 of 255 = 57%
B 119 of 255 = 47%

71
146
119

R + G + B ~ 44%. #479277 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 146 + 119 = 336 (100%)
R 71 of 336 ~ 21.13%
G 146 of 336 ~ 43.45%
B 119 of 336 ~ 35.42%

%21.13
%43.45
%35.42

CMYK color model

#479277 color CMYK value is (51,0,18,43).

  • cyan value is 51.37%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(51,0,18,43)
C51M0Y18K43 
(51%,0%,18%,43%)
(0.51/0.00/0.18/0.43)	

CMYK percentages

%51.37
%0
%18.49
%42.75

Codes

Color #479277 in popluar color models

479277
RGB71146119
HSL158°34.56%42.55%
HSB/HSV158°51.37%57.25%
CMYK51.37%0.00%18.49%
42.75%

Color #479277 in popluar number systems.

HEX479277
Decimal71146119
Binary1000111100100101110111
Octal107222167

Shades and tints

Shades of #479277

#479277
(71,146,119)
#41856D
(65,133,109)
#3B7863
(59,120,99)
#356B59
(53,107,89)
#2F5E4F
(47,94,79)
#295145
(41,81,69)
#23443B
(35,68,59)
#1D3731
(29,55,49)
#172A27
(23,42,39)
#111D1D
(17,29,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #479277

#479277
(71,146,119)
#579B83
(87,155,131)
#67A48F
(103,164,143)
#77AD9B
(119,173,155)
#87B6A7
(135,182,167)
#97BFB3
(151,191,179)
#A7C8BF
(167,200,191)
#B7D1CB
(183,209,203)
#C7DAD7
(199,218,215)
#D7E3E3
(215,227,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479277 color. Also use rgb(71,146,119) instead hex code.

Text Font Color

.myTextColor { color: #479277; }

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

This text font color is #479277.


Background Color

.myBgColor { background-color: #479277; }

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

This div background color is #479277.


Border color

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

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

This div border color is #479277.


Opacity

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

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

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

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

This text has shadow with #479277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479277 on black background.


Color preview on white background

This text has color #479277 on white background.



Black color preview on #479277 background

This text has black color on #479277 background.


White color preview on #479277 background

This text has white color on #479277 background.