COLOR #416D4E

HEX: #416D4E RGB: (65,109,78)

Color info

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

RGB color model

#416D4E color RGB value is (65,109,78).

RGB: (65,109,78) (25%, 43%, 31%)

RGB channels and saturation

R 65 of 255 = 25%
G 109 of 255 = 43%
B 78 of 255 = 31%

65
109
78

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

Portions of RGB colors in percentages

R + G + B = 65 + 109 + 78 = 252 (100%)
R 65 of 252 ~ 25.79%
G 109 of 252 ~ 43.25%
B 78 of 252 ~ 30.95'%

%25.79
%43.25
%30.95

CMYK color model

#416D4E color CMYK value is (40,0,28,57).

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

CMYK: (40,0,28,57)
C40M0Y28K57 (40%, 0%, 28%, 57%)
(0.40 / 0.00 / 0.28 / 0.57)

CMYK percentages

%40.37
%0
%28.44
%57.25

Codes

Color #416D4E in popluar color models

41 6D 4E
RGB 65 109 78
HSL 138° 25.29% 34.12%
HSB/HSV 138° 40.37% 42.75%
CMYK 40.37% 0.00% 28.44%
57.25%

Color #416D4E in popluar number systems.

HEX 41 6D 4E
Decimal 65 109 78
Binary 1000001 1101101 1001110
Octal 101 155 116

Shades and tints

Shades of #416D4E

#416D4E
(65,109,78)
#3C6447
(60,100,71)
#375B40
(55,91,64)
#325239
(50,82,57)
#2D4932
(45,73,50)
#28402B
(40,64,43)
#233724
(35,55,36)
#1E2E1D
(30,46,29)
#192516
(25,37,22)
#141C0F
(20,28,15)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #416D4E

#416D4E
(65,109,78)
#527A5E
(82,122,94)
#63876E
(99,135,110)
#74947E
(116,148,126)
#85A18E
(133,161,142)
#96AE9E
(150,174,158)
#A7BBAE
(167,187,174)
#B8C8BE
(184,200,190)
#C9D5CE
(201,213,206)
#DAE2DE
(218,226,222)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416D4E; }

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

This text font color is #416D4E.

Background Color

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

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

This div background color is #416D4E.

Border color

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

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

This div border color is #416D4E.

Opacity

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

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

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

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

This text has shadow with #416D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416D4E.

Preview

Color preview on black background

This text has color #416D4E on black background.


Color preview on white background

This text has color #416D4E on white background.


Black color preview on #416D4E background

This text has black color on #416D4E background.


White color preview on #416D4E background

This text has white color on #416D4E background.


Related colors

Complementary color

Complementary color for #hex is #BE92B1.


I love getcolorcode.com

Triadic colors

1 #4E416D and #6D4E41 with #416D4E are triadic colors.

2 #4E6D41 and #6D414E with #416D4E are triadic colors.