COLOR #414353

HEX: #414353
RGB: (65,67,83)

Color info

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

RGB color model

#414353 color RGB value is (65,67,83).

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

RGB channels and saturation

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

65
67
83

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 83 = 215 (100%)
R 65 of 215 ~ 30.23%
G 67 of 215 ~ 31.16%
B 83 of 215 ~ 38.6%

%30.23
%31.16
%38.6

CMYK color model

#414353 color CMYK value is (22,19,0,67).

  • cyan value is 21.69%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(22,19,0,67)
C22M19Y0K67 
(22%,19%,0%,67%)
(0.22/0.19/0.00/0.67)	

CMYK percentages

%21.69
%19.28
%0
%67.45

Codes

Color #414353 in popluar color models

414353
RGB656783
HSL233°12.16%29.02%
HSB/HSV233°21.69%32.55%
CMYK21.69%19.28%0.00%
67.45%

Color #414353 in popluar number systems.

HEX414353
Decimal656783
Binary100000110000111010011
Octal101103123

Shades and tints

Shades of #414353

#414353
(65,67,83)
#3C3D4C
(60,61,76)
#373745
(55,55,69)
#32313E
(50,49,62)
#2D2B37
(45,43,55)
#282530
(40,37,48)
#231F29
(35,31,41)
#1E1922
(30,25,34)
#19131B
(25,19,27)
#140D14
(20,13,20)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #414353

#414353
(65,67,83)
#525462
(82,84,98)
#636571
(99,101,113)
#747680
(116,118,128)
#85878F
(133,135,143)
#96989E
(150,152,158)
#A7A9AD
(167,169,173)
#B8BABC
(184,186,188)
#C9CBCB
(201,203,203)
#DADCDA
(218,220,218)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414353; }

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

This text font color is #414353.


Background Color

.myBgColor { background-color: #414353; }

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

This div background color is #414353.


Border color

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

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

This div border color is #414353.


Opacity

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

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

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

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

This text has shadow with #414353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414353 on black background.


Color preview on white background

This text has color #414353 on white background.



Black color preview on #414353 background

This text has black color on #414353 background.


White color preview on #414353 background

This text has white color on #414353 background.