COLOR #414251

HEX: #414251 RGB: (65,66,81)

Color info

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

RGB color model

#414251 color RGB value is (65,66,81).

RGB: (65,66,81) (25%, 26%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 81 of 255 = 32%

65
66
81

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

Portions of RGB colors in percentages

R + G + B = 65 + 66 + 81 = 212 (100%)
R 65 of 212 ~ 30.66%
G 66 of 212 ~ 31.13%
B 81 of 212 ~ 38.21'%

%30.66
%31.13
%38.21

CMYK color model

#414251 color CMYK value is (20,19,0,68).

  • cyan value is 19.75%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (20,19,0,68)
C20M19Y0K68 (20%, 19%, 0%, 68%)
(0.20 / 0.19 / 0.00 / 0.68)

CMYK percentages

%19.75
%18.52
%0
%68.24

Codes

Color #414251 in popluar color models

41 42 51
RGB 65 66 81
HSL 236° 10.96% 28.63%
HSB/HSV 236° 19.75% 31.76%
CMYK 19.75% 18.52% 0.00%
68.24%

Color #414251 in popluar number systems.

HEX 41 42 51
Decimal 65 66 81
Binary 1000001 1000010 1010001
Octal 101 102 121

Shades and tints

Shades of #414251

#414251
(65,66,81)
#3C3C4A
(60,60,74)
#373643
(55,54,67)
#32303C
(50,48,60)
#2D2A35
(45,42,53)
#28242E
(40,36,46)
#231E27
(35,30,39)
#1E1820
(30,24,32)
#191219
(25,18,25)
#140C12
(20,12,18)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #414251

#414251
(65,66,81)
#525360
(82,83,96)
#63646F
(99,100,111)
#74757E
(116,117,126)
#85868D
(133,134,141)
#96979C
(150,151,156)
#A7A8AB
(167,168,171)
#B8B9BA
(184,185,186)
#C9CAC9
(201,202,201)
#DADBD8
(218,219,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414251; }

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

This text font color is #414251.

Background Color

.myBgColor { background-color: #414251; }

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

This div background color is #414251.

Border color

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

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

This div border color is #414251.

Opacity

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

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

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

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

This text has shadow with #414251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414251.

Preview

Color preview on black background

This text has color #414251 on black background.


Color preview on white background

This text has color #414251 on white background.


Black color preview on #414251 background

This text has black color on #414251 background.


White color preview on #414251 background

This text has white color on #414251 background.


Related colors

Complementary color

Complementary color for #hex is #BEBDAE.


I love getcolorcode.com

Triadic colors

1 #514142 and #425141 with #414251 are triadic colors.

2 #514241 and #424151 with #414251 are triadic colors.