COLOR #476153

HEX: #476153
RGB: (71,97,83)

Color info

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

RGB color model

#476153 color RGB value is (71,97,83).

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

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 83 of 255 = 33%

71
97
83

R + G + B ~ 33%. #476153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 83 = 251 (100%)
R 71 of 251 ~ 28.29%
G 97 of 251 ~ 38.65%
B 83 of 251 ~ 33.07%

%28.29
%38.65
%33.07

CMYK color model

#476153 color CMYK value is (27,0,14,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(27,0,14,62)
C27M0Y14K62 
(27%,0%,14%,62%)
(0.27/0.00/0.14/0.62)	

CMYK percentages

%26.8
%0
%14.43
%61.96

Codes

Color #476153 in popluar color models

476153
RGB719783
HSL148°15.48%32.94%
HSB/HSV148°26.80%38.04%
CMYK26.80%0.00%14.43%
61.96%

Color #476153 in popluar number systems.

HEX476153
Decimal719783
Binary100011111000011010011
Octal107141123

Shades and tints

Shades of #476153

#476153
(71,97,83)
#41594C
(65,89,76)
#3B5145
(59,81,69)
#35493E
(53,73,62)
#2F4137
(47,65,55)
#293930
(41,57,48)
#233129
(35,49,41)
#1D2922
(29,41,34)
#17211B
(23,33,27)
#111914
(17,25,20)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #476153

#476153
(71,97,83)
#576F62
(87,111,98)
#677D71
(103,125,113)
#778B80
(119,139,128)
#87998F
(135,153,143)
#97A79E
(151,167,158)
#A7B5AD
(167,181,173)
#B7C3BC
(183,195,188)
#C7D1CB
(199,209,203)
#D7DFDA
(215,223,218)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476153; }

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

This text font color is #476153.


Background Color

.myBgColor { background-color: #476153; }

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

This div background color is #476153.


Border color

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

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

This div border color is #476153.


Opacity

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

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

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

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

This text has shadow with #476153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476153 on black background.


Color preview on white background

This text has color #476153 on white background.



Black color preview on #476153 background

This text has black color on #476153 background.


White color preview on #476153 background

This text has white color on #476153 background.