COLOR #414354

HEX: #414354
RGB: (65,67,84)

Color info

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

RGB color model

#414354 color RGB value is (65,67,84).

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

RGB channels and saturation

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

65
67
84

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 84 = 216 (100%)
R 65 of 216 ~ 30.09%
G 67 of 216 ~ 31.02%
B 84 of 216 ~ 38.89%

%30.09
%31.02
%38.89

CMYK color model

#414354 color CMYK value is (23,20,0,67).

  • cyan value is 22.62%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(23,20,0,67)
C23M20Y0K67 
(23%,20%,0%,67%)
(0.23/0.20/0.00/0.67)	

CMYK percentages

%22.62
%20.24
%0
%67.06

Codes

Color #414354 in popluar color models

414354
RGB656784
HSL234°12.75%29.22%
HSB/HSV234°22.62%32.94%
CMYK22.62%20.24%0.00%
67.06%

Color #414354 in popluar number systems.

HEX414354
Decimal656784
Binary100000110000111010100
Octal101103124

Shades and tints

Shades of #414354

#414354
(65,67,84)
#3C3D4D
(60,61,77)
#373746
(55,55,70)
#32313F
(50,49,63)
#2D2B38
(45,43,56)
#282531
(40,37,49)
#231F2A
(35,31,42)
#1E1923
(30,25,35)
#19131C
(25,19,28)
#140D15
(20,13,21)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #414354

#414354
(65,67,84)
#525463
(82,84,99)
#636572
(99,101,114)
#747681
(116,118,129)
#858790
(133,135,144)
#96989F
(150,152,159)
#A7A9AE
(167,169,174)
#B8BABD
(184,186,189)
#C9CBCC
(201,203,204)
#DADCDB
(218,220,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414354; }

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

This text font color is #414354.


Background Color

.myBgColor { background-color: #414354; }

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

This div background color is #414354.


Border color

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

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

This div border color is #414354.


Opacity

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

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

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

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

This text has shadow with #414354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414354 on black background.


Color preview on white background

This text has color #414354 on white background.



Black color preview on #414354 background

This text has black color on #414354 background.


White color preview on #414354 background

This text has white color on #414354 background.