COLOR #476048

HEX: #476048
RGB: (71,96,72)

Color info

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

RGB color model

#476048 color RGB value is (71,96,72).

  • red value is 71;
  • green value is 96;
  • blue value is 72.
RGB:
(71,96,72)
(28%,38%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 72 of 255 = 28%

71
96
72

R + G + B ~ 31%. #476048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 72 = 239 (100%)
R 71 of 239 ~ 29.71%
G 96 of 239 ~ 40.17%
B 72 of 239 ~ 30.13%

%29.71
%40.17
%30.13

CMYK color model

#476048 color CMYK value is (26,0,25,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(26,0,25,62)
C26M0Y25K62 
(26%,0%,25%,62%)
(0.26/0.00/0.25/0.62)	

CMYK percentages

%26.04
%0
%25
%62.35

Codes

Color #476048 in popluar color models

476048
RGB719672
HSL122°14.97%32.75%
HSB/HSV122°26.04%37.65%
CMYK26.04%0.00%25.00%
62.35%

Color #476048 in popluar number systems.

HEX476048
Decimal719672
Binary100011111000001001000
Octal107140110

Shades and tints

Shades of #476048

#476048
(71,96,72)
#415842
(65,88,66)
#3B503C
(59,80,60)
#354836
(53,72,54)
#2F4030
(47,64,48)
#29382A
(41,56,42)
#233024
(35,48,36)
#1D281E
(29,40,30)
#172018
(23,32,24)
#111812
(17,24,18)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #476048

#476048
(71,96,72)
#576E58
(87,110,88)
#677C68
(103,124,104)
#778A78
(119,138,120)
#879888
(135,152,136)
#97A698
(151,166,152)
#A7B4A8
(167,180,168)
#B7C2B8
(183,194,184)
#C7D0C8
(199,208,200)
#D7DED8
(215,222,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476048 color. Also use rgb(71,96,72) instead hex code.

Text Font Color

.myTextColor { color: #476048; }

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

This text font color is #476048.


Background Color

.myBgColor { background-color: #476048; }

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

This div background color is #476048.


Border color

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

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

This div border color is #476048.


Opacity

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

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

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

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

This text has shadow with #476048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476048 on black background.


Color preview on white background

This text has color #476048 on white background.



Black color preview on #476048 background

This text has black color on #476048 background.


White color preview on #476048 background

This text has white color on #476048 background.