COLOR #479B6C

HEX: #479B6C RGB: (71,155,108)

Color info

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

RGB color model

#479B6C color RGB value is (71,155,108).

RGB: (71,155,108) (28%, 61%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 155 of 255 = 61%
B 108 of 255 = 42%

71
155
108

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

Portions of RGB colors in percentages

R + G + B = 71 + 155 + 108 = 334 (100%)
R 71 of 334 ~ 21.26%
G 155 of 334 ~ 46.41%
B 108 of 334 ~ 32.34'%

%21.26
%46.41
%32.34

CMYK color model

#479B6C color CMYK value is (54,0,30,39).

  • cyan value is 54.19%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 39.22%

CMYK: (54,0,30,39)
C54M0Y30K39 (54%, 0%, 30%, 39%)
(0.54 / 0.00 / 0.30 / 0.39)

CMYK percentages

%54.19
%0
%30.32
%39.22

Codes

Color #479B6C in popluar color models

47 9B 6C
RGB 71 155 108
HSL 146° 37.17% 44.31%
HSB/HSV 146° 54.19% 60.78%
CMYK 54.19% 0.00% 30.32%
39.22%

Color #479B6C in popluar number systems.

HEX 47 9B 6C
Decimal 71 155 108
Binary 1000111 10011011 1101100
Octal 107 233 154

Shades and tints

Shades of #479B6C

#479B6C
(71,155,108)
#418D63
(65,141,99)
#3B7F5A
(59,127,90)
#357151
(53,113,81)
#2F6348
(47,99,72)
#29553F
(41,85,63)
#234736
(35,71,54)
#1D392D
(29,57,45)
#172B24
(23,43,36)
#111D1B
(17,29,27)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #479B6C

#479B6C
(71,155,108)
#57A479
(87,164,121)
#67AD86
(103,173,134)
#77B693
(119,182,147)
#87BFA0
(135,191,160)
#97C8AD
(151,200,173)
#A7D1BA
(167,209,186)
#B7DAC7
(183,218,199)
#C7E3D4
(199,227,212)
#D7ECE1
(215,236,225)
#E7F5EE
(231,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479B6C color. Also use rgb(71,155,108) instead hex code.

Text Font Color

.myTextColor { color: #479B6C; }

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

This text font color is #479B6C.

Background Color

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

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

This div background color is #479B6C.

Border color

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

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

This div border color is #479B6C.

Opacity

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

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

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

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

This text has shadow with #479B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #479B6C.

Preview

Color preview on black background

This text has color #479B6C on black background.


Color preview on white background

This text has color #479B6C on white background.


Black color preview on #479B6C background

This text has black color on #479B6C background.


White color preview on #479B6C background

This text has white color on #479B6C background.


Related colors

Complementary color

Complementary color for #hex is #B86493.


I love getcolorcode.com

Triadic colors

1 #6C479B and #9B6C47 with #479B6C are triadic colors.

2 #6C9B47 and #9B476C with #479B6C are triadic colors.