COLOR #474B21

HEX: #474B21
RGB: (71,75,33)

Color info

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

RGB color model

#474B21 color RGB value is (71,75,33).

  • red value is 71;
  • green value is 75;
  • blue value is 33.
RGB:
(71,75,33)
(28%,29%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 33 of 255 = 13%

71
75
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 75 + 33 = 179 (100%)
R 71 of 179 ~ 39.66%
G 75 of 179 ~ 41.9%
B 33 of 179 ~ 18.44%

%39.66
%41.9
%18.44

CMYK color model

#474B21 color CMYK value is (5,0,56,71).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(5,0,56,71)
C5M0Y56K71 
(5%,0%,56%,71%)
(0.05/0.00/0.56/0.71)	

CMYK percentages

%5.33
%0
%56
%70.59

Codes

Color #474B21 in popluar color models

474B21
RGB717533
HSL66°38.89%21.18%
HSB/HSV66°56.00%29.41%
CMYK5.33%0.00%56.00%
70.59%

Color #474B21 in popluar number systems.

HEX474B21
Decimal717533
Binary10001111001011100001
Octal10711341

Shades and tints

Shades of #474B21

#474B21
(71,75,33)
#41451E
(65,69,30)
#3B3F1B
(59,63,27)
#353918
(53,57,24)
#2F3315
(47,51,21)
#292D12
(41,45,18)
#23270F
(35,39,15)
#1D210C
(29,33,12)
#171B09
(23,27,9)
#111506
(17,21,6)
#0B0F03
(11,15,3)
#000000
(0,0,0)

Tints of #474B21

#474B21
(71,75,33)
#575B35
(87,91,53)
#676B49
(103,107,73)
#777B5D
(119,123,93)
#878B71
(135,139,113)
#979B85
(151,155,133)
#A7AB99
(167,171,153)
#B7BBAD
(183,187,173)
#C7CBC1
(199,203,193)
#D7DBD5
(215,219,213)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474B21 color. Also use rgb(71,75,33) instead hex code.

Text Font Color

.myTextColor { color: #474B21; }

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

This text font color is #474B21.


Background Color

.myBgColor { background-color: #474B21; }

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

This div background color is #474B21.


Border color

.myBorderColor { border: 1px solid #474B21; }

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

This div border color is #474B21.


Opacity

.myOpacity80 { color: #474B21; opacity: 0.8; }

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

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

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

This text has shadow with #474B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B21 on black background.


Color preview on white background

This text has color #474B21 on white background.



Black color preview on #474B21 background

This text has black color on #474B21 background.


White color preview on #474B21 background

This text has white color on #474B21 background.