COLOR #404747

HEX: #404747
RGB: (64,71,71)

Color info

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

RGB color model

#404747 color RGB value is (64,71,71).

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

RGB channels and saturation

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

64
71
71

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

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 71 = 206 (100%)
R 64 of 206 ~ 31.07%
G 71 of 206 ~ 34.47%
B 71 of 206 ~ 34.47%

%31.07
%34.47
%34.47

CMYK color model

#404747 color CMYK value is (10,0,0,72).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(10,0,0,72)
C10M0Y0K72 
(10%,0%,0%,72%)
(0.10/0.00/0.00/0.72)	

CMYK percentages

%9.86
%0
%0
%72.16

Codes

Color #404747 in popluar color models

404747
RGB647171
HSL180°5.19%26.47%
HSB/HSV180°9.86%27.84%
CMYK9.86%0.00%0.00%
72.16%

Color #404747 in popluar number systems.

HEX404747
Decimal647171
Binary100000010001111000111
Octal100107107

Shades and tints

Shades of #404747

#404747
(64,71,71)
#3B4141
(59,65,65)
#363B3B
(54,59,59)
#313535
(49,53,53)
#2C2F2F
(44,47,47)
#272929
(39,41,41)
#222323
(34,35,35)
#1D1D1D
(29,29,29)
#181717
(24,23,23)
#131111
(19,17,17)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #404747

#404747
(64,71,71)
#515757
(81,87,87)
#626767
(98,103,103)
#737777
(115,119,119)
#848787
(132,135,135)
#959797
(149,151,151)
#A6A7A7
(166,167,167)
#B7B7B7
(183,183,183)
#C8C7C7
(200,199,199)
#D9D7D7
(217,215,215)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404747; }

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

This text font color is #404747.


Background Color

.myBgColor { background-color: #404747; }

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

This div background color is #404747.


Border color

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

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

This div border color is #404747.


Opacity

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

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

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

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

This text has shadow with #404747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404747 on black background.


Color preview on white background

This text has color #404747 on white background.



Black color preview on #404747 background

This text has black color on #404747 background.


White color preview on #404747 background

This text has white color on #404747 background.