COLOR #416368

HEX: #416368
RGB: (65,99,104)

Color info

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

RGB color model

#416368 color RGB value is (65,99,104).

  • red value is 65;
  • green value is 99;
  • blue value is 104.
RGB:
(65,99,104)
(25%,39%,41%)

RGB channels and saturation

R 65 of 255 = 25%
G 99 of 255 = 39%
B 104 of 255 = 41%

65
99
104

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

Portions of RGB colors in percentages

R + G + B =
65 + 99 + 104 = 268 (100%)
R 65 of 268 ~ 24.25%
G 99 of 268 ~ 36.94%
B 104 of 268 ~ 38.81%

%24.25
%36.94
%38.81

CMYK color model

#416368 color CMYK value is (38,5,0,59).

  • cyan value is 37.50%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(38,5,0,59)
C38M5Y0K59 
(38%,5%,0%,59%)
(0.38/0.05/0.00/0.59)	

CMYK percentages

%37.5
%4.81
%0
%59.22

Codes

Color #416368 in popluar color models

416368
RGB6599104
HSL188°23.08%33.14%
HSB/HSV188°37.50%40.78%
CMYK37.50%4.81%0.00%
59.22%

Color #416368 in popluar number systems.

HEX416368
Decimal6599104
Binary100000111000111101000
Octal101143150

Shades and tints

Shades of #416368

#416368
(65,99,104)
#3C5A5F
(60,90,95)
#375156
(55,81,86)
#32484D
(50,72,77)
#2D3F44
(45,63,68)
#28363B
(40,54,59)
#232D32
(35,45,50)
#1E2429
(30,36,41)
#191B20
(25,27,32)
#141217
(20,18,23)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #416368

#416368
(65,99,104)
#527175
(82,113,117)
#637F82
(99,127,130)
#748D8F
(116,141,143)
#859B9C
(133,155,156)
#96A9A9
(150,169,169)
#A7B7B6
(167,183,182)
#B8C5C3
(184,197,195)
#C9D3D0
(201,211,208)
#DAE1DD
(218,225,221)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416368; }

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

This text font color is #416368.


Background Color

.myBgColor { background-color: #416368; }

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

This div background color is #416368.


Border color

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

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

This div border color is #416368.


Opacity

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

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

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

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

This text has shadow with #416368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416368 on black background.


Color preview on white background

This text has color #416368 on white background.



Black color preview on #416368 background

This text has black color on #416368 background.


White color preview on #416368 background

This text has white color on #416368 background.