COLOR #414E2F

HEX: #414E2F
RGB: (65,78,47)

Color info

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

RGB color model

#414E2F color RGB value is (65,78,47).

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

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 47 of 255 = 18%

65
78
47

R + G + B ~ 25%. #414E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 47 = 190 (100%)
R 65 of 190 ~ 34.21%
G 78 of 190 ~ 41.05%
B 47 of 190 ~ 24.74%

%34.21
%41.05
%24.74

CMYK color model

#414E2F color CMYK value is (17,0,40,69).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 69.41%
CMYK:
(17,0,40,69)
C17M0Y40K69 
(17%,0%,40%,69%)
(0.17/0.00/0.40/0.69)	

CMYK percentages

%16.67
%0
%39.74
%69.41

Codes

Color #414E2F in popluar color models

414E2F
RGB657847
HSL85°24.80%24.51%
HSB/HSV85°39.74%30.59%
CMYK16.67%0.00%39.74%
69.41%

Color #414E2F in popluar number systems.

HEX414E2F
Decimal657847
Binary10000011001110101111
Octal10111657

Shades and tints

Shades of #414E2F

#414E2F
(65,78,47)
#3C472B
(60,71,43)
#374027
(55,64,39)
#323923
(50,57,35)
#2D321F
(45,50,31)
#282B1B
(40,43,27)
#232417
(35,36,23)
#1E1D13
(30,29,19)
#19160F
(25,22,15)
#140F0B
(20,15,11)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #414E2F

#414E2F
(65,78,47)
#525E41
(82,94,65)
#636E53
(99,110,83)
#747E65
(116,126,101)
#858E77
(133,142,119)
#969E89
(150,158,137)
#A7AE9B
(167,174,155)
#B8BEAD
(184,190,173)
#C9CEBF
(201,206,191)
#DADED1
(218,222,209)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414E2F; }

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

This text font color is #414E2F.


Background Color

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

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

This div background color is #414E2F.


Border color

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

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

This div border color is #414E2F.


Opacity

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

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

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

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

This text has shadow with #414E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E2F on black background.


Color preview on white background

This text has color #414E2F on white background.



Black color preview on #414E2F background

This text has black color on #414E2F background.


White color preview on #414E2F background

This text has white color on #414E2F background.