COLOR #477266

HEX: #477266
RGB: (71,114,102)

Color info

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

RGB color model

#477266 color RGB value is (71,114,102).

  • red value is 71;
  • green value is 114;
  • blue value is 102.
RGB:
(71,114,102)
(28%,45%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 102 of 255 = 40%

71
114
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 102 = 287 (100%)
R 71 of 287 ~ 24.74%
G 114 of 287 ~ 39.72%
B 102 of 287 ~ 35.54%

%24.74
%39.72
%35.54

CMYK color model

#477266 color CMYK value is (38,0,11,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(38,0,11,55)
C38M0Y11K55 
(38%,0%,11%,55%)
(0.38/0.00/0.11/0.55)	

CMYK percentages

%37.72
%0
%10.53
%55.29

Codes

Color #477266 in popluar color models

477266
RGB71114102
HSL163°23.24%36.27%
HSB/HSV163°37.72%44.71%
CMYK37.72%0.00%10.53%
55.29%

Color #477266 in popluar number systems.

HEX477266
Decimal71114102
Binary100011111100101100110
Octal107162146

Shades and tints

Shades of #477266

#477266
(71,114,102)
#41685D
(65,104,93)
#3B5E54
(59,94,84)
#35544B
(53,84,75)
#2F4A42
(47,74,66)
#294039
(41,64,57)
#233630
(35,54,48)
#1D2C27
(29,44,39)
#17221E
(23,34,30)
#111815
(17,24,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #477266

#477266
(71,114,102)
#577E73
(87,126,115)
#678A80
(103,138,128)
#77968D
(119,150,141)
#87A29A
(135,162,154)
#97AEA7
(151,174,167)
#A7BAB4
(167,186,180)
#B7C6C1
(183,198,193)
#C7D2CE
(199,210,206)
#D7DEDB
(215,222,219)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477266 color. Also use rgb(71,114,102) instead hex code.

Text Font Color

.myTextColor { color: #477266; }

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

This text font color is #477266.


Background Color

.myBgColor { background-color: #477266; }

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

This div background color is #477266.


Border color

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

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

This div border color is #477266.


Opacity

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

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

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

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

This text has shadow with #477266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477266 on black background.


Color preview on white background

This text has color #477266 on white background.



Black color preview on #477266 background

This text has black color on #477266 background.


White color preview on #477266 background

This text has white color on #477266 background.