COLOR #416C7C

HEX: #416C7C
RGB: (65,108,124)

Color info

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

RGB color model

#416C7C color RGB value is (65,108,124).

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

RGB channels and saturation

R 65 of 255 = 25%
G 108 of 255 = 42%
B 124 of 255 = 49%

65
108
124

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

Portions of RGB colors in percentages

R + G + B =
65 + 108 + 124 = 297 (100%)
R 65 of 297 ~ 21.89%
G 108 of 297 ~ 36.36%
B 124 of 297 ~ 41.75%

%21.89
%36.36
%41.75

CMYK color model

#416C7C color CMYK value is (48,13,0,51).

  • cyan value is 47.58%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(48,13,0,51)
C48M13Y0K51 
(48%,13%,0%,51%)
(0.48/0.13/0.00/0.51)	

CMYK percentages

%47.58
%12.9
%0
%51.37

Codes

Color #416C7C in popluar color models

416C7C
RGB65108124
HSL196°31.22%37.06%
HSB/HSV196°47.58%48.63%
CMYK47.58%12.90%0.00%
51.37%

Color #416C7C in popluar number systems.

HEX416C7C
Decimal65108124
Binary100000111011001111100
Octal101154174

Shades and tints

Shades of #416C7C

#416C7C
(65,108,124)
#3C6371
(60,99,113)
#375A66
(55,90,102)
#32515B
(50,81,91)
#2D4850
(45,72,80)
#283F45
(40,63,69)
#23363A
(35,54,58)
#1E2D2F
(30,45,47)
#192424
(25,36,36)
#141B19
(20,27,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #416C7C

#416C7C
(65,108,124)
#527987
(82,121,135)
#638692
(99,134,146)
#74939D
(116,147,157)
#85A0A8
(133,160,168)
#96ADB3
(150,173,179)
#A7BABE
(167,186,190)
#B8C7C9
(184,199,201)
#C9D4D4
(201,212,212)
#DAE1DF
(218,225,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416C7C; }

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

This text font color is #416C7C.


Background Color

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

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

This div background color is #416C7C.


Border color

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

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

This div border color is #416C7C.


Opacity

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

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

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

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

This text has shadow with #416C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416C7C on black background.


Color preview on white background

This text has color #416C7C on white background.



Black color preview on #416C7C background

This text has black color on #416C7C background.


White color preview on #416C7C background

This text has white color on #416C7C background.