COLOR #416382

HEX: #416382
RGB: (65,99,130)

Color info

#416382 contains mainly green and blue colors. Web safe color of #416382 is #336699 (or #369).

RGB color model

#416382 color RGB value is (65,99,130).

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

RGB channels and saturation

R 65 of 255 = 25%
G 99 of 255 = 39%
B 130 of 255 = 51%

65
99
130

R + G + B ~ 38%. #416382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 99 + 130 = 294 (100%)
R 65 of 294 ~ 22.11%
G 99 of 294 ~ 33.67%
B 130 of 294 ~ 44.22%

%22.11
%33.67
%44.22

CMYK color model

#416382 color CMYK value is (50,24,0,49).

  • cyan value is 50.00%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(50,24,0,49)
C50M24Y0K49 
(50%,24%,0%,49%)
(0.50/0.24/0.00/0.49)	

CMYK percentages

%50
%23.85
%0
%49.02

Codes

Color #416382 in popluar color models

416382
RGB6599130
HSL209°33.33%38.24%
HSB/HSV209°50.00%50.98%
CMYK50.00%23.85%0.00%
49.02%

Color #416382 in popluar number systems.

HEX416382
Decimal6599130
Binary1000001110001110000010
Octal101143202

Shades and tints

Shades of #416382

#416382
(65,99,130)
#3C5A77
(60,90,119)
#37516C
(55,81,108)
#324861
(50,72,97)
#2D3F56
(45,63,86)
#28364B
(40,54,75)
#232D40
(35,45,64)
#1E2435
(30,36,53)
#191B2A
(25,27,42)
#14121F
(20,18,31)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #416382

#416382
(65,99,130)
#52718D
(82,113,141)
#637F98
(99,127,152)
#748DA3
(116,141,163)
#859BAE
(133,155,174)
#96A9B9
(150,169,185)
#A7B7C4
(167,183,196)
#B8C5CF
(184,197,207)
#C9D3DA
(201,211,218)
#DAE1E5
(218,225,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416382; }

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

This text font color is #416382.


Background Color

.myBgColor { background-color: #416382; }

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

This div background color is #416382.


Border color

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

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

This div border color is #416382.


Opacity

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

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

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

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

This text has shadow with #416382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416382 on black background.


Color preview on white background

This text has color #416382 on white background.



Black color preview on #416382 background

This text has black color on #416382 background.


White color preview on #416382 background

This text has white color on #416382 background.