COLOR #414057

HEX: #414057
RGB: (65,64,87)

Color info

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

RGB color model

#414057 color RGB value is (65,64,87).

  • red value is 65;
  • green value is 64;
  • blue value is 87.
RGB:
(65,64,87)
(25%,25%,34%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 87 of 255 = 34%

65
64
87

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

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 87 = 216 (100%)
R 65 of 216 ~ 30.09%
G 64 of 216 ~ 29.63%
B 87 of 216 ~ 40.28%

%30.09
%29.63
%40.28

CMYK color model

#414057 color CMYK value is (25,26,0,66).

  • cyan value is 25.29%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(25,26,0,66)
C25M26Y0K66 
(25%,26%,0%,66%)
(0.25/0.26/0.00/0.66)	

CMYK percentages

%25.29
%26.44
%0
%65.88

Codes

Color #414057 in popluar color models

414057
RGB656487
HSL243°15.23%29.61%
HSB/HSV243°26.44%34.12%
CMYK25.29%26.44%0.00%
65.88%

Color #414057 in popluar number systems.

HEX414057
Decimal656487
Binary100000110000001010111
Octal101100127

Shades and tints

Shades of #414057

#414057
(65,64,87)
#3C3B50
(60,59,80)
#373649
(55,54,73)
#323142
(50,49,66)
#2D2C3B
(45,44,59)
#282734
(40,39,52)
#23222D
(35,34,45)
#1E1D26
(30,29,38)
#19181F
(25,24,31)
#141318
(20,19,24)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #414057

#414057
(65,64,87)
#525166
(82,81,102)
#636275
(99,98,117)
#747384
(116,115,132)
#858493
(133,132,147)
#9695A2
(150,149,162)
#A7A6B1
(167,166,177)
#B8B7C0
(184,183,192)
#C9C8CF
(201,200,207)
#DAD9DE
(218,217,222)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414057 color. Also use rgb(65,64,87) instead hex code.

Text Font Color

.myTextColor { color: #414057; }

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

This text font color is #414057.


Background Color

.myBgColor { background-color: #414057; }

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

This div background color is #414057.


Border color

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

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

This div border color is #414057.


Opacity

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

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

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

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

This text has shadow with #414057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414057 on black background.


Color preview on white background

This text has color #414057 on white background.



Black color preview on #414057 background

This text has black color on #414057 background.


White color preview on #414057 background

This text has white color on #414057 background.