COLOR #414F24

HEX: #414F24
RGB: (65,79,36)

Color info

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

RGB color model

#414F24 color RGB value is (65,79,36).

  • red value is 65;
  • green value is 79;
  • blue value is 36.
RGB:
(65,79,36)
(25%,31%,14%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 36 of 255 = 14%

65
79
36

R + G + B ~ 23%. #414F24 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 36 = 180 (100%)
R 65 of 180 ~ 36.11%
G 79 of 180 ~ 43.89%
B 36 of 180 ~ 20%

%36.11
%43.89
%20

CMYK color model

#414F24 color CMYK value is (18,0,54,69).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 54.43%
  • key color value is 69.02%
CMYK:
(18,0,54,69)
C18M0Y54K69 
(18%,0%,54%,69%)
(0.18/0.00/0.54/0.69)	

CMYK percentages

%17.72
%0
%54.43
%69.02

Codes

Color #414F24 in popluar color models

414F24
RGB657936
HSL80°37.39%22.55%
HSB/HSV80°54.43%30.98%
CMYK17.72%0.00%54.43%
69.02%

Color #414F24 in popluar number systems.

HEX414F24
Decimal657936
Binary10000011001111100100
Octal10111744

Shades and tints

Shades of #414F24

#414F24
(65,79,36)
#3C4821
(60,72,33)
#37411E
(55,65,30)
#323A1B
(50,58,27)
#2D3318
(45,51,24)
#282C15
(40,44,21)
#232512
(35,37,18)
#1E1E0F
(30,30,15)
#19170C
(25,23,12)
#141009
(20,16,9)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #414F24

#414F24
(65,79,36)
#525F37
(82,95,55)
#636F4A
(99,111,74)
#747F5D
(116,127,93)
#858F70
(133,143,112)
#969F83
(150,159,131)
#A7AF96
(167,175,150)
#B8BFA9
(184,191,169)
#C9CFBC
(201,207,188)
#DADFCF
(218,223,207)
#EBEFE2
(235,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414F24 color. Also use rgb(65,79,36) instead hex code.

Text Font Color

.myTextColor { color: #414F24; }

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

This text font color is #414F24.


Background Color

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

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

This div background color is #414F24.


Border color

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

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

This div border color is #414F24.


Opacity

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

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

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

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

This text has shadow with #414F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414F24 on black background.


Color preview on white background

This text has color #414F24 on white background.



Black color preview on #414F24 background

This text has black color on #414F24 background.


White color preview on #414F24 background

This text has white color on #414F24 background.