COLOR #474028

HEX: #474028
RGB: (71,64,40)

Color info

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

RGB color model

#474028 color RGB value is (71,64,40).

  • red value is 71;
  • green value is 64;
  • blue value is 40.
RGB: (71,64,40) (28%,25%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 40 of 255 = 16%

71
64
40

R + G + B ~ 23%. #474028 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 40 = 175 (100%)
R 71 of 175 ~ 40.57%
G 64 of 175 ~ 36.57%
B 40 of 175 ~ 22.86%

%40.57
%36.57
%22.86

CMYK color model

#474028 color CMYK value is (0,10,44,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK: (0,10,44,72) C0M10Y44K72 (0%,10%,44%,72%) (0.00/0.10/0.44/0.72)

CMYK percentages

%0
%9.86
%43.66
%72.16

Codes

Color #474028 in popluar color models

474028
RGB716440
HSL46°27.93%21.76%
HSB/HSV46°43.66%27.84%
CMYK0.00%9.86%43.66%
72.16%

Color #474028 in popluar number systems.

HEX474028
Decimal716440
Binary10001111000000101000
Octal10710050

Shades and tints

Shades of #474028

#474028
(71,64,40)
#413B25
(65,59,37)
#3B3622
(59,54,34)
#35311F
(53,49,31)
#2F2C1C
(47,44,28)
#292719
(41,39,25)
#232216
(35,34,22)
#1D1D13
(29,29,19)
#171810
(23,24,16)
#11130D
(17,19,13)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #474028

#474028
(71,64,40)
#57513B
(87,81,59)
#67624E
(103,98,78)
#777361
(119,115,97)
#878474
(135,132,116)
#979587
(151,149,135)
#A7A69A
(167,166,154)
#B7B7AD
(183,183,173)
#C7C8C0
(199,200,192)
#D7D9D3
(215,217,211)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474028 color. Also use rgb(71,64,40) instead hex code.

Text Font Color

.myTextColor { color: #474028; }

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

This text font color is #474028.


Background Color

.myBgColor { background-color: #474028; }

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

This div background color is #474028.


Border color

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

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

This div border color is #474028.


Opacity

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

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

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

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

This text has shadow with #474028 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #474028 on black background.


Color preview on white background

This text has color #474028 on white background.



Black color preview on #474028 background

This text has black color on #474028 background.


White color preview on #474028 background

This text has white color on #474028 background.