COLOR #474830

HEX: #474830
RGB: (71,72,48)

Color info

#474830 contains red, green and blue colors in about the same proportion. Web safe color of #474830 is #333333 (or #333).

RGB color model

#474830 color RGB value is (71,72,48).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 48 of 255 = 19%

71
72
48

R + G + B ~ 25%. #474830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 48 = 191 (100%)
R 71 of 191 ~ 37.17%
G 72 of 191 ~ 37.7%
B 48 of 191 ~ 25.13%

%37.17
%37.7
%25.13

CMYK color model

#474830 color CMYK value is (1,0,33,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(1,0,33,72)
C1M0Y33K72 
(1%,0%,33%,72%)
(0.01/0.00/0.33/0.72)	

CMYK percentages

%1.39
%0
%33.33
%71.76

Codes

Color #474830 in popluar color models

474830
RGB717248
HSL63°20.00%23.53%
HSB/HSV63°33.33%28.24%
CMYK1.39%0.00%33.33%
71.76%

Color #474830 in popluar number systems.

HEX474830
Decimal717248
Binary10001111001000110000
Octal10711060

Shades and tints

Shades of #474830

#474830
(71,72,48)
#41422C
(65,66,44)
#3B3C28
(59,60,40)
#353624
(53,54,36)
#2F3020
(47,48,32)
#292A1C
(41,42,28)
#232418
(35,36,24)
#1D1E14
(29,30,20)
#171810
(23,24,16)
#11120C
(17,18,12)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #474830

#474830
(71,72,48)
#575842
(87,88,66)
#676854
(103,104,84)
#777866
(119,120,102)
#878878
(135,136,120)
#97988A
(151,152,138)
#A7A89C
(167,168,156)
#B7B8AE
(183,184,174)
#C7C8C0
(199,200,192)
#D7D8D2
(215,216,210)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474830; }

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

This text font color is #474830.


Background Color

.myBgColor { background-color: #474830; }

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

This div background color is #474830.


Border color

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

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

This div border color is #474830.


Opacity

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

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

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

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

This text has shadow with #474830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474830 on black background.


Color preview on white background

This text has color #474830 on white background.



Black color preview on #474830 background

This text has black color on #474830 background.


White color preview on #474830 background

This text has white color on #474830 background.