COLOR #293821

HEX: #293821
RGB: (41,56,33)

Color info

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

RGB color model

#293821 color RGB value is (41,56,33).

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

RGB channels and saturation

R 41 of 255 = 16%
G 56 of 255 = 22%
B 33 of 255 = 13%

41
56
33

R + G + B ~ 17%. #293821 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 56 + 33 = 130 (100%)
R 41 of 130 ~ 31.54%
G 56 of 130 ~ 43.08%
B 33 of 130 ~ 25.38%

%31.54
%43.08
%25.38

CMYK color model

#293821 color CMYK value is (27,0,41,78).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(27,0,41,78)
C27M0Y41K78 
(27%,0%,41%,78%)
(0.27/0.00/0.41/0.78)	

CMYK percentages

%26.79
%0
%41.07
%78.04

Codes

Color #293821 in popluar color models

293821
RGB415633
HSL99°25.84%17.45%
HSB/HSV99°41.07%21.96%
CMYK26.79%0.00%41.07%
78.04%

Color #293821 in popluar number systems.

HEX293821
Decimal415633
Binary101001111000100001
Octal517041

Shades and tints

Shades of #293821

#293821
(41,56,33)
#26331E
(38,51,30)
#232E1B
(35,46,27)
#202918
(32,41,24)
#1D2415
(29,36,21)
#1A1F12
(26,31,18)
#171A0F
(23,26,15)
#14150C
(20,21,12)
#111009
(17,16,9)
#0E0B06
(14,11,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #293821

#293821
(41,56,33)
#3C4A35
(60,74,53)
#4F5C49
(79,92,73)
#626E5D
(98,110,93)
#758071
(117,128,113)
#889285
(136,146,133)
#9BA499
(155,164,153)
#AEB6AD
(174,182,173)
#C1C8C1
(193,200,193)
#D4DAD5
(212,218,213)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293821; }

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

This text font color is #293821.


Background Color

.myBgColor { background-color: #293821; }

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

This div background color is #293821.


Border color

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

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

This div border color is #293821.


Opacity

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

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

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

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

This text has shadow with #293821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293821 on black background.


Color preview on white background

This text has color #293821 on white background.



Black color preview on #293821 background

This text has black color on #293821 background.


White color preview on #293821 background

This text has white color on #293821 background.