COLOR #476953

HEX: #476953
RGB: (71,105,83)

Color info

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

RGB color model

#476953 color RGB value is (71,105,83).

  • red value is 71;
  • green value is 105;
  • blue value is 83.
RGB:
(71,105,83)
(28%,41%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 83 of 255 = 33%

71
105
83

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 83 = 259 (100%)
R 71 of 259 ~ 27.41%
G 105 of 259 ~ 40.54%
B 83 of 259 ~ 32.05%

%27.41
%40.54
%32.05

CMYK color model

#476953 color CMYK value is (32,0,21,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(32,0,21,59)
C32M0Y21K59 
(32%,0%,21%,59%)
(0.32/0.00/0.21/0.59)	

CMYK percentages

%32.38
%0
%20.95
%58.82

Codes

Color #476953 in popluar color models

476953
RGB7110583
HSL141°19.32%34.51%
HSB/HSV141°32.38%41.18%
CMYK32.38%0.00%20.95%
58.82%

Color #476953 in popluar number systems.

HEX476953
Decimal7110583
Binary100011111010011010011
Octal107151123

Shades and tints

Shades of #476953

#476953
(71,105,83)
#41604C
(65,96,76)
#3B5745
(59,87,69)
#354E3E
(53,78,62)
#2F4537
(47,69,55)
#293C30
(41,60,48)
#233329
(35,51,41)
#1D2A22
(29,42,34)
#17211B
(23,33,27)
#111814
(17,24,20)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #476953

#476953
(71,105,83)
#577662
(87,118,98)
#678371
(103,131,113)
#779080
(119,144,128)
#879D8F
(135,157,143)
#97AA9E
(151,170,158)
#A7B7AD
(167,183,173)
#B7C4BC
(183,196,188)
#C7D1CB
(199,209,203)
#D7DEDA
(215,222,218)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476953 color. Also use rgb(71,105,83) instead hex code.

Text Font Color

.myTextColor { color: #476953; }

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

This text font color is #476953.


Background Color

.myBgColor { background-color: #476953; }

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

This div background color is #476953.


Border color

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

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

This div border color is #476953.


Opacity

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

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

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

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

This text has shadow with #476953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476953 on black background.


Color preview on white background

This text has color #476953 on white background.



Black color preview on #476953 background

This text has black color on #476953 background.


White color preview on #476953 background

This text has white color on #476953 background.