COLOR #416B53

HEX: #416B53
RGB: (65,107,83)

Color info

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

RGB color model

#416B53 color RGB value is (65,107,83).

  • red value is 65;
  • green value is 107;
  • blue value is 83.
RGB:
(65,107,83)
(25%,42%,33%)

RGB channels and saturation

R 65 of 255 = 25%
G 107 of 255 = 42%
B 83 of 255 = 33%

65
107
83

R + G + B ~ 33%. #416B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 107 + 83 = 255 (100%)
R 65 of 255 ~ 25.49%
G 107 of 255 ~ 41.96%
B 83 of 255 ~ 32.55%

%25.49
%41.96
%32.55

CMYK color model

#416B53 color CMYK value is (39,0,22,58).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 58.04%
CMYK:
(39,0,22,58)
C39M0Y22K58 
(39%,0%,22%,58%)
(0.39/0.00/0.22/0.58)	

CMYK percentages

%39.25
%0
%22.43
%58.04

Codes

Color #416B53 in popluar color models

416B53
RGB6510783
HSL146°24.42%33.73%
HSB/HSV146°39.25%41.96%
CMYK39.25%0.00%22.43%
58.04%

Color #416B53 in popluar number systems.

HEX416B53
Decimal6510783
Binary100000111010111010011
Octal101153123

Shades and tints

Shades of #416B53

#416B53
(65,107,83)
#3C624C
(60,98,76)
#375945
(55,89,69)
#32503E
(50,80,62)
#2D4737
(45,71,55)
#283E30
(40,62,48)
#233529
(35,53,41)
#1E2C22
(30,44,34)
#19231B
(25,35,27)
#141A14
(20,26,20)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #416B53

#416B53
(65,107,83)
#527862
(82,120,98)
#638571
(99,133,113)
#749280
(116,146,128)
#859F8F
(133,159,143)
#96AC9E
(150,172,158)
#A7B9AD
(167,185,173)
#B8C6BC
(184,198,188)
#C9D3CB
(201,211,203)
#DAE0DA
(218,224,218)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416B53; }

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

This text font color is #416B53.


Background Color

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

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

This div background color is #416B53.


Border color

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

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

This div border color is #416B53.


Opacity

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

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

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

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

This text has shadow with #416B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416B53 on black background.


Color preview on white background

This text has color #416B53 on white background.



Black color preview on #416B53 background

This text has black color on #416B53 background.


White color preview on #416B53 background

This text has white color on #416B53 background.