COLOR #476E5F

HEX: #476E5F RGB: (71,110,95)

Color info

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

RGB color model

#476E5F color RGB value is (71,110,95).

RGB: (71,110,95) (28%, 43%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 95 of 255 = 37%

71
110
95

R + G + B ~ 36%. #476E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 110 + 95 = 276 (100%)
R 71 of 276 ~ 25.72%
G 110 of 276 ~ 39.86%
B 95 of 276 ~ 34.42'%

%25.72
%39.86
%34.42

CMYK color model

#476E5F color CMYK value is (35,0,14,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK: (35,0,14,57) C35M0Y14K57 (35%,0%,14%,57%) (0.35/0.00/0.14/0.57) 

CMYK percentages

%35.45
%0
%13.64
%56.86

Codes

Color #476E5F in popluar color models

47 6E 5F
RGB 71 110 95
HSL 157° 21.55% 35.49%
HSB/HSV 157° 35.45% 43.14%
CMYK 35.45% 0.00% 13.64%
56.86%

Color #476E5F in popluar number systems.

HEX 47 6E 5F
Decimal 71 110 95
Binary 1000111 1101110 1011111
Octal 107 156 137

Shades and tints

Shades of #476E5F

#476E5F
(71,110,95)
#416457
(65,100,87)
#3B5A4F
(59,90,79)
#355047
(53,80,71)
#2F463F
(47,70,63)
#293C37
(41,60,55)
#23322F
(35,50,47)
#1D2827
(29,40,39)
#171E1F
(23,30,31)
#111417
(17,20,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #476E5F

#476E5F
(71,110,95)
#577B6D
(87,123,109)
#67887B
(103,136,123)
#779589
(119,149,137)
#87A297
(135,162,151)
#97AFA5
(151,175,165)
#A7BCB3
(167,188,179)
#B7C9C1
(183,201,193)
#C7D6CF
(199,214,207)
#D7E3DD
(215,227,221)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E5F color. Also use rgb(71,110,95) instead hex code.

Text Font Color

.myTextColor { color: #476E5F; }

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

This text font color is #476E5F.

Background Color

.myBgColor { background-color: #476E5F; }

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

This div background color is #476E5F.

Border color

.myBorderColor { border: 1px solid #476E5F; }

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

This div border color is #476E5F.

Opacity

.myOpacity80 { color: #476E5F; opacity: 0.8; }

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

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

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

This text has shadow with #476E5F color.


.textShadow {text-shadow: 3px 3px 1px #476E5F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476E5F; -webkit-box-shadow: 1px 1px 3px 2px #476E5F; box-shadow:1px 1px 3px 2px #476E5F;">
Div content here
</div>

This div box has shadow with color #476E5F.

Preview

Color preview on black background

This text has color #476E5F on black background.


Color preview on white background

This text has color #476E5F on white background.


Black color preview on #476E5F background

This text has black color on #476E5F background.


White color preview on #476E5F background

This text has white color on #476E5F background.


Related colors

Complementary color

Complementary color for #hex is #B891A0.


I love getcolorcode.com

Triadic colors

1 #5F476E and #6E5F47 with #476E5F are triadic colors.

2 #5F6E47 and #6E475F with #476E5F are triadic colors.