COLOR #414255

HEX: #414255
RGB: (65,66,85)

Color info

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

RGB color model

#414255 color RGB value is (65,66,85).

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

RGB channels and saturation

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

65
66
85

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

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 85 = 216 (100%)
R 65 of 216 ~ 30.09%
G 66 of 216 ~ 30.56%
B 85 of 216 ~ 39.35%

%30.09
%30.56
%39.35

CMYK color model

#414255 color CMYK value is (24,22,0,67).

  • cyan value is 23.53%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(24,22,0,67)
C24M22Y0K67 
(24%,22%,0%,67%)
(0.24/0.22/0.00/0.67)	

CMYK percentages

%23.53
%22.35
%0
%66.67

Codes

Color #414255 in popluar color models

414255
RGB656685
HSL237°13.33%29.41%
HSB/HSV237°23.53%33.33%
CMYK23.53%22.35%0.00%
66.67%

Color #414255 in popluar number systems.

HEX414255
Decimal656685
Binary100000110000101010101
Octal101102125

Shades and tints

Shades of #414255

#414255
(65,66,85)
#3C3C4E
(60,60,78)
#373647
(55,54,71)
#323040
(50,48,64)
#2D2A39
(45,42,57)
#282432
(40,36,50)
#231E2B
(35,30,43)
#1E1824
(30,24,36)
#19121D
(25,18,29)
#140C16
(20,12,22)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #414255

#414255
(65,66,85)
#525364
(82,83,100)
#636473
(99,100,115)
#747582
(116,117,130)
#858691
(133,134,145)
#9697A0
(150,151,160)
#A7A8AF
(167,168,175)
#B8B9BE
(184,185,190)
#C9CACD
(201,202,205)
#DADBDC
(218,219,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414255; }

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

This text font color is #414255.


Background Color

.myBgColor { background-color: #414255; }

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

This div background color is #414255.


Border color

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

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

This div border color is #414255.


Opacity

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

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

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

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

This text has shadow with #414255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414255 on black background.


Color preview on white background

This text has color #414255 on white background.



Black color preview on #414255 background

This text has black color on #414255 background.


White color preview on #414255 background

This text has white color on #414255 background.