COLOR #474438

HEX: #474438
RGB: (71,68,56)

Color info

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

RGB color model

#474438 color RGB value is (71,68,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 56 of 255 = 22%

71
68
56

R + G + B ~ 26%. #474438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 56 = 195 (100%)
R 71 of 195 ~ 36.41%
G 68 of 195 ~ 34.87%
B 56 of 195 ~ 28.72%

%36.41
%34.87
%28.72

CMYK color model

#474438 color CMYK value is (0,4,21,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,4,21,72)
C0M4Y21K72 
(0%,4%,21%,72%)
(0.00/0.04/0.21/0.72)	

CMYK percentages

%0
%4.23
%21.13
%72.16

Codes

Color #474438 in popluar color models

474438
RGB716856
HSL48°11.81%24.90%
HSB/HSV48°21.13%27.84%
CMYK0.00%4.23%21.13%
72.16%

Color #474438 in popluar number systems.

HEX474438
Decimal716856
Binary10001111000100111000
Octal10710470

Shades and tints

Shades of #474438

#474438
(71,68,56)
#413E33
(65,62,51)
#3B382E
(59,56,46)
#353229
(53,50,41)
#2F2C24
(47,44,36)
#29261F
(41,38,31)
#23201A
(35,32,26)
#1D1A15
(29,26,21)
#171410
(23,20,16)
#110E0B
(17,14,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #474438

#474438
(71,68,56)
#57554A
(87,85,74)
#67665C
(103,102,92)
#77776E
(119,119,110)
#878880
(135,136,128)
#979992
(151,153,146)
#A7AAA4
(167,170,164)
#B7BBB6
(183,187,182)
#C7CCC8
(199,204,200)
#D7DDDA
(215,221,218)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474438; }

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

This text font color is #474438.


Background Color

.myBgColor { background-color: #474438; }

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

This div background color is #474438.


Border color

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

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

This div border color is #474438.


Opacity

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

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

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

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

This text has shadow with #474438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474438 on black background.


Color preview on white background

This text has color #474438 on white background.



Black color preview on #474438 background

This text has black color on #474438 background.


White color preview on #474438 background

This text has white color on #474438 background.