COLOR #479268

HEX: #479268
RGB: (71,146,104)

Color info

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

RGB color model

#479268 color RGB value is (71,146,104).

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

RGB channels and saturation

R 71 of 255 = 28%
G 146 of 255 = 57%
B 104 of 255 = 41%

71
146
104

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

Portions of RGB colors in percentages

R + G + B =
71 + 146 + 104 = 321 (100%)
R 71 of 321 ~ 22.12%
G 146 of 321 ~ 45.48%
B 104 of 321 ~ 32.4%

%22.12
%45.48
%32.4

CMYK color model

#479268 color CMYK value is (51,0,29,43).

  • cyan value is 51.37%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 42.75%
CMYK:
(51,0,29,43)
C51M0Y29K43 
(51%,0%,29%,43%)
(0.51/0.00/0.29/0.43)	

CMYK percentages

%51.37
%0
%28.77
%42.75

Codes

Color #479268 in popluar color models

479268
RGB71146104
HSL146°34.56%42.55%
HSB/HSV146°51.37%57.25%
CMYK51.37%0.00%28.77%
42.75%

Color #479268 in popluar number systems.

HEX479268
Decimal71146104
Binary1000111100100101101000
Octal107222150

Shades and tints

Shades of #479268

#479268
(71,146,104)
#41855F
(65,133,95)
#3B7856
(59,120,86)
#356B4D
(53,107,77)
#2F5E44
(47,94,68)
#29513B
(41,81,59)
#234432
(35,68,50)
#1D3729
(29,55,41)
#172A20
(23,42,32)
#111D17
(17,29,23)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #479268

#479268
(71,146,104)
#579B75
(87,155,117)
#67A482
(103,164,130)
#77AD8F
(119,173,143)
#87B69C
(135,182,156)
#97BFA9
(151,191,169)
#A7C8B6
(167,200,182)
#B7D1C3
(183,209,195)
#C7DAD0
(199,218,208)
#D7E3DD
(215,227,221)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479268; }

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

This text font color is #479268.


Background Color

.myBgColor { background-color: #479268; }

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

This div background color is #479268.


Border color

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

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

This div border color is #479268.


Opacity

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

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

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

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

This text has shadow with #479268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479268 on black background.


Color preview on white background

This text has color #479268 on white background.



Black color preview on #479268 background

This text has black color on #479268 background.


White color preview on #479268 background

This text has white color on #479268 background.