COLOR #416C80

HEX: #416C80
RGB: (65,108,128)

Color info

#416C80 contains mainly green and blue colors. Web safe color of #416C80 is #336666 (or #366).

RGB color model

#416C80 color RGB value is (65,108,128).

  • red value is 65;
  • green value is 108;
  • blue value is 128.
RGB:
(65,108,128)
(25%,42%,50%)

RGB channels and saturation

R 65 of 255 = 25%
G 108 of 255 = 42%
B 128 of 255 = 50%

65
108
128

R + G + B ~ 39%. #416C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 108 + 128 = 301 (100%)
R 65 of 301 ~ 21.59%
G 108 of 301 ~ 35.88%
B 128 of 301 ~ 42.52%

%21.59
%35.88
%42.52

CMYK color model

#416C80 color CMYK value is (49,16,0,50).

  • cyan value is 49.22%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(49,16,0,50)
C49M16Y0K50 
(49%,16%,0%,50%)
(0.49/0.16/0.00/0.50)	

CMYK percentages

%49.22
%15.63
%0
%49.8

Codes

Color #416C80 in popluar color models

416C80
RGB65108128
HSL199°32.64%37.84%
HSB/HSV199°49.22%50.20%
CMYK49.22%15.63%0.00%
49.80%

Color #416C80 in popluar number systems.

HEX416C80
Decimal65108128
Binary1000001110110010000000
Octal101154200

Shades and tints

Shades of #416C80

#416C80
(65,108,128)
#3C6375
(60,99,117)
#375A6A
(55,90,106)
#32515F
(50,81,95)
#2D4854
(45,72,84)
#283F49
(40,63,73)
#23363E
(35,54,62)
#1E2D33
(30,45,51)
#192428
(25,36,40)
#141B1D
(20,27,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #416C80

#416C80
(65,108,128)
#52798B
(82,121,139)
#638696
(99,134,150)
#7493A1
(116,147,161)
#85A0AC
(133,160,172)
#96ADB7
(150,173,183)
#A7BAC2
(167,186,194)
#B8C7CD
(184,199,205)
#C9D4D8
(201,212,216)
#DAE1E3
(218,225,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416C80 color. Also use rgb(65,108,128) instead hex code.

Text Font Color

.myTextColor { color: #416C80; }

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

This text font color is #416C80.


Background Color

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

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

This div background color is #416C80.


Border color

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

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

This div border color is #416C80.


Opacity

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

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

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

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

This text has shadow with #416C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416C80 on black background.


Color preview on white background

This text has color #416C80 on white background.



Black color preview on #416C80 background

This text has black color on #416C80 background.


White color preview on #416C80 background

This text has white color on #416C80 background.