COLOR #414755

HEX: #414755 RGB: (65,71,85)

Color info

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

RGB color model

#414755 color RGB value is (65,71,85).

RGB: (65,71,85) (25%, 28%, 33%)

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 85 of 255 = 33%

65
71
85

R + G + B ~ 29%. #414755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 71 + 85 = 221 (100%)
R 65 of 221 ~ 29.41%
G 71 of 221 ~ 32.13%
B 85 of 221 ~ 38.46'%

%29.41
%32.13
%38.46

CMYK color model

#414755 color CMYK value is (24,16,0,67).

  • cyan value is 23.53%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (24,16,0,67)
C24M16Y0K67 (24%, 16%, 0%, 67%)
(0.24 / 0.16 / 0.00 / 0.67)

CMYK percentages

%23.53
%16.47
%0
%66.67

Codes

Color #414755 in popluar color models

41 47 55
RGB 65 71 85
HSL 222° 13.33% 29.41%
HSB/HSV 222° 23.53% 33.33%
CMYK 23.53% 16.47% 0.00%
66.67%

Color #414755 in popluar number systems.

HEX 41 47 55
Decimal 65 71 85
Binary 1000001 1000111 1010101
Octal 101 107 125

Shades and tints

Shades of #414755

#414755
(65,71,85)
#3C414E
(60,65,78)
#373B47
(55,59,71)
#323540
(50,53,64)
#2D2F39
(45,47,57)
#282932
(40,41,50)
#23232B
(35,35,43)
#1E1D24
(30,29,36)
#19171D
(25,23,29)
#141116
(20,17,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #414755

#414755
(65,71,85)
#525764
(82,87,100)
#636773
(99,103,115)
#747782
(116,119,130)
#858791
(133,135,145)
#9697A0
(150,151,160)
#A7A7AF
(167,167,175)
#B8B7BE
(184,183,190)
#C9C7CD
(201,199,205)
#DAD7DC
(218,215,220)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414755; }

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

This text font color is #414755.

Background Color

.myBgColor { background-color: #414755; }

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

This div background color is #414755.

Border color

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

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

This div border color is #414755.

Opacity

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

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

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

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

This text has shadow with #414755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414755.

Preview

Color preview on black background

This text has color #414755 on black background.


Color preview on white background

This text has color #414755 on white background.


Black color preview on #414755 background

This text has black color on #414755 background.


White color preview on #414755 background

This text has white color on #414755 background.


Related colors

Complementary color

Complementary color for #hex is #BEB8AA.


I love getcolorcode.com

Triadic colors

1 #554147 and #475541 with #414755 are triadic colors.

2 #554741 and #474155 with #414755 are triadic colors.