COLOR #476A50

HEX: #476A50
RGB: (71,106,80)

Color info

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

RGB color model

#476A50 color RGB value is (71,106,80).

  • red value is 71;
  • green value is 106;
  • blue value is 80.
RGB:
(71,106,80)
(28%,42%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 106 of 255 = 42%
B 80 of 255 = 31%

71
106
80

R + G + B ~ 34%. #476A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 106 + 80 = 257 (100%)
R 71 of 257 ~ 27.63%
G 106 of 257 ~ 41.25%
B 80 of 257 ~ 31.13%

%27.63
%41.25
%31.13

CMYK color model

#476A50 color CMYK value is (33,0,25,58).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(33,0,25,58)
C33M0Y25K58 
(33%,0%,25%,58%)
(0.33/0.00/0.25/0.58)	

CMYK percentages

%33.02
%0
%24.53
%58.43

Codes

Color #476A50 in popluar color models

476A50
RGB7110680
HSL135°19.77%34.71%
HSB/HSV135°33.02%41.57%
CMYK33.02%0.00%24.53%
58.43%

Color #476A50 in popluar number systems.

HEX476A50
Decimal7110680
Binary100011111010101010000
Octal107152120

Shades and tints

Shades of #476A50

#476A50
(71,106,80)
#416149
(65,97,73)
#3B5842
(59,88,66)
#354F3B
(53,79,59)
#2F4634
(47,70,52)
#293D2D
(41,61,45)
#233426
(35,52,38)
#1D2B1F
(29,43,31)
#172218
(23,34,24)
#111911
(17,25,17)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #476A50

#476A50
(71,106,80)
#57775F
(87,119,95)
#67846E
(103,132,110)
#77917D
(119,145,125)
#879E8C
(135,158,140)
#97AB9B
(151,171,155)
#A7B8AA
(167,184,170)
#B7C5B9
(183,197,185)
#C7D2C8
(199,210,200)
#D7DFD7
(215,223,215)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A50 color. Also use rgb(71,106,80) instead hex code.

Text Font Color

.myTextColor { color: #476A50; }

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

This text font color is #476A50.


Background Color

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

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

This div background color is #476A50.


Border color

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

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

This div border color is #476A50.


Opacity

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

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

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

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

This text has shadow with #476A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A50 on black background.


Color preview on white background

This text has color #476A50 on white background.



Black color preview on #476A50 background

This text has black color on #476A50 background.


White color preview on #476A50 background

This text has white color on #476A50 background.