COLOR #477463

HEX: #477463
RGB: (71,116,99)

Color info

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

RGB color model

#477463 color RGB value is (71,116,99).

  • red value is 71;
  • green value is 116;
  • blue value is 99.
RGB:
(71,116,99)
(28%,45%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 99 of 255 = 39%

71
116
99

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

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 99 = 286 (100%)
R 71 of 286 ~ 24.83%
G 116 of 286 ~ 40.56%
B 99 of 286 ~ 34.62%

%24.83
%40.56
%34.62

CMYK color model

#477463 color CMYK value is (39,0,15,55).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(39,0,15,55)
C39M0Y15K55 
(39%,0%,15%,55%)
(0.39/0.00/0.15/0.55)	

CMYK percentages

%38.79
%0
%14.66
%54.51

Codes

Color #477463 in popluar color models

477463
RGB7111699
HSL157°24.06%36.67%
HSB/HSV157°38.79%45.49%
CMYK38.79%0.00%14.66%
54.51%

Color #477463 in popluar number systems.

HEX477463
Decimal7111699
Binary100011111101001100011
Octal107164143

Shades and tints

Shades of #477463

#477463
(71,116,99)
#416A5A
(65,106,90)
#3B6051
(59,96,81)
#355648
(53,86,72)
#2F4C3F
(47,76,63)
#294236
(41,66,54)
#23382D
(35,56,45)
#1D2E24
(29,46,36)
#17241B
(23,36,27)
#111A12
(17,26,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #477463

#477463
(71,116,99)
#578071
(87,128,113)
#678C7F
(103,140,127)
#77988D
(119,152,141)
#87A49B
(135,164,155)
#97B0A9
(151,176,169)
#A7BCB7
(167,188,183)
#B7C8C5
(183,200,197)
#C7D4D3
(199,212,211)
#D7E0E1
(215,224,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477463 color. Also use rgb(71,116,99) instead hex code.

Text Font Color

.myTextColor { color: #477463; }

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

This text font color is #477463.


Background Color

.myBgColor { background-color: #477463; }

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

This div background color is #477463.


Border color

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

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

This div border color is #477463.


Opacity

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

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

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

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

This text has shadow with #477463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477463 on black background.


Color preview on white background

This text has color #477463 on white background.



Black color preview on #477463 background

This text has black color on #477463 background.


White color preview on #477463 background

This text has white color on #477463 background.