COLOR #414A21

HEX: #414A21
RGB: (65,74,33)

Color info

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

RGB color model

#414A21 color RGB value is (65,74,33).

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

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 33 of 255 = 13%

65
74
33

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

Portions of RGB colors in percentages

R + G + B =
65 + 74 + 33 = 172 (100%)
R 65 of 172 ~ 37.79%
G 74 of 172 ~ 43.02%
B 33 of 172 ~ 19.19%

%37.79
%43.02
%19.19

CMYK color model

#414A21 color CMYK value is (12,0,55,71).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 70.98%
CMYK:
(12,0,55,71)
C12M0Y55K71 
(12%,0%,55%,71%)
(0.12/0.00/0.55/0.71)	

CMYK percentages

%12.16
%0
%55.41
%70.98

Codes

Color #414A21 in popluar color models

414A21
RGB657433
HSL73°38.32%20.98%
HSB/HSV73°55.41%29.02%
CMYK12.16%0.00%55.41%
70.98%

Color #414A21 in popluar number systems.

HEX414A21
Decimal657433
Binary10000011001010100001
Octal10111241

Shades and tints

Shades of #414A21

#414A21
(65,74,33)
#3C441E
(60,68,30)
#373E1B
(55,62,27)
#323818
(50,56,24)
#2D3215
(45,50,21)
#282C12
(40,44,18)
#23260F
(35,38,15)
#1E200C
(30,32,12)
#191A09
(25,26,9)
#141406
(20,20,6)
#0F0E03
(15,14,3)
#000000
(0,0,0)

Tints of #414A21

#414A21
(65,74,33)
#525A35
(82,90,53)
#636A49
(99,106,73)
#747A5D
(116,122,93)
#858A71
(133,138,113)
#969A85
(150,154,133)
#A7AA99
(167,170,153)
#B8BAAD
(184,186,173)
#C9CAC1
(201,202,193)
#DADAD5
(218,218,213)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414A21 color. Also use rgb(65,74,33) instead hex code.

Text Font Color

.myTextColor { color: #414A21; }

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

This text font color is #414A21.


Background Color

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

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

This div background color is #414A21.


Border color

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

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

This div border color is #414A21.


Opacity

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

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

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

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

This text has shadow with #414A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414A21 on black background.


Color preview on white background

This text has color #414A21 on white background.



Black color preview on #414A21 background

This text has black color on #414A21 background.


White color preview on #414A21 background

This text has white color on #414A21 background.