COLOR #292930

HEX: #292930
RGB: (41,41,48)

Color info

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

RGB color model

#292930 color RGB value is (41,41,48).

  • red value is 41;
  • green value is 41;
  • blue value is 48.
RGB:
(41,41,48)
(16%,16%,19%)

RGB channels and saturation

R 41 of 255 = 16%
G 41 of 255 = 16%
B 48 of 255 = 19%

41
41
48

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

Portions of RGB colors in percentages

R + G + B =
41 + 41 + 48 = 130 (100%)
R 41 of 130 ~ 31.54%
G 41 of 130 ~ 31.54%
B 48 of 130 ~ 36.92%

%31.54
%31.54
%36.92

CMYK color model

#292930 color CMYK value is (15,15,0,81).

  • cyan value is 14.58%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(15,15,0,81)
C15M15Y0K81 
(15%,15%,0%,81%)
(0.15/0.15/0.00/0.81)	

CMYK percentages

%14.58
%14.58
%0
%81.18

Codes

Color #292930 in popluar color models

292930
RGB414148
HSL240°7.87%17.45%
HSB/HSV240°14.58%18.82%
CMYK14.58%14.58%0.00%
81.18%

Color #292930 in popluar number systems.

HEX292930
Decimal414148
Binary101001101001110000
Octal515160

Shades and tints

Shades of #292930

#292930
(41,41,48)
#26262C
(38,38,44)
#232328
(35,35,40)
#202024
(32,32,36)
#1D1D20
(29,29,32)
#1A1A1C
(26,26,28)
#171718
(23,23,24)
#141414
(20,20,20)
#111110
(17,17,16)
#0E0E0C
(14,14,12)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #292930

#292930
(41,41,48)
#3C3C42
(60,60,66)
#4F4F54
(79,79,84)
#626266
(98,98,102)
#757578
(117,117,120)
#88888A
(136,136,138)
#9B9B9C
(155,155,156)
#AEAEAE
(174,174,174)
#C1C1C0
(193,193,192)
#D4D4D2
(212,212,210)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292930; }

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

This text font color is #292930.


Background Color

.myBgColor { background-color: #292930; }

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

This div background color is #292930.


Border color

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

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

This div border color is #292930.


Opacity

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

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

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

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

This text has shadow with #292930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292930 on black background.


Color preview on white background

This text has color #292930 on white background.



Black color preview on #292930 background

This text has black color on #292930 background.


White color preview on #292930 background

This text has white color on #292930 background.