COLOR #477A50

HEX: #477A50 RGB: (71,122,80)

Color info

#477A50 contains red, green and blue colors in about the same proportion. Web safe color of #477A50 is #336666 (or #366).

RGB color model

#477A50 color RGB value is (71,122,80).

RGB: (71,122,80) (28%, 48%, 31%)

RGB channels and saturation

R 71 of 255 = 28%
G 122 of 255 = 48%
B 80 of 255 = 31%

71
122
80

R + G + B ~ 36%. #477A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 122 + 80 = 273 (100%)
R 71 of 273 ~ 26.01%
G 122 of 273 ~ 44.69%
B 80 of 273 ~ 29.3'%

%26.01
%44.69
%29.3

CMYK color model

#477A50 color CMYK value is (42,0,34,52).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 52.16%

CMYK: (42,0,34,52)
C42M0Y34K52 (42%, 0%, 34%, 52%)
(0.42 / 0.00 / 0.34 / 0.52)

CMYK percentages

%41.8
%0
%34.43
%52.16

Codes

Color #477A50 in popluar color models

47 7A 50
RGB 71 122 80
HSL 131° 26.42% 37.84%
HSB/HSV 131° 41.80% 47.84%
CMYK 41.80% 0.00% 34.43%
52.16%

Color #477A50 in popluar number systems.

HEX 47 7A 50
Decimal 71 122 80
Binary 1000111 1111010 1010000
Octal 107 172 120

Shades and tints

Shades of #477A50

#477A50
(71,122,80)
#416F49
(65,111,73)
#3B6442
(59,100,66)
#35593B
(53,89,59)
#2F4E34
(47,78,52)
#29432D
(41,67,45)
#233826
(35,56,38)
#1D2D1F
(29,45,31)
#172218
(23,34,24)
#111711
(17,23,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #477A50

#477A50
(71,122,80)
#57865F
(87,134,95)
#67926E
(103,146,110)
#779E7D
(119,158,125)
#87AA8C
(135,170,140)
#97B69B
(151,182,155)
#A7C2AA
(167,194,170)
#B7CEB9
(183,206,185)
#C7DAC8
(199,218,200)
#D7E6D7
(215,230,215)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477A50; }

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

This text font color is #477A50.

Background Color

.myBgColor { background-color: #477A50; }

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

This div background color is #477A50.

Border color

.myBorderColor { border: 1px solid #477A50; }

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

This div border color is #477A50.

Opacity

.myOpacity80 { color: #477A50; opacity: 0.8; }

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

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

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

This text has shadow with #477A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477A50.

Preview

Color preview on black background

This text has color #477A50 on black background.


Color preview on white background

This text has color #477A50 on white background.


Black color preview on #477A50 background

This text has black color on #477A50 background.


White color preview on #477A50 background

This text has white color on #477A50 background.


Related colors

Complementary color

Complementary color for #hex is #B885AF.


I love getcolorcode.com

Triadic colors

1 #50477A and #7A5047 with #477A50 are triadic colors.

2 #507A47 and #7A4750 with #477A50 are triadic colors.