COLOR #293331

HEX: #293331 RGB: (41,51,49)

Color info

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

RGB color model

#293331 color RGB value is (41,51,49).

RGB: (41,51,49) (16%, 20%, 19%)

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 49 of 255 = 19%

41
51
49

R + G + B ~ 18%. #293331 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 51 + 49 = 141 (100%)
R 41 of 141 ~ 29.08%
G 51 of 141 ~ 36.17%
B 49 of 141 ~ 34.75'%

%29.08
%36.17
%34.75

CMYK color model

#293331 color CMYK value is (20,0,4,80).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%

CMYK: (20,0,4,80)
C20M0Y4K80 (20%, 0%, 4%, 80%)
(0.20 / 0.00 / 0.04 / 0.80)

CMYK percentages

%19.61
%0
%3.92
%80

Codes

Color #293331 in popluar color models

29 33 31
RGB 41 51 49
HSL 168° 10.87% 18.04%
HSB/HSV 168° 19.61% 20.00%
CMYK 19.61% 0.00% 3.92%
80.00%

Color #293331 in popluar number systems.

HEX 29 33 31
Decimal 41 51 49
Binary 101001 110011 110001
Octal 51 63 61

Shades and tints

Shades of #293331

#293331
(41,51,49)
#262F2D
(38,47,45)
#232B29
(35,43,41)
#202725
(32,39,37)
#1D2321
(29,35,33)
#1A1F1D
(26,31,29)
#171B19
(23,27,25)
#141715
(20,23,21)
#111311
(17,19,17)
#0E0F0D
(14,15,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #293331

#293331
(41,51,49)
#3C4543
(60,69,67)
#4F5755
(79,87,85)
#626967
(98,105,103)
#757B79
(117,123,121)
#888D8B
(136,141,139)
#9B9F9D
(155,159,157)
#AEB1AF
(174,177,175)
#C1C3C1
(193,195,193)
#D4D5D3
(212,213,211)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293331; }

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

This text font color is #293331.

Background Color

.myBgColor { background-color: #293331; }

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

This div background color is #293331.

Border color

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

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

This div border color is #293331.

Opacity

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

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

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

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

This text has shadow with #293331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #293331.

Preview

Color preview on black background

This text has color #293331 on black background.


Color preview on white background

This text has color #293331 on white background.


Black color preview on #293331 background

This text has black color on #293331 background.


White color preview on #293331 background

This text has white color on #293331 background.


Related colors

Complementary color

Complementary color for #hex is #D6CCCE.


I love getcolorcode.com

Triadic colors

1 #312933 and #333129 with #293331 are triadic colors.

2 #313329 and #332931 with #293331 are triadic colors.