COLOR #414347

HEX: #414347
RGB: (65,67,71)

Color info

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

RGB color model

#414347 color RGB value is (65,67,71).

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

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 71 of 255 = 28%

65
67
71

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 71 = 203 (100%)
R 65 of 203 ~ 32.02%
G 67 of 203 ~ 33%
B 71 of 203 ~ 34.98%

%32.02
%33
%34.98

CMYK color model

#414347 color CMYK value is (8,6,0,72).

  • cyan value is 8.45%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(8,6,0,72)
C8M6Y0K72 
(8%,6%,0%,72%)
(0.08/0.06/0.00/0.72)	

CMYK percentages

%8.45
%5.63
%0
%72.16

Codes

Color #414347 in popluar color models

414347
RGB656771
HSL220°4.41%26.67%
HSB/HSV220°8.45%27.84%
CMYK8.45%5.63%0.00%
72.16%

Color #414347 in popluar number systems.

HEX414347
Decimal656771
Binary100000110000111000111
Octal101103107

Shades and tints

Shades of #414347

#414347
(65,67,71)
#3C3D41
(60,61,65)
#37373B
(55,55,59)
#323135
(50,49,53)
#2D2B2F
(45,43,47)
#282529
(40,37,41)
#231F23
(35,31,35)
#1E191D
(30,25,29)
#191317
(25,19,23)
#140D11
(20,13,17)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #414347

#414347
(65,67,71)
#525457
(82,84,87)
#636567
(99,101,103)
#747677
(116,118,119)
#858787
(133,135,135)
#969897
(150,152,151)
#A7A9A7
(167,169,167)
#B8BAB7
(184,186,183)
#C9CBC7
(201,203,199)
#DADCD7
(218,220,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414347; }

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

This text font color is #414347.


Background Color

.myBgColor { background-color: #414347; }

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

This div background color is #414347.


Border color

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

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

This div border color is #414347.


Opacity

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

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

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

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

This text has shadow with #414347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414347 on black background.


Color preview on white background

This text has color #414347 on white background.



Black color preview on #414347 background

This text has black color on #414347 background.


White color preview on #414347 background

This text has white color on #414347 background.