COLOR #474746

HEX: #474746
RGB: (71,71,70)

Color info

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

RGB color model

#474746 color RGB value is (71,71,70).

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

RGB channels and saturation

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

71
71
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 70 = 212 (100%)
R 71 of 212 ~ 33.49%
G 71 of 212 ~ 33.49%
B 70 of 212 ~ 33.02%

%33.49
%33.49
%33.02

CMYK color model

#474746 color CMYK value is (0,0,1,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,0,1,72)
C0M0Y1K72 
(0%,0%,1%,72%)
(0.00/0.00/0.01/0.72)	

CMYK percentages

%0
%0
%1.41
%72.16

Codes

Color #474746 in popluar color models

474746
RGB717170
HSL60°0.71%27.65%
HSB/HSV60°1.41%27.84%
CMYK0.00%0.00%1.41%
72.16%

Color #474746 in popluar number systems.

HEX474746
Decimal717170
Binary100011110001111000110
Octal107107106

Shades and tints

Shades of #474746

#474746
(71,71,70)
#414140
(65,65,64)
#3B3B3A
(59,59,58)
#353534
(53,53,52)
#2F2F2E
(47,47,46)
#292928
(41,41,40)
#232322
(35,35,34)
#1D1D1C
(29,29,28)
#171716
(23,23,22)
#111110
(17,17,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #474746

#474746
(71,71,70)
#575756
(87,87,86)
#676766
(103,103,102)
#777776
(119,119,118)
#878786
(135,135,134)
#979796
(151,151,150)
#A7A7A6
(167,167,166)
#B7B7B6
(183,183,182)
#C7C7C6
(199,199,198)
#D7D7D6
(215,215,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474746; }

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

This text font color is #474746.


Background Color

.myBgColor { background-color: #474746; }

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

This div background color is #474746.


Border color

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

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

This div border color is #474746.


Opacity

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

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

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

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

This text has shadow with #474746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474746 on black background.


Color preview on white background

This text has color #474746 on white background.



Black color preview on #474746 background

This text has black color on #474746 background.


White color preview on #474746 background

This text has white color on #474746 background.