COLOR #293221

HEX: #293221
RGB: (41,50,33)

Color info

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

RGB color model

#293221 color RGB value is (41,50,33).

  • red value is 41;
  • green value is 50;
  • blue value is 33.
RGB:
(41,50,33)
(16%,20%,13%)

RGB channels and saturation

R 41 of 255 = 16%
G 50 of 255 = 20%
B 33 of 255 = 13%

41
50
33

R + G + B ~ 16%. #293221 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 50 + 33 = 124 (100%)
R 41 of 124 ~ 33.06%
G 50 of 124 ~ 40.32%
B 33 of 124 ~ 26.61%

%33.06
%40.32
%26.61

CMYK color model

#293221 color CMYK value is (18,0,34,80).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 80.39%
CMYK:
(18,0,34,80)
C18M0Y34K80 
(18%,0%,34%,80%)
(0.18/0.00/0.34/0.80)	

CMYK percentages

%18
%0
%34
%80.39

Codes

Color #293221 in popluar color models

293221
RGB415033
HSL92°20.48%16.27%
HSB/HSV92°34.00%19.61%
CMYK18.00%0.00%34.00%
80.39%

Color #293221 in popluar number systems.

HEX293221
Decimal415033
Binary101001110010100001
Octal516241

Shades and tints

Shades of #293221

#293221
(41,50,33)
#262E1E
(38,46,30)
#232A1B
(35,42,27)
#202618
(32,38,24)
#1D2215
(29,34,21)
#1A1E12
(26,30,18)
#171A0F
(23,26,15)
#14160C
(20,22,12)
#111209
(17,18,9)
#0E0E06
(14,14,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #293221

#293221
(41,50,33)
#3C4435
(60,68,53)
#4F5649
(79,86,73)
#62685D
(98,104,93)
#757A71
(117,122,113)
#888C85
(136,140,133)
#9B9E99
(155,158,153)
#AEB0AD
(174,176,173)
#C1C2C1
(193,194,193)
#D4D4D5
(212,212,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293221 color. Also use rgb(41,50,33) instead hex code.

Text Font Color

.myTextColor { color: #293221; }

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

This text font color is #293221.


Background Color

.myBgColor { background-color: #293221; }

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

This div background color is #293221.


Border color

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

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

This div border color is #293221.


Opacity

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

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

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

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

This text has shadow with #293221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293221 on black background.


Color preview on white background

This text has color #293221 on white background.



Black color preview on #293221 background

This text has black color on #293221 background.


White color preview on #293221 background

This text has white color on #293221 background.