COLOR #416D66

HEX: #416D66 RGB: (65,109,102)

Color info

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

RGB color model

#416D66 color RGB value is (65,109,102).

RGB: (65,109,102) (25%, 43%, 40%)

RGB channels and saturation

R 65 of 255 = 25%
G 109 of 255 = 43%
B 102 of 255 = 40%

65
109
102

R + G + B ~ 36%. #416D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 109 + 102 = 276 (100%)
R 65 of 276 ~ 23.55%
G 109 of 276 ~ 39.49%
B 102 of 276 ~ 36.96'%

%23.55
%39.49
%36.96

CMYK color model

#416D66 color CMYK value is (40,0,6,57).

  • cyan value is 40.37%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 57.25%

CMYK: (40,0,6,57)
C40M0Y6K57 (40%, 0%, 6%, 57%)
(0.40 / 0.00 / 0.06 / 0.57)

CMYK percentages

%40.37
%0
%6.42
%57.25

Codes

Color #416D66 in popluar color models

41 6D 66
RGB 65 109 102
HSL 170° 25.29% 34.12%
HSB/HSV 170° 40.37% 42.75%
CMYK 40.37% 0.00% 6.42%
57.25%

Color #416D66 in popluar number systems.

HEX 41 6D 66
Decimal 65 109 102
Binary 1000001 1101101 1100110
Octal 101 155 146

Shades and tints

Shades of #416D66

#416D66
(65,109,102)
#3C645D
(60,100,93)
#375B54
(55,91,84)
#32524B
(50,82,75)
#2D4942
(45,73,66)
#284039
(40,64,57)
#233730
(35,55,48)
#1E2E27
(30,46,39)
#19251E
(25,37,30)
#141C15
(20,28,21)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #416D66

#416D66
(65,109,102)
#527A73
(82,122,115)
#638780
(99,135,128)
#74948D
(116,148,141)
#85A19A
(133,161,154)
#96AEA7
(150,174,167)
#A7BBB4
(167,187,180)
#B8C8C1
(184,200,193)
#C9D5CE
(201,213,206)
#DAE2DB
(218,226,219)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416D66 color. Also use rgb(65,109,102) instead hex code.

Text Font Color

.myTextColor { color: #416D66; }

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

This text font color is #416D66.

Background Color

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

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

This div background color is #416D66.

Border color

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

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

This div border color is #416D66.

Opacity

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

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

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

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

This text has shadow with #416D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416D66.

Preview

Color preview on black background

This text has color #416D66 on black background.


Color preview on white background

This text has color #416D66 on white background.


Black color preview on #416D66 background

This text has black color on #416D66 background.


White color preview on #416D66 background

This text has white color on #416D66 background.


Related colors

Complementary color

Complementary color for #hex is #BE9299.


I love getcolorcode.com

Triadic colors

1 #66416D and #6D6641 with #416D66 are triadic colors.

2 #666D41 and #6D4166 with #416D66 are triadic colors.