COLOR #416E4C

HEX: #416E4C RGB: (65,110,76)

Color info

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

RGB color model

#416E4C color RGB value is (65,110,76).

RGB: (65,110,76) (25%, 43%, 30%)

RGB channels and saturation

R 65 of 255 = 25%
G 110 of 255 = 43%
B 76 of 255 = 30%

65
110
76

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

Portions of RGB colors in percentages

R + G + B = 65 + 110 + 76 = 251 (100%)
R 65 of 251 ~ 25.9%
G 110 of 251 ~ 43.82%
B 76 of 251 ~ 30.28'%

%25.9
%43.82
%30.28

CMYK color model

#416E4C color CMYK value is (41,0,31,57).

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

CMYK: (41,0,31,57)
C41M0Y31K57 (41%, 0%, 31%, 57%)
(0.41 / 0.00 / 0.31 / 0.57)

CMYK percentages

%40.91
%0
%30.91
%56.86

Codes

Color #416E4C in popluar color models

41 6E 4C
RGB 65 110 76
HSL 135° 25.71% 34.31%
HSB/HSV 135° 40.91% 43.14%
CMYK 40.91% 0.00% 30.91%
56.86%

Color #416E4C in popluar number systems.

HEX 41 6E 4C
Decimal 65 110 76
Binary 1000001 1101110 1001100
Octal 101 156 114

Shades and tints

Shades of #416E4C

#416E4C
(65,110,76)
#3C6446
(60,100,70)
#375A40
(55,90,64)
#32503A
(50,80,58)
#2D4634
(45,70,52)
#283C2E
(40,60,46)
#233228
(35,50,40)
#1E2822
(30,40,34)
#191E1C
(25,30,28)
#141416
(20,20,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #416E4C

#416E4C
(65,110,76)
#527B5C
(82,123,92)
#63886C
(99,136,108)
#74957C
(116,149,124)
#85A28C
(133,162,140)
#96AF9C
(150,175,156)
#A7BCAC
(167,188,172)
#B8C9BC
(184,201,188)
#C9D6CC
(201,214,204)
#DAE3DC
(218,227,220)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416E4C; }

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

This text font color is #416E4C.

Background Color

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

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

This div background color is #416E4C.

Border color

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

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

This div border color is #416E4C.

Opacity

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

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

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

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

This text has shadow with #416E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #416E4C.

Preview

Color preview on black background

This text has color #416E4C on black background.


Color preview on white background

This text has color #416E4C on white background.


Black color preview on #416E4C background

This text has black color on #416E4C background.


White color preview on #416E4C background

This text has white color on #416E4C background.


Related colors

Complementary color

Complementary color for #hex is #BE91B3.


I love getcolorcode.com

Triadic colors

1 #4C416E and #6E4C41 with #416E4C are triadic colors.

2 #4C6E41 and #6E414C with #416E4C are triadic colors.