COLOR #476249

HEX: #476249
RGB: (71,98,73)

Color info

#476249 contains red, green and blue colors in about the same proportion. Web safe color of #476249 is #336633 (or #363).

RGB color model

#476249 color RGB value is (71,98,73).

  • red value is 71;
  • green value is 98;
  • blue value is 73.
RGB:
(71,98,73)
(28%,38%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 73 of 255 = 29%

71
98
73

R + G + B ~ 32%. #476249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 73 = 242 (100%)
R 71 of 242 ~ 29.34%
G 98 of 242 ~ 40.5%
B 73 of 242 ~ 30.17%

%29.34
%40.5
%30.17

CMYK color model

#476249 color CMYK value is (28,0,26,62).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(28,0,26,62)
C28M0Y26K62 
(28%,0%,26%,62%)
(0.28/0.00/0.26/0.62)	

CMYK percentages

%27.55
%0
%25.51
%61.57

Codes

Color #476249 in popluar color models

476249
RGB719873
HSL124°15.98%33.14%
HSB/HSV124°27.55%38.43%
CMYK27.55%0.00%25.51%
61.57%

Color #476249 in popluar number systems.

HEX476249
Decimal719873
Binary100011111000101001001
Octal107142111

Shades and tints

Shades of #476249

#476249
(71,98,73)
#415A43
(65,90,67)
#3B523D
(59,82,61)
#354A37
(53,74,55)
#2F4231
(47,66,49)
#293A2B
(41,58,43)
#233225
(35,50,37)
#1D2A1F
(29,42,31)
#172219
(23,34,25)
#111A13
(17,26,19)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #476249

#476249
(71,98,73)
#577059
(87,112,89)
#677E69
(103,126,105)
#778C79
(119,140,121)
#879A89
(135,154,137)
#97A899
(151,168,153)
#A7B6A9
(167,182,169)
#B7C4B9
(183,196,185)
#C7D2C9
(199,210,201)
#D7E0D9
(215,224,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476249 color. Also use rgb(71,98,73) instead hex code.

Text Font Color

.myTextColor { color: #476249; }

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

This text font color is #476249.


Background Color

.myBgColor { background-color: #476249; }

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

This div background color is #476249.


Border color

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

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

This div border color is #476249.


Opacity

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

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

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

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

This text has shadow with #476249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476249 on black background.


Color preview on white background

This text has color #476249 on white background.



Black color preview on #476249 background

This text has black color on #476249 background.


White color preview on #476249 background

This text has white color on #476249 background.