COLOR #474649

HEX: #474649
RGB: (71,70,73)

Color info

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

RGB color model

#474649 color RGB value is (71,70,73).

  • red value is 71;
  • green value is 70;
  • blue value is 73.
RGB:
(71,70,73)
(28%,27%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 73 of 255 = 29%

71
70
73

R + G + B ~ 28%. #474649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 73 = 214 (100%)
R 71 of 214 ~ 33.18%
G 70 of 214 ~ 32.71%
B 73 of 214 ~ 34.11%

%33.18
%32.71
%34.11

CMYK color model

#474649 color CMYK value is (3,4,0,71).

  • cyan value is 2.74%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,4,0,71)
C3M4Y0K71 
(3%,4%,0%,71%)
(0.03/0.04/0.00/0.71)	

CMYK percentages

%2.74
%4.11
%0
%71.37

Codes

Color #474649 in popluar color models

474649
RGB717073
HSL260°2.10%28.04%
HSB/HSV260°4.11%28.63%
CMYK2.74%4.11%0.00%
71.37%

Color #474649 in popluar number systems.

HEX474649
Decimal717073
Binary100011110001101001001
Octal107106111

Shades and tints

Shades of #474649

#474649
(71,70,73)
#414043
(65,64,67)
#3B3A3D
(59,58,61)
#353437
(53,52,55)
#2F2E31
(47,46,49)
#29282B
(41,40,43)
#232225
(35,34,37)
#1D1C1F
(29,28,31)
#171619
(23,22,25)
#111013
(17,16,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #474649

#474649
(71,70,73)
#575659
(87,86,89)
#676669
(103,102,105)
#777679
(119,118,121)
#878689
(135,134,137)
#979699
(151,150,153)
#A7A6A9
(167,166,169)
#B7B6B9
(183,182,185)
#C7C6C9
(199,198,201)
#D7D6D9
(215,214,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474649 color. Also use rgb(71,70,73) instead hex code.

Text Font Color

.myTextColor { color: #474649; }

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

This text font color is #474649.


Background Color

.myBgColor { background-color: #474649; }

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

This div background color is #474649.


Border color

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

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

This div border color is #474649.


Opacity

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

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

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

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

This text has shadow with #474649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474649 on black background.


Color preview on white background

This text has color #474649 on white background.



Black color preview on #474649 background

This text has black color on #474649 background.


White color preview on #474649 background

This text has white color on #474649 background.