COLOR #414E3C

HEX: #414E3C
RGB: (65,78,60)

Color info

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

RGB color model

#414E3C color RGB value is (65,78,60).

  • red value is 65;
  • green value is 78;
  • blue value is 60.
RGB:
(65,78,60)
(25%,31%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 60 of 255 = 24%

65
78
60

R + G + B ~ 27%. #414E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 60 = 203 (100%)
R 65 of 203 ~ 32.02%
G 78 of 203 ~ 38.42%
B 60 of 203 ~ 29.56%

%32.02
%38.42
%29.56

CMYK color model

#414E3C color CMYK value is (17,0,23,69).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(17,0,23,69)
C17M0Y23K69 
(17%,0%,23%,69%)
(0.17/0.00/0.23/0.69)	

CMYK percentages

%16.67
%0
%23.08
%69.41

Codes

Color #414E3C in popluar color models

414E3C
RGB657860
HSL103°13.04%27.06%
HSB/HSV103°23.08%30.59%
CMYK16.67%0.00%23.08%
69.41%

Color #414E3C in popluar number systems.

HEX414E3C
Decimal657860
Binary10000011001110111100
Octal10111674

Shades and tints

Shades of #414E3C

#414E3C
(65,78,60)
#3C4737
(60,71,55)
#374032
(55,64,50)
#32392D
(50,57,45)
#2D3228
(45,50,40)
#282B23
(40,43,35)
#23241E
(35,36,30)
#1E1D19
(30,29,25)
#191614
(25,22,20)
#140F0F
(20,15,15)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #414E3C

#414E3C
(65,78,60)
#525E4D
(82,94,77)
#636E5E
(99,110,94)
#747E6F
(116,126,111)
#858E80
(133,142,128)
#969E91
(150,158,145)
#A7AEA2
(167,174,162)
#B8BEB3
(184,190,179)
#C9CEC4
(201,206,196)
#DADED5
(218,222,213)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414E3C color. Also use rgb(65,78,60) instead hex code.

Text Font Color

.myTextColor { color: #414E3C; }

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

This text font color is #414E3C.


Background Color

.myBgColor { background-color: #414E3C; }

<div style="background-color:#414E3C">Inner text</div>

This div background color is #414E3C.


Border color

.myBorderColor { border: 1px solid #414E3C; }

<div style="border:3px solid #414E3C">Div</div>

This div border color is #414E3C.


Opacity

.myOpacity80 { color: #414E3C; opacity: 0.8; }

<p style="color:#414E3C;opacity:0.8;">80%</p>

Text with #414E3C 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 #414E3C;}

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

This text has shadow with #414E3C color.

.textShadow {text-shadow: 3px 3px 1px #414E3C, 3px 3px 1px red;}

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

This text has shadow with #414E3C primary color and red secondary color.


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

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

This text has shadow with #414E3C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E3C on black background.


Color preview on white background

This text has color #414E3C on white background.



Black color preview on #414E3C background

This text has black color on #414E3C background.


White color preview on #414E3C background

This text has white color on #414E3C background.