COLOR #414844

HEX: #414844
RGB: (65,72,68)

Color info

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

RGB color model

#414844 color RGB value is (65,72,68).

  • red value is 65;
  • green value is 72;
  • blue value is 68.
RGB:
(65,72,68)
(25%,28%,27%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 68 of 255 = 27%

65
72
68

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 68 = 205 (100%)
R 65 of 205 ~ 31.71%
G 72 of 205 ~ 35.12%
B 68 of 205 ~ 33.17%

%31.71
%35.12
%33.17

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(10,0,6,72)
C10M0Y6K72 
(10%,0%,6%,72%)
(0.10/0.00/0.06/0.72)	

CMYK percentages

%9.72
%0
%5.56
%71.76

Codes

Color #414844 in popluar color models

414844
RGB657268
HSL146°5.11%26.86%
HSB/HSV146°9.72%28.24%
CMYK9.72%0.00%5.56%
71.76%

Color #414844 in popluar number systems.

HEX414844
Decimal657268
Binary100000110010001000100
Octal101110104

Shades and tints

Shades of #414844

#414844
(65,72,68)
#3C423E
(60,66,62)
#373C38
(55,60,56)
#323632
(50,54,50)
#2D302C
(45,48,44)
#282A26
(40,42,38)
#232420
(35,36,32)
#1E1E1A
(30,30,26)
#191814
(25,24,20)
#14120E
(20,18,14)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #414844

#414844
(65,72,68)
#525855
(82,88,85)
#636866
(99,104,102)
#747877
(116,120,119)
#858888
(133,136,136)
#969899
(150,152,153)
#A7A8AA
(167,168,170)
#B8B8BB
(184,184,187)
#C9C8CC
(201,200,204)
#DAD8DD
(218,216,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414844 color. Also use rgb(65,72,68) instead hex code.

Text Font Color

.myTextColor { color: #414844; }

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

This text font color is #414844.


Background Color

.myBgColor { background-color: #414844; }

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

This div background color is #414844.


Border color

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

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

This div border color is #414844.


Opacity

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

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

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

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

This text has shadow with #414844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414844 on black background.


Color preview on white background

This text has color #414844 on white background.



Black color preview on #414844 background

This text has black color on #414844 background.


White color preview on #414844 background

This text has white color on #414844 background.