COLOR #414253

HEX: #414253
RGB: (65,66,83)

Color info

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

RGB color model

#414253 color RGB value is (65,66,83).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 83 of 255 = 33%

65
66
83

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

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 83 = 214 (100%)
R 65 of 214 ~ 30.37%
G 66 of 214 ~ 30.84%
B 83 of 214 ~ 38.79%

%30.37
%30.84
%38.79

CMYK color model

#414253 color CMYK value is (22,20,0,67).

  • cyan value is 21.69%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(22,20,0,67)
C22M20Y0K67 
(22%,20%,0%,67%)
(0.22/0.20/0.00/0.67)	

CMYK percentages

%21.69
%20.48
%0
%67.45

Codes

Color #414253 in popluar color models

414253
RGB656683
HSL237°12.16%29.02%
HSB/HSV237°21.69%32.55%
CMYK21.69%20.48%0.00%
67.45%

Color #414253 in popluar number systems.

HEX414253
Decimal656683
Binary100000110000101010011
Octal101102123

Shades and tints

Shades of #414253

#414253
(65,66,83)
#3C3C4C
(60,60,76)
#373645
(55,54,69)
#32303E
(50,48,62)
#2D2A37
(45,42,55)
#282430
(40,36,48)
#231E29
(35,30,41)
#1E1822
(30,24,34)
#19121B
(25,18,27)
#140C14
(20,12,20)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #414253

#414253
(65,66,83)
#525362
(82,83,98)
#636471
(99,100,113)
#747580
(116,117,128)
#85868F
(133,134,143)
#96979E
(150,151,158)
#A7A8AD
(167,168,173)
#B8B9BC
(184,185,188)
#C9CACB
(201,202,203)
#DADBDA
(218,219,218)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414253; }

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

This text font color is #414253.


Background Color

.myBgColor { background-color: #414253; }

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

This div background color is #414253.


Border color

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

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

This div border color is #414253.


Opacity

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

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

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

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

This text has shadow with #414253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414253 on black background.


Color preview on white background

This text has color #414253 on white background.



Black color preview on #414253 background

This text has black color on #414253 background.


White color preview on #414253 background

This text has white color on #414253 background.