COLOR #414933

HEX: #414933
RGB: (65,73,51)

Color info

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

RGB color model

#414933 color RGB value is (65,73,51).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 51 of 255 = 20%

65
73
51

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 51 = 189 (100%)
R 65 of 189 ~ 34.39%
G 73 of 189 ~ 38.62%
B 51 of 189 ~ 26.98%

%34.39
%38.62
%26.98

CMYK color model

#414933 color CMYK value is (11,0,30,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 71.37%
CMYK:
(11,0,30,71)
C11M0Y30K71 
(11%,0%,30%,71%)
(0.11/0.00/0.30/0.71)	

CMYK percentages

%10.96
%0
%30.14
%71.37

Codes

Color #414933 in popluar color models

414933
RGB657351
HSL82°17.74%24.31%
HSB/HSV82°30.14%28.63%
CMYK10.96%0.00%30.14%
71.37%

Color #414933 in popluar number systems.

HEX414933
Decimal657351
Binary10000011001001110011
Octal10111163

Shades and tints

Shades of #414933

#414933
(65,73,51)
#3C432F
(60,67,47)
#373D2B
(55,61,43)
#323727
(50,55,39)
#2D3123
(45,49,35)
#282B1F
(40,43,31)
#23251B
(35,37,27)
#1E1F17
(30,31,23)
#191913
(25,25,19)
#14130F
(20,19,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #414933

#414933
(65,73,51)
#525945
(82,89,69)
#636957
(99,105,87)
#747969
(116,121,105)
#85897B
(133,137,123)
#96998D
(150,153,141)
#A7A99F
(167,169,159)
#B8B9B1
(184,185,177)
#C9C9C3
(201,201,195)
#DAD9D5
(218,217,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414933; }

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

This text font color is #414933.


Background Color

.myBgColor { background-color: #414933; }

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

This div background color is #414933.


Border color

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

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

This div border color is #414933.


Opacity

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

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

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

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

This text has shadow with #414933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414933 on black background.


Color preview on white background

This text has color #414933 on white background.



Black color preview on #414933 background

This text has black color on #414933 background.


White color preview on #414933 background

This text has white color on #414933 background.