COLOR #474333

HEX: #474333
RGB: (71,67,51)

Color info

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

RGB color model

#474333 color RGB value is (71,67,51).

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

RGB channels and saturation

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

71
67
51

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

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 51 = 189 (100%)
R 71 of 189 ~ 37.57%
G 67 of 189 ~ 35.45%
B 51 of 189 ~ 26.98%

%37.57
%35.45
%26.98

CMYK color model

#474333 color CMYK value is (0,6,28,72).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 28.17%
  • key color value is 72.16%
CMYK:
(0,6,28,72)
C0M6Y28K72 
(0%,6%,28%,72%)
(0.00/0.06/0.28/0.72)	

CMYK percentages

%0
%5.63
%28.17
%72.16

Codes

Color #474333 in popluar color models

474333
RGB716751
HSL48°16.39%23.92%
HSB/HSV48°28.17%27.84%
CMYK0.00%5.63%28.17%
72.16%

Color #474333 in popluar number systems.

HEX474333
Decimal716751
Binary10001111000011110011
Octal10710363

Shades and tints

Shades of #474333

#474333
(71,67,51)
#413D2F
(65,61,47)
#3B372B
(59,55,43)
#353127
(53,49,39)
#2F2B23
(47,43,35)
#29251F
(41,37,31)
#231F1B
(35,31,27)
#1D1917
(29,25,23)
#171313
(23,19,19)
#110D0F
(17,13,15)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #474333

#474333
(71,67,51)
#575445
(87,84,69)
#676557
(103,101,87)
#777669
(119,118,105)
#87877B
(135,135,123)
#97988D
(151,152,141)
#A7A99F
(167,169,159)
#B7BAB1
(183,186,177)
#C7CBC3
(199,203,195)
#D7DCD5
(215,220,213)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474333; }

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

This text font color is #474333.


Background Color

.myBgColor { background-color: #474333; }

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

This div background color is #474333.


Border color

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

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

This div border color is #474333.


Opacity

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

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

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

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

This text has shadow with #474333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474333 on black background.


Color preview on white background

This text has color #474333 on white background.



Black color preview on #474333 background

This text has black color on #474333 background.


White color preview on #474333 background

This text has white color on #474333 background.