COLOR #476152

HEX: #476152
RGB: (71,97,82)

Color info

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

RGB color model

#476152 color RGB value is (71,97,82).

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

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 82 of 255 = 32%

71
97
82

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

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 82 = 250 (100%)
R 71 of 250 ~ 28.4%
G 97 of 250 ~ 38.8%
B 82 of 250 ~ 32.8%

%28.4
%38.8
%32.8

CMYK color model

#476152 color CMYK value is (27,0,15,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(27,0,15,62)
C27M0Y15K62 
(27%,0%,15%,62%)
(0.27/0.00/0.15/0.62)	

CMYK percentages

%26.8
%0
%15.46
%61.96

Codes

Color #476152 in popluar color models

476152
RGB719782
HSL145°15.48%32.94%
HSB/HSV145°26.80%38.04%
CMYK26.80%0.00%15.46%
61.96%

Color #476152 in popluar number systems.

HEX476152
Decimal719782
Binary100011111000011010010
Octal107141122

Shades and tints

Shades of #476152

#476152
(71,97,82)
#41594B
(65,89,75)
#3B5144
(59,81,68)
#35493D
(53,73,61)
#2F4136
(47,65,54)
#29392F
(41,57,47)
#233128
(35,49,40)
#1D2921
(29,41,33)
#17211A
(23,33,26)
#111913
(17,25,19)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #476152

#476152
(71,97,82)
#576F61
(87,111,97)
#677D70
(103,125,112)
#778B7F
(119,139,127)
#87998E
(135,153,142)
#97A79D
(151,167,157)
#A7B5AC
(167,181,172)
#B7C3BB
(183,195,187)
#C7D1CA
(199,209,202)
#D7DFD9
(215,223,217)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476152; }

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

This text font color is #476152.


Background Color

.myBgColor { background-color: #476152; }

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

This div background color is #476152.


Border color

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

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

This div border color is #476152.


Opacity

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

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

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

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

This text has shadow with #476152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476152 on black background.


Color preview on white background

This text has color #476152 on white background.



Black color preview on #476152 background

This text has black color on #476152 background.


White color preview on #476152 background

This text has white color on #476152 background.