COLOR #416E42

HEX: #416E42 RGB: (65,110,66)

Color info

#416E42 contains red, green and blue colors in about the same proportion. Web safe color of #416E42 is #336633 (or #363).

RGB color model

#416E42 color RGB value is (65,110,66).

RGB: (65,110,66) (25%, 43%, 26%)

RGB channels and saturation

R 65 of 255 = 25%
G 110 of 255 = 43%
B 66 of 255 = 26%

65
110
66

R + G + B ~ 31%. #416E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 110 + 66 = 241 (100%)
R 65 of 241 ~ 26.97%
G 110 of 241 ~ 45.64%
B 66 of 241 ~ 27.39'%

%26.97
%45.64
%27.39

CMYK color model

#416E42 color CMYK value is (41,0,40,57).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 56.86%

CMYK: (41,0,40,57)
C41M0Y40K57 (41%, 0%, 40%, 57%)
(0.41 / 0.00 / 0.40 / 0.57)

CMYK percentages

%40.91
%0
%40
%56.86

Codes

Color #416E42 in popluar color models

41 6E 42
RGB 65 110 66
HSL 121° 25.71% 34.31%
HSB/HSV 121° 40.91% 43.14%
CMYK 40.91% 0.00% 40.00%
56.86%

Color #416E42 in popluar number systems.

HEX 41 6E 42
Decimal 65 110 66
Binary 1000001 1101110 1000010
Octal 101 156 102

Shades and tints

Shades of #416E42

#416E42
(65,110,66)
#3C643C
(60,100,60)
#375A36
(55,90,54)
#325030
(50,80,48)
#2D462A
(45,70,42)
#283C24
(40,60,36)
#23321E
(35,50,30)
#1E2818
(30,40,24)
#191E12
(25,30,18)
#14140C
(20,20,12)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #416E42

#416E42
(65,110,66)
#527B53
(82,123,83)
#638864
(99,136,100)
#749575
(116,149,117)
#85A286
(133,162,134)
#96AF97
(150,175,151)
#A7BCA8
(167,188,168)
#B8C9B9
(184,201,185)
#C9D6CA
(201,214,202)
#DAE3DB
(218,227,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416E42 color. Also use rgb(65,110,66) instead hex code.

Text Font Color

.myTextColor { color: #416E42; }

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

This text font color is #416E42.

Background Color

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

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

This div background color is #416E42.

Border color

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

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

This div border color is #416E42.

Opacity

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

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

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

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

This text has shadow with #416E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416E42.

Preview

Color preview on black background

This text has color #416E42 on black background.


Color preview on white background

This text has color #416E42 on white background.


Black color preview on #416E42 background

This text has black color on #416E42 background.


White color preview on #416E42 background

This text has white color on #416E42 background.


Related colors

Complementary color

Complementary color for #hex is #BE91BD.


I love getcolorcode.com

Triadic colors

1 #42416E and #6E4241 with #416E42 are triadic colors.

2 #426E41 and #6E4142 with #416E42 are triadic colors.