COLOR #416B63

HEX: #416B63 RGB: (65,107,99)

Color info

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

RGB color model

#416B63 color RGB value is (65,107,99).

RGB: (65,107,99) (25%, 42%, 39%)

RGB channels and saturation

R 65 of 255 = 25%
G 107 of 255 = 42%
B 99 of 255 = 39%

65
107
99

R + G + B ~ 35%. #416B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 107 + 99 = 271 (100%)
R 65 of 271 ~ 23.99%
G 107 of 271 ~ 39.48%
B 99 of 271 ~ 36.53'%

%23.99
%39.48
%36.53

CMYK color model

#416B63 color CMYK value is (39,0,7,58).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%

CMYK: (39,0,7,58)
C39M0Y7K58 (39%, 0%, 7%, 58%)
(0.39 / 0.00 / 0.07 / 0.58)

CMYK percentages

%39.25
%0
%7.48
%58.04

Codes

Color #416B63 in popluar color models

41 6B 63
RGB 65 107 99
HSL 169° 24.42% 33.73%
HSB/HSV 169° 39.25% 41.96%
CMYK 39.25% 0.00% 7.48%
58.04%

Color #416B63 in popluar number systems.

HEX 41 6B 63
Decimal 65 107 99
Binary 1000001 1101011 1100011
Octal 101 153 143

Shades and tints

Shades of #416B63

#416B63
(65,107,99)
#3C625A
(60,98,90)
#375951
(55,89,81)
#325048
(50,80,72)
#2D473F
(45,71,63)
#283E36
(40,62,54)
#23352D
(35,53,45)
#1E2C24
(30,44,36)
#19231B
(25,35,27)
#141A12
(20,26,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #416B63

#416B63
(65,107,99)
#527871
(82,120,113)
#63857F
(99,133,127)
#74928D
(116,146,141)
#859F9B
(133,159,155)
#96ACA9
(150,172,169)
#A7B9B7
(167,185,183)
#B8C6C5
(184,198,197)
#C9D3D3
(201,211,211)
#DAE0E1
(218,224,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416B63 color. Also use rgb(65,107,99) instead hex code.

Text Font Color

.myTextColor { color: #416B63; }

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

This text font color is #416B63.

Background Color

.myBgColor { background-color: #416B63; }

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

This div background color is #416B63.

Border color

.myBorderColor { border: 1px solid #416B63; }

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

This div border color is #416B63.

Opacity

.myOpacity80 { color: #416B63; opacity: 0.8; }

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

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

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

This text has shadow with #416B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416B63.

Preview

Color preview on black background

This text has color #416B63 on black background.


Color preview on white background

This text has color #416B63 on white background.


Black color preview on #416B63 background

This text has black color on #416B63 background.


White color preview on #416B63 background

This text has white color on #416B63 background.


Related colors

Complementary color

Complementary color for #hex is #BE949C.


I love getcolorcode.com

Triadic colors

1 #63416B and #6B6341 with #416B63 are triadic colors.

2 #636B41 and #6B4163 with #416B63 are triadic colors.