COLOR #293321

HEX: #293321
RGB: (41,51,33)

Color info

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

RGB color model

#293321 color RGB value is (41,51,33).

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

RGB channels and saturation

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

41
51
33

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

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 33 = 125 (100%)
R 41 of 125 ~ 32.8%
G 51 of 125 ~ 40.8%
B 33 of 125 ~ 26.4%

%32.8
%40.8
%26.4

CMYK color model

#293321 color CMYK value is (20,0,35,80).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(20,0,35,80)
C20M0Y35K80 
(20%,0%,35%,80%)
(0.20/0.00/0.35/0.80)	

CMYK percentages

%19.61
%0
%35.29
%80

Codes

Color #293321 in popluar color models

293321
RGB415133
HSL93°21.43%16.47%
HSB/HSV93°35.29%20.00%
CMYK19.61%0.00%35.29%
80.00%

Color #293321 in popluar number systems.

HEX293321
Decimal415133
Binary101001110011100001
Octal516341

Shades and tints

Shades of #293321

#293321
(41,51,33)
#262F1E
(38,47,30)
#232B1B
(35,43,27)
#202718
(32,39,24)
#1D2315
(29,35,21)
#1A1F12
(26,31,18)
#171B0F
(23,27,15)
#14170C
(20,23,12)
#111309
(17,19,9)
#0E0F06
(14,15,6)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #293321

#293321
(41,51,33)
#3C4535
(60,69,53)
#4F5749
(79,87,73)
#62695D
(98,105,93)
#757B71
(117,123,113)
#888D85
(136,141,133)
#9B9F99
(155,159,153)
#AEB1AD
(174,177,173)
#C1C3C1
(193,195,193)
#D4D5D5
(212,213,213)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293321; }

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

This text font color is #293321.


Background Color

.myBgColor { background-color: #293321; }

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

This div background color is #293321.


Border color

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

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

This div border color is #293321.


Opacity

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

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

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

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

This text has shadow with #293321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293321 on black background.


Color preview on white background

This text has color #293321 on white background.



Black color preview on #293321 background

This text has black color on #293321 background.


White color preview on #293321 background

This text has white color on #293321 background.