COLOR #477B61

HEX: #477B61
RGB: (71,123,97)

Color info

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

RGB color model

#477B61 color RGB value is (71,123,97).

  • red value is 71;
  • green value is 123;
  • blue value is 97.
RGB:
(71,123,97)
(28%,48%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 97 of 255 = 38%

71
123
97

R + G + B ~ 38%. #477B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 123 + 97 = 291 (100%)
R 71 of 291 ~ 24.4%
G 123 of 291 ~ 42.27%
B 97 of 291 ~ 33.33%

%24.4
%42.27
%33.33

CMYK color model

#477B61 color CMYK value is (42,0,21,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 21.14%
  • key color value is 51.76%
CMYK:
(42,0,21,52)
C42M0Y21K52 
(42%,0%,21%,52%)
(0.42/0.00/0.21/0.52)	

CMYK percentages

%42.28
%0
%21.14
%51.76

Codes

Color #477B61 in popluar color models

477B61
RGB7112397
HSL150°26.80%38.04%
HSB/HSV150°42.28%48.24%
CMYK42.28%0.00%21.14%
51.76%

Color #477B61 in popluar number systems.

HEX477B61
Decimal7112397
Binary100011111110111100001
Octal107173141

Shades and tints

Shades of #477B61

#477B61
(71,123,97)
#417059
(65,112,89)
#3B6551
(59,101,81)
#355A49
(53,90,73)
#2F4F41
(47,79,65)
#294439
(41,68,57)
#233931
(35,57,49)
#1D2E29
(29,46,41)
#172321
(23,35,33)
#111819
(17,24,25)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #477B61

#477B61
(71,123,97)
#57876F
(87,135,111)
#67937D
(103,147,125)
#779F8B
(119,159,139)
#87AB99
(135,171,153)
#97B7A7
(151,183,167)
#A7C3B5
(167,195,181)
#B7CFC3
(183,207,195)
#C7DBD1
(199,219,209)
#D7E7DF
(215,231,223)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477B61 color. Also use rgb(71,123,97) instead hex code.

Text Font Color

.myTextColor { color: #477B61; }

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

This text font color is #477B61.


Background Color

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

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

This div background color is #477B61.


Border color

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

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

This div border color is #477B61.


Opacity

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

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

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

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

This text has shadow with #477B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B61 on black background.


Color preview on white background

This text has color #477B61 on white background.



Black color preview on #477B61 background

This text has black color on #477B61 background.


White color preview on #477B61 background

This text has white color on #477B61 background.