COLOR #477A55

HEX: #477A55
RGB: (71,122,85)

Color info

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

RGB color model

#477A55 color RGB value is (71,122,85).

  • red value is 71;
  • green value is 122;
  • blue value is 85.
RGB:
(71,122,85)
(28%,48%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 122 of 255 = 48%
B 85 of 255 = 33%

71
122
85

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

Portions of RGB colors in percentages

R + G + B =
71 + 122 + 85 = 278 (100%)
R 71 of 278 ~ 25.54%
G 122 of 278 ~ 43.88%
B 85 of 278 ~ 30.58%

%25.54
%43.88
%30.58

CMYK color model

#477A55 color CMYK value is (42,0,30,52).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(42,0,30,52)
C42M0Y30K52 
(42%,0%,30%,52%)
(0.42/0.00/0.30/0.52)	

CMYK percentages

%41.8
%0
%30.33
%52.16

Codes

Color #477A55 in popluar color models

477A55
RGB7112285
HSL136°26.42%37.84%
HSB/HSV136°41.80%47.84%
CMYK41.80%0.00%30.33%
52.16%

Color #477A55 in popluar number systems.

HEX477A55
Decimal7112285
Binary100011111110101010101
Octal107172125

Shades and tints

Shades of #477A55

#477A55
(71,122,85)
#416F4E
(65,111,78)
#3B6447
(59,100,71)
#355940
(53,89,64)
#2F4E39
(47,78,57)
#294332
(41,67,50)
#23382B
(35,56,43)
#1D2D24
(29,45,36)
#17221D
(23,34,29)
#111716
(17,23,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #477A55

#477A55
(71,122,85)
#578664
(87,134,100)
#679273
(103,146,115)
#779E82
(119,158,130)
#87AA91
(135,170,145)
#97B6A0
(151,182,160)
#A7C2AF
(167,194,175)
#B7CEBE
(183,206,190)
#C7DACD
(199,218,205)
#D7E6DC
(215,230,220)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477A55; }

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

This text font color is #477A55.


Background Color

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

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

This div background color is #477A55.


Border color

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

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

This div border color is #477A55.


Opacity

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

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

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

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

This text has shadow with #477A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477A55 on black background.


Color preview on white background

This text has color #477A55 on white background.



Black color preview on #477A55 background

This text has black color on #477A55 background.


White color preview on #477A55 background

This text has white color on #477A55 background.