COLOR #474346

HEX: #474346
RGB: (71,67,70)

Color info

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

RGB color model

#474346 color RGB value is (71,67,70).

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

RGB channels and saturation

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

71
67
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 70 = 208 (100%)
R 71 of 208 ~ 34.13%
G 67 of 208 ~ 32.21%
B 70 of 208 ~ 33.65%

%34.13
%32.21
%33.65

CMYK color model

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

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

CMYK percentages

%0
%5.63
%1.41
%72.16

Codes

Color #474346 in popluar color models

474346
RGB716770
HSL315°2.90%27.06%
HSB/HSV315°5.63%27.84%
CMYK0.00%5.63%1.41%
72.16%

Color #474346 in popluar number systems.

HEX474346
Decimal716770
Binary100011110000111000110
Octal107103106

Shades and tints

Shades of #474346

#474346
(71,67,70)
#413D40
(65,61,64)
#3B373A
(59,55,58)
#353134
(53,49,52)
#2F2B2E
(47,43,46)
#292528
(41,37,40)
#231F22
(35,31,34)
#1D191C
(29,25,28)
#171316
(23,19,22)
#110D10
(17,13,16)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #474346

#474346
(71,67,70)
#575456
(87,84,86)
#676566
(103,101,102)
#777676
(119,118,118)
#878786
(135,135,134)
#979896
(151,152,150)
#A7A9A6
(167,169,166)
#B7BAB6
(183,186,182)
#C7CBC6
(199,203,198)
#D7DCD6
(215,220,214)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474346; }

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

This text font color is #474346.


Background Color

.myBgColor { background-color: #474346; }

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

This div background color is #474346.


Border color

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

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

This div border color is #474346.


Opacity

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

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

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

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

This text has shadow with #474346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474346 on black background.


Color preview on white background

This text has color #474346 on white background.



Black color preview on #474346 background

This text has black color on #474346 background.


White color preview on #474346 background

This text has white color on #474346 background.