COLOR #474645

HEX: #474645
RGB: (71,70,69)

Color info

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

RGB color model

#474645 color RGB value is (71,70,69).

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

RGB channels and saturation

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

71
70
69

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 69 = 210 (100%)
R 71 of 210 ~ 33.81%
G 70 of 210 ~ 33.33%
B 69 of 210 ~ 32.86%

%33.81
%33.33
%32.86

CMYK color model

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

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

CMYK percentages

%0
%1.41
%2.82
%72.16

Codes

Color #474645 in popluar color models

474645
RGB717069
HSL30°1.43%27.45%
HSB/HSV30°2.82%27.84%
CMYK0.00%1.41%2.82%
72.16%

Color #474645 in popluar number systems.

HEX474645
Decimal717069
Binary100011110001101000101
Octal107106105

Shades and tints

Shades of #474645

#474645
(71,70,69)
#41403F
(65,64,63)
#3B3A39
(59,58,57)
#353433
(53,52,51)
#2F2E2D
(47,46,45)
#292827
(41,40,39)
#232221
(35,34,33)
#1D1C1B
(29,28,27)
#171615
(23,22,21)
#11100F
(17,16,15)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #474645

#474645
(71,70,69)
#575655
(87,86,85)
#676665
(103,102,101)
#777675
(119,118,117)
#878685
(135,134,133)
#979695
(151,150,149)
#A7A6A5
(167,166,165)
#B7B6B5
(183,182,181)
#C7C6C5
(199,198,197)
#D7D6D5
(215,214,213)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474645; }

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

This text font color is #474645.


Background Color

.myBgColor { background-color: #474645; }

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

This div background color is #474645.


Border color

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

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

This div border color is #474645.


Opacity

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

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

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

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

This text has shadow with #474645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474645 on black background.


Color preview on white background

This text has color #474645 on white background.



Black color preview on #474645 background

This text has black color on #474645 background.


White color preview on #474645 background

This text has white color on #474645 background.