COLOR #414920

HEX: #414920
RGB: (65,73,32)

Color info

#414920 contains red, green and blue colors in about the same proportion. Web safe color of #414920 is #333333 (or #333).

RGB color model

#414920 color RGB value is (65,73,32).

  • red value is 65;
  • green value is 73;
  • blue value is 32.
RGB:
(65,73,32)
(25%,29%,13%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 32 of 255 = 13%

65
73
32

R + G + B ~ 22%. #414920 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 32 = 170 (100%)
R 65 of 170 ~ 38.24%
G 73 of 170 ~ 42.94%
B 32 of 170 ~ 18.82%

%38.24
%42.94
%18.82

CMYK color model

#414920 color CMYK value is (11,0,56,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(11,0,56,71)
C11M0Y56K71 
(11%,0%,56%,71%)
(0.11/0.00/0.56/0.71)	

CMYK percentages

%10.96
%0
%56.16
%71.37

Codes

Color #414920 in popluar color models

414920
RGB657332
HSL72°39.05%20.59%
HSB/HSV72°56.16%28.63%
CMYK10.96%0.00%56.16%
71.37%

Color #414920 in popluar number systems.

HEX414920
Decimal657332
Binary10000011001001100000
Octal10111140

Shades and tints

Shades of #414920

#414920
(65,73,32)
#3C431E
(60,67,30)
#373D1C
(55,61,28)
#32371A
(50,55,26)
#2D3118
(45,49,24)
#282B16
(40,43,22)
#232514
(35,37,20)
#1E1F12
(30,31,18)
#191910
(25,25,16)
#14130E
(20,19,14)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #414920

#414920
(65,73,32)
#525934
(82,89,52)
#636948
(99,105,72)
#74795C
(116,121,92)
#858970
(133,137,112)
#969984
(150,153,132)
#A7A998
(167,169,152)
#B8B9AC
(184,185,172)
#C9C9C0
(201,201,192)
#DAD9D4
(218,217,212)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414920 color. Also use rgb(65,73,32) instead hex code.

Text Font Color

.myTextColor { color: #414920; }

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

This text font color is #414920.


Background Color

.myBgColor { background-color: #414920; }

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

This div background color is #414920.


Border color

.myBorderColor { border: 1px solid #414920; }

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

This div border color is #414920.


Opacity

.myOpacity80 { color: #414920; opacity: 0.8; }

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

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

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

This text has shadow with #414920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414920 on black background.


Color preview on white background

This text has color #414920 on white background.



Black color preview on #414920 background

This text has black color on #414920 background.


White color preview on #414920 background

This text has white color on #414920 background.