COLOR #293339

HEX: #293339
RGB: (41,51,57)

Color info

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

RGB color model

#293339 color RGB value is (41,51,57).

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

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 57 of 255 = 22%

41
51
57

R + G + B ~ 19%. #293339 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 57 = 149 (100%)
R 41 of 149 ~ 27.52%
G 51 of 149 ~ 34.23%
B 57 of 149 ~ 38.26%

%27.52
%34.23
%38.26

CMYK color model

#293339 color CMYK value is (28,11,0,78).

  • cyan value is 28.07%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(28,11,0,78)
C28M11Y0K78 
(28%,11%,0%,78%)
(0.28/0.11/0.00/0.78)	

CMYK percentages

%28.07
%10.53
%0
%77.65

Codes

Color #293339 in popluar color models

293339
RGB415157
HSL203°16.33%19.22%
HSB/HSV203°28.07%22.35%
CMYK28.07%10.53%0.00%
77.65%

Color #293339 in popluar number systems.

HEX293339
Decimal415157
Binary101001110011111001
Octal516371

Shades and tints

Shades of #293339

#293339
(41,51,57)
#262F34
(38,47,52)
#232B2F
(35,43,47)
#20272A
(32,39,42)
#1D2325
(29,35,37)
#1A1F20
(26,31,32)
#171B1B
(23,27,27)
#141716
(20,23,22)
#111311
(17,19,17)
#0E0F0C
(14,15,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #293339

#293339
(41,51,57)
#3C454B
(60,69,75)
#4F575D
(79,87,93)
#62696F
(98,105,111)
#757B81
(117,123,129)
#888D93
(136,141,147)
#9B9FA5
(155,159,165)
#AEB1B7
(174,177,183)
#C1C3C9
(193,195,201)
#D4D5DB
(212,213,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293339; }

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

This text font color is #293339.


Background Color

.myBgColor { background-color: #293339; }

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

This div background color is #293339.


Border color

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

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

This div border color is #293339.


Opacity

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

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

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

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

This text has shadow with #293339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293339 on black background.


Color preview on white background

This text has color #293339 on white background.



Black color preview on #293339 background

This text has black color on #293339 background.


White color preview on #293339 background

This text has white color on #293339 background.