COLOR #292939

HEX: #292939 RGB: (41,41,57)

Color info

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

RGB color model

#292939 color RGB value is (41,41,57).

RGB: (41,41,57) (16%, 16%, 22%)

RGB channels and saturation

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

41
41
57

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

Portions of RGB colors in percentages

R + G + B = 41 + 41 + 57 = 139 (100%)
R 41 of 139 ~ 29.5%
G 41 of 139 ~ 29.5%
B 57 of 139 ~ 41.01'%

%29.5
%29.5
%41.01

CMYK color model

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

  • cyan value is 28.07%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (28,28,0,78)
C28M28Y0K78 (28%, 28%, 0%, 78%)
(0.28 / 0.28 / 0.00 / 0.78)

CMYK percentages

%28.07
%28.07
%0
%77.65

Codes

Color #292939 in popluar color models

29 29 39
RGB 41 41 57
HSL 240° 16.33% 19.22%
HSB/HSV 240° 28.07% 22.35%
CMYK 28.07% 28.07% 0.00%
77.65%

Color #292939 in popluar number systems.

HEX 29 29 39
Decimal 41 41 57
Binary 101001 101001 111001
Octal 51 51 71

Shades and tints

Shades of #292939

#292939
(41,41,57)
#262634
(38,38,52)
#23232F
(35,35,47)
#20202A
(32,32,42)
#1D1D25
(29,29,37)
#1A1A20
(26,26,32)
#17171B
(23,23,27)
#141416
(20,20,22)
#111111
(17,17,17)
#0E0E0C
(14,14,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #292939

#292939
(41,41,57)
#3C3C4B
(60,60,75)
#4F4F5D
(79,79,93)
#62626F
(98,98,111)
#757581
(117,117,129)
#888893
(136,136,147)
#9B9BA5
(155,155,165)
#AEAEB7
(174,174,183)
#C1C1C9
(193,193,201)
#D4D4DB
(212,212,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292939; }

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

This text font color is #292939.

Background Color

.myBgColor { background-color: #292939; }

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

This div background color is #292939.

Border color

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

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

This div border color is #292939.

Opacity

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

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

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

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

This text has shadow with #292939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #292939.

Preview

Color preview on black background

This text has color #292939 on black background.


Color preview on white background

This text has color #292939 on white background.


Black color preview on #292939 background

This text has black color on #292939 background.


White color preview on #292939 background

This text has white color on #292939 background.


Related colors

Complementary color

Complementary color for #hex is #D6D6C6.


I love getcolorcode.com