COLOR #474334

HEX: #474334
RGB: (71,67,52)

Color info

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

RGB color model

#474334 color RGB value is (71,67,52).

  • red value is 71;
  • green value is 67;
  • blue value is 52.
RGB:
(71,67,52)
(28%,26%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 67 of 255 = 26%
B 52 of 255 = 20%

71
67
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 52 = 190 (100%)
R 71 of 190 ~ 37.37%
G 67 of 190 ~ 35.26%
B 52 of 190 ~ 27.37%

%37.37
%35.26
%27.37

CMYK color model

#474334 color CMYK value is (0,6,27,72).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,6,27,72)
C0M6Y27K72 
(0%,6%,27%,72%)
(0.00/0.06/0.27/0.72)	

CMYK percentages

%0
%5.63
%26.76
%72.16

Codes

Color #474334 in popluar color models

474334
RGB716752
HSL47°15.45%24.12%
HSB/HSV47°26.76%27.84%
CMYK0.00%5.63%26.76%
72.16%

Color #474334 in popluar number systems.

HEX474334
Decimal716752
Binary10001111000011110100
Octal10710364

Shades and tints

Shades of #474334

#474334
(71,67,52)
#413D30
(65,61,48)
#3B372C
(59,55,44)
#353128
(53,49,40)
#2F2B24
(47,43,36)
#292520
(41,37,32)
#231F1C
(35,31,28)
#1D1918
(29,25,24)
#171314
(23,19,20)
#110D10
(17,13,16)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #474334

#474334
(71,67,52)
#575446
(87,84,70)
#676558
(103,101,88)
#77766A
(119,118,106)
#87877C
(135,135,124)
#97988E
(151,152,142)
#A7A9A0
(167,169,160)
#B7BAB2
(183,186,178)
#C7CBC4
(199,203,196)
#D7DCD6
(215,220,214)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474334 color. Also use rgb(71,67,52) instead hex code.

Text Font Color

.myTextColor { color: #474334; }

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

This text font color is #474334.


Background Color

.myBgColor { background-color: #474334; }

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

This div background color is #474334.


Border color

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

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

This div border color is #474334.


Opacity

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

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

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

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

This text has shadow with #474334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474334 on black background.


Color preview on white background

This text has color #474334 on white background.



Black color preview on #474334 background

This text has black color on #474334 background.


White color preview on #474334 background

This text has white color on #474334 background.