COLOR #474423

HEX: #474423
RGB: (71,68,35)

Color info

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

RGB color model

#474423 color RGB value is (71,68,35).

  • red value is 71;
  • green value is 68;
  • blue value is 35.
RGB:
(71,68,35)
(28%,27%,14%)

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 35 of 255 = 14%

71
68
35

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 35 = 174 (100%)
R 71 of 174 ~ 40.8%
G 68 of 174 ~ 39.08%
B 35 of 174 ~ 20.11%

%40.8
%39.08
%20.11

CMYK color model

#474423 color CMYK value is (0,4,51,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 50.70%
  • key color value is 72.16%
CMYK:
(0,4,51,72)
C0M4Y51K72 
(0%,4%,51%,72%)
(0.00/0.04/0.51/0.72)	

CMYK percentages

%0
%4.23
%50.7
%72.16

Codes

Color #474423 in popluar color models

474423
RGB716835
HSL55°33.96%20.78%
HSB/HSV55°50.70%27.84%
CMYK0.00%4.23%50.70%
72.16%

Color #474423 in popluar number systems.

HEX474423
Decimal716835
Binary10001111000100100011
Octal10710443

Shades and tints

Shades of #474423

#474423
(71,68,35)
#413E20
(65,62,32)
#3B381D
(59,56,29)
#35321A
(53,50,26)
#2F2C17
(47,44,23)
#292614
(41,38,20)
#232011
(35,32,17)
#1D1A0E
(29,26,14)
#17140B
(23,20,11)
#110E08
(17,14,8)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #474423

#474423
(71,68,35)
#575537
(87,85,55)
#67664B
(103,102,75)
#77775F
(119,119,95)
#878873
(135,136,115)
#979987
(151,153,135)
#A7AA9B
(167,170,155)
#B7BBAF
(183,187,175)
#C7CCC3
(199,204,195)
#D7DDD7
(215,221,215)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474423 color. Also use rgb(71,68,35) instead hex code.

Text Font Color

.myTextColor { color: #474423; }

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

This text font color is #474423.


Background Color

.myBgColor { background-color: #474423; }

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

This div background color is #474423.


Border color

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

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

This div border color is #474423.


Opacity

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

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

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

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

This text has shadow with #474423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474423 on black background.


Color preview on white background

This text has color #474423 on white background.



Black color preview on #474423 background

This text has black color on #474423 background.


White color preview on #474423 background

This text has white color on #474423 background.