COLOR #414947

HEX: #414947
RGB: (65,73,71)

Color info

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

RGB color model

#414947 color RGB value is (65,73,71).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 71 of 255 = 28%

65
73
71

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 71 = 209 (100%)
R 65 of 209 ~ 31.1%
G 73 of 209 ~ 34.93%
B 71 of 209 ~ 33.97%

%31.1
%34.93
%33.97

CMYK color model

#414947 color CMYK value is (11,0,3,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(11,0,3,71)
C11M0Y3K71 
(11%,0%,3%,71%)
(0.11/0.00/0.03/0.71)	

CMYK percentages

%10.96
%0
%2.74
%71.37

Codes

Color #414947 in popluar color models

414947
RGB657371
HSL165°5.80%27.06%
HSB/HSV165°10.96%28.63%
CMYK10.96%0.00%2.74%
71.37%

Color #414947 in popluar number systems.

HEX414947
Decimal657371
Binary100000110010011000111
Octal101111107

Shades and tints

Shades of #414947

#414947
(65,73,71)
#3C4341
(60,67,65)
#373D3B
(55,61,59)
#323735
(50,55,53)
#2D312F
(45,49,47)
#282B29
(40,43,41)
#232523
(35,37,35)
#1E1F1D
(30,31,29)
#191917
(25,25,23)
#141311
(20,19,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #414947

#414947
(65,73,71)
#525957
(82,89,87)
#636967
(99,105,103)
#747977
(116,121,119)
#858987
(133,137,135)
#969997
(150,153,151)
#A7A9A7
(167,169,167)
#B8B9B7
(184,185,183)
#C9C9C7
(201,201,199)
#DAD9D7
(218,217,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414947; }

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

This text font color is #414947.


Background Color

.myBgColor { background-color: #414947; }

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

This div background color is #414947.


Border color

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

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

This div border color is #414947.


Opacity

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

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

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

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

This text has shadow with #414947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414947 on black background.


Color preview on white background

This text has color #414947 on white background.



Black color preview on #414947 background

This text has black color on #414947 background.


White color preview on #414947 background

This text has white color on #414947 background.