COLOR #474B40

HEX: #474B40
RGB: (71,75,64)

Color info

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

RGB color model

#474B40 color RGB value is (71,75,64).

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

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 64 of 255 = 25%

71
75
64

R + G + B ~ 27%. #474B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 75 + 64 = 210 (100%)
R 71 of 210 ~ 33.81%
G 75 of 210 ~ 35.71%
B 64 of 210 ~ 30.48%

%33.81
%35.71
%30.48

CMYK color model

#474B40 color CMYK value is (5,0,15,71).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK:
(5,0,15,71)
C5M0Y15K71 
(5%,0%,15%,71%)
(0.05/0.00/0.15/0.71)	

CMYK percentages

%5.33
%0
%14.67
%70.59

Codes

Color #474B40 in popluar color models

474B40
RGB717564
HSL82°7.91%27.25%
HSB/HSV82°14.67%29.41%
CMYK5.33%0.00%14.67%
70.59%

Color #474B40 in popluar number systems.

HEX474B40
Decimal717564
Binary100011110010111000000
Octal107113100

Shades and tints

Shades of #474B40

#474B40
(71,75,64)
#41453B
(65,69,59)
#3B3F36
(59,63,54)
#353931
(53,57,49)
#2F332C
(47,51,44)
#292D27
(41,45,39)
#232722
(35,39,34)
#1D211D
(29,33,29)
#171B18
(23,27,24)
#111513
(17,21,19)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #474B40

#474B40
(71,75,64)
#575B51
(87,91,81)
#676B62
(103,107,98)
#777B73
(119,123,115)
#878B84
(135,139,132)
#979B95
(151,155,149)
#A7ABA6
(167,171,166)
#B7BBB7
(183,187,183)
#C7CBC8
(199,203,200)
#D7DBD9
(215,219,217)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B40; }

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

This text font color is #474B40.


Background Color

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

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

This div background color is #474B40.


Border color

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

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

This div border color is #474B40.


Opacity

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

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

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

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

This text has shadow with #474B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B40 on black background.


Color preview on white background

This text has color #474B40 on white background.



Black color preview on #474B40 background

This text has black color on #474B40 background.


White color preview on #474B40 background

This text has white color on #474B40 background.