COLOR #477362

HEX: #477362
RGB: (71,115,98)

Color info

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

RGB color model

#477362 color RGB value is (71,115,98).

  • red value is 71;
  • green value is 115;
  • blue value is 98.
RGB:
(71,115,98)
(28%,45%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 98 of 255 = 38%

71
115
98

R + G + B ~ 37%. #477362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 98 = 284 (100%)
R 71 of 284 ~ 25%
G 115 of 284 ~ 40.49%
B 98 of 284 ~ 34.51%

%25
%40.49
%34.51

CMYK color model

#477362 color CMYK value is (38,0,15,55).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(38,0,15,55)
C38M0Y15K55 
(38%,0%,15%,55%)
(0.38/0.00/0.15/0.55)	

CMYK percentages

%38.26
%0
%14.78
%54.9

Codes

Color #477362 in popluar color models

477362
RGB7111598
HSL157°23.66%36.47%
HSB/HSV157°38.26%45.10%
CMYK38.26%0.00%14.78%
54.90%

Color #477362 in popluar number systems.

HEX477362
Decimal7111598
Binary100011111100111100010
Octal107163142

Shades and tints

Shades of #477362

#477362
(71,115,98)
#41695A
(65,105,90)
#3B5F52
(59,95,82)
#35554A
(53,85,74)
#2F4B42
(47,75,66)
#29413A
(41,65,58)
#233732
(35,55,50)
#1D2D2A
(29,45,42)
#172322
(23,35,34)
#11191A
(17,25,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #477362

#477362
(71,115,98)
#577F70
(87,127,112)
#678B7E
(103,139,126)
#77978C
(119,151,140)
#87A39A
(135,163,154)
#97AFA8
(151,175,168)
#A7BBB6
(167,187,182)
#B7C7C4
(183,199,196)
#C7D3D2
(199,211,210)
#D7DFE0
(215,223,224)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477362 color. Also use rgb(71,115,98) instead hex code.

Text Font Color

.myTextColor { color: #477362; }

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

This text font color is #477362.


Background Color

.myBgColor { background-color: #477362; }

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

This div background color is #477362.


Border color

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

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

This div border color is #477362.


Opacity

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

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

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

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

This text has shadow with #477362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477362 on black background.


Color preview on white background

This text has color #477362 on white background.



Black color preview on #477362 background

This text has black color on #477362 background.


White color preview on #477362 background

This text has white color on #477362 background.