COLOR #416A52

HEX: #416A52
RGB: (65,106,82)

Color info

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

RGB color model

#416A52 color RGB value is (65,106,82).

  • red value is 65;
  • green value is 106;
  • blue value is 82.
RGB:
(65,106,82)
(25%,42%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 106 of 255 = 42%
B 82 of 255 = 32%

65
106
82

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

Portions of RGB colors in percentages

R + G + B =
65 + 106 + 82 = 253 (100%)
R 65 of 253 ~ 25.69%
G 106 of 253 ~ 41.9%
B 82 of 253 ~ 32.41%

%25.69
%41.9
%32.41

CMYK color model

#416A52 color CMYK value is (39,0,23,58).

  • cyan value is 38.68%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(39,0,23,58)
C39M0Y23K58 
(39%,0%,23%,58%)
(0.39/0.00/0.23/0.58)	

CMYK percentages

%38.68
%0
%22.64
%58.43

Codes

Color #416A52 in popluar color models

416A52
RGB6510682
HSL145°23.98%33.53%
HSB/HSV145°38.68%41.57%
CMYK38.68%0.00%22.64%
58.43%

Color #416A52 in popluar number systems.

HEX416A52
Decimal6510682
Binary100000111010101010010
Octal101152122

Shades and tints

Shades of #416A52

#416A52
(65,106,82)
#3C614B
(60,97,75)
#375844
(55,88,68)
#324F3D
(50,79,61)
#2D4636
(45,70,54)
#283D2F
(40,61,47)
#233428
(35,52,40)
#1E2B21
(30,43,33)
#19221A
(25,34,26)
#141913
(20,25,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #416A52

#416A52
(65,106,82)
#527761
(82,119,97)
#638470
(99,132,112)
#74917F
(116,145,127)
#859E8E
(133,158,142)
#96AB9D
(150,171,157)
#A7B8AC
(167,184,172)
#B8C5BB
(184,197,187)
#C9D2CA
(201,210,202)
#DADFD9
(218,223,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416A52 color. Also use rgb(65,106,82) instead hex code.

Text Font Color

.myTextColor { color: #416A52; }

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

This text font color is #416A52.


Background Color

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

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

This div background color is #416A52.


Border color

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

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

This div border color is #416A52.


Opacity

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

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

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

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

This text has shadow with #416A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416A52 on black background.


Color preview on white background

This text has color #416A52 on white background.



Black color preview on #416A52 background

This text has black color on #416A52 background.


White color preview on #416A52 background

This text has white color on #416A52 background.