COLOR #414047

HEX: #414047
RGB: (65,64,71)

Color info

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

RGB color model

#414047 color RGB value is (65,64,71).

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

RGB channels and saturation

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

65
64
71

R + G + B ~ 26%. #414047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 71 = 200 (100%)
R 65 of 200 ~ 32.5%
G 64 of 200 ~ 32%
B 71 of 200 ~ 35.5%

%32.5
%32
%35.5

CMYK color model

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

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

CMYK percentages

%8.45
%9.86
%0
%72.16

Codes

Color #414047 in popluar color models

414047
RGB656471
HSL249°5.19%26.47%
HSB/HSV249°9.86%27.84%
CMYK8.45%9.86%0.00%
72.16%

Color #414047 in popluar number systems.

HEX414047
Decimal656471
Binary100000110000001000111
Octal101100107

Shades and tints

Shades of #414047

#414047
(65,64,71)
#3C3B41
(60,59,65)
#37363B
(55,54,59)
#323135
(50,49,53)
#2D2C2F
(45,44,47)
#282729
(40,39,41)
#232223
(35,34,35)
#1E1D1D
(30,29,29)
#191817
(25,24,23)
#141311
(20,19,17)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #414047

#414047
(65,64,71)
#525157
(82,81,87)
#636267
(99,98,103)
#747377
(116,115,119)
#858487
(133,132,135)
#969597
(150,149,151)
#A7A6A7
(167,166,167)
#B8B7B7
(184,183,183)
#C9C8C7
(201,200,199)
#DAD9D7
(218,217,215)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414047; }

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

This text font color is #414047.


Background Color

.myBgColor { background-color: #414047; }

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

This div background color is #414047.


Border color

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

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

This div border color is #414047.


Opacity

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

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

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

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

This text has shadow with #414047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414047 on black background.


Color preview on white background

This text has color #414047 on white background.



Black color preview on #414047 background

This text has black color on #414047 background.


White color preview on #414047 background

This text has white color on #414047 background.