COLOR #477255

HEX: #477255 RGB: (71,114,85)

Color info

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

RGB color model

#477255 color RGB value is (71,114,85).

RGB: (71,114,85) (28%, 45%, 33%)

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 85 of 255 = 33%

71
114
85

R + G + B ~ 35%. #477255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 114 + 85 = 270 (100%)
R 71 of 270 ~ 26.3%
G 114 of 270 ~ 42.22%
B 85 of 270 ~ 31.48'%

%26.3
%42.22
%31.48

CMYK color model

#477255 color CMYK value is (38,0,25,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%

CMYK: (38,0,25,55)
C38M0Y25K55 (38%, 0%, 25%, 55%)
(0.38 / 0.00 / 0.25 / 0.55)

CMYK percentages

%37.72
%0
%25.44
%55.29

Codes

Color #477255 in popluar color models

47 72 55
RGB 71 114 85
HSL 140° 23.24% 36.27%
HSB/HSV 140° 37.72% 44.71%
CMYK 37.72% 0.00% 25.44%
55.29%

Color #477255 in popluar number systems.

HEX 47 72 55
Decimal 71 114 85
Binary 1000111 1110010 1010101
Octal 107 162 125

Shades and tints

Shades of #477255

#477255
(71,114,85)
#41684E
(65,104,78)
#3B5E47
(59,94,71)
#355440
(53,84,64)
#2F4A39
(47,74,57)
#294032
(41,64,50)
#23362B
(35,54,43)
#1D2C24
(29,44,36)
#17221D
(23,34,29)
#111816
(17,24,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #477255

#477255
(71,114,85)
#577E64
(87,126,100)
#678A73
(103,138,115)
#779682
(119,150,130)
#87A291
(135,162,145)
#97AEA0
(151,174,160)
#A7BAAF
(167,186,175)
#B7C6BE
(183,198,190)
#C7D2CD
(199,210,205)
#D7DEDC
(215,222,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477255; }

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

This text font color is #477255.

Background Color

.myBgColor { background-color: #477255; }

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

This div background color is #477255.

Border color

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

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

This div border color is #477255.

Opacity

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

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

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

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

This text has shadow with #477255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477255.

Preview

Color preview on black background

This text has color #477255 on black background.


Color preview on white background

This text has color #477255 on white background.


Black color preview on #477255 background

This text has black color on #477255 background.


White color preview on #477255 background

This text has white color on #477255 background.


Related colors

Complementary color

Complementary color for #hex is #B88DAA.


I love getcolorcode.com

Triadic colors

1 #554772 and #725547 with #477255 are triadic colors.

2 #557247 and #724755 with #477255 are triadic colors.