COLOR #416255

HEX: #416255 RGB: (65,98,85)

Color info

#416255 contains red, green and blue colors in about the same proportion. Web safe color of #416255 is #336666 (or #366).

RGB color model

#416255 color RGB value is (65,98,85).

RGB: (65,98,85) (25%, 38%, 33%)

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 85 of 255 = 33%

65
98
85

R + G + B ~ 32%. #416255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 98 + 85 = 248 (100%)
R 65 of 248 ~ 26.21%
G 98 of 248 ~ 39.52%
B 85 of 248 ~ 34.27'%

%26.21
%39.52
%34.27

CMYK color model

#416255 color CMYK value is (34,0,13,62).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK: (34,0,13,62) C34M0Y13K62 (34%,0%,13%,62%) (0.34/0.00/0.13/0.62) 

CMYK percentages

%33.67
%0
%13.27
%61.57

Codes

Color #416255 in popluar color models

41 62 55
RGB 65 98 85
HSL 156° 20.25% 31.96%
HSB/HSV 156° 33.67% 38.43%
CMYK 33.67% 0.00% 13.27%
61.57%

Color #416255 in popluar number systems.

HEX 41 62 55
Decimal 65 98 85
Binary 1000001 1100010 1010101
Octal 101 142 125

Shades and tints

Shades of #416255

#416255
(65,98,85)
#3C5A4E
(60,90,78)
#375247
(55,82,71)
#324A40
(50,74,64)
#2D4239
(45,66,57)
#283A32
(40,58,50)
#23322B
(35,50,43)
#1E2A24
(30,42,36)
#19221D
(25,34,29)
#141A16
(20,26,22)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #416255

#416255
(65,98,85)
#527064
(82,112,100)
#637E73
(99,126,115)
#748C82
(116,140,130)
#859A91
(133,154,145)
#96A8A0
(150,168,160)
#A7B6AF
(167,182,175)
#B8C4BE
(184,196,190)
#C9D2CD
(201,210,205)
#DAE0DC
(218,224,220)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416255; }

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

This text font color is #416255.

Background Color

.myBgColor { background-color: #416255; }

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

This div background color is #416255.

Border color

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

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

This div border color is #416255.

Opacity

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

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

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

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

This text has shadow with #416255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416255.

Preview

Color preview on black background

This text has color #416255 on black background.


Color preview on white background

This text has color #416255 on white background.


Black color preview on #416255 background

This text has black color on #416255 background.


White color preview on #416255 background

This text has white color on #416255 background.


Related colors

Complementary color

Complementary color for #hex is #BE9DAA.


I love getcolorcode.com

Triadic colors

1 #554162 and #625541 with #416255 are triadic colors.

2 #556241 and #624155 with #416255 are triadic colors.