COLOR #414256

HEX: #414256
RGB: (65,66,86)

Color info

#414256 contains red, green and blue colors in about the same proportion. Web safe color of #414256 is #333366 (or #336).

RGB color model

#414256 color RGB value is (65,66,86).

  • red value is 65;
  • green value is 66;
  • blue value is 86.
RGB:
(65,66,86)
(25%,26%,34%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 86 of 255 = 34%

65
66
86

R + G + B ~ 28%. #414256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 86 = 217 (100%)
R 65 of 217 ~ 29.95%
G 66 of 217 ~ 30.41%
B 86 of 217 ~ 39.63%

%29.95
%30.41
%39.63

CMYK color model

#414256 color CMYK value is (24,23,0,66).

  • cyan value is 24.42%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(24,23,0,66)
C24M23Y0K66 
(24%,23%,0%,66%)
(0.24/0.23/0.00/0.66)	

CMYK percentages

%24.42
%23.26
%0
%66.27

Codes

Color #414256 in popluar color models

414256
RGB656686
HSL237°13.91%29.61%
HSB/HSV237°24.42%33.73%
CMYK24.42%23.26%0.00%
66.27%

Color #414256 in popluar number systems.

HEX414256
Decimal656686
Binary100000110000101010110
Octal101102126

Shades and tints

Shades of #414256

#414256
(65,66,86)
#3C3C4F
(60,60,79)
#373648
(55,54,72)
#323041
(50,48,65)
#2D2A3A
(45,42,58)
#282433
(40,36,51)
#231E2C
(35,30,44)
#1E1825
(30,24,37)
#19121E
(25,18,30)
#140C17
(20,12,23)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #414256

#414256
(65,66,86)
#525365
(82,83,101)
#636474
(99,100,116)
#747583
(116,117,131)
#858692
(133,134,146)
#9697A1
(150,151,161)
#A7A8B0
(167,168,176)
#B8B9BF
(184,185,191)
#C9CACE
(201,202,206)
#DADBDD
(218,219,221)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414256 color. Also use rgb(65,66,86) instead hex code.

Text Font Color

.myTextColor { color: #414256; }

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

This text font color is #414256.


Background Color

.myBgColor { background-color: #414256; }

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

This div background color is #414256.


Border color

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

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

This div border color is #414256.


Opacity

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

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

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

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

This text has shadow with #414256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414256 on black background.


Color preview on white background

This text has color #414256 on white background.



Black color preview on #414256 background

This text has black color on #414256 background.


White color preview on #414256 background

This text has white color on #414256 background.