COLOR #293029

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

41
48
41

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

Portions of RGB colors in percentages

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

%31.54
%36.92
%31.54

CMYK color model

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

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

CMYK percentages

%14.58
%0
%14.58
%81.18

Codes

Color #293029 in popluar color models

293029
RGB414841
HSL120°7.87%17.45%
HSB/HSV120°14.58%18.82%
CMYK14.58%0.00%14.58%
81.18%

Color #293029 in popluar number systems.

HEX293029
Decimal414841
Binary101001110000101001
Octal516051

Shades and tints

Shades of #293029

#293029
(41,48,41)
#262C26
(38,44,38)
#232823
(35,40,35)
#202420
(32,36,32)
#1D201D
(29,32,29)
#1A1C1A
(26,28,26)
#171817
(23,24,23)
#141414
(20,20,20)
#111011
(17,16,17)
#0E0C0E
(14,12,14)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #293029

#293029
(41,48,41)
#3C423C
(60,66,60)
#4F544F
(79,84,79)
#626662
(98,102,98)
#757875
(117,120,117)
#888A88
(136,138,136)
#9B9C9B
(155,156,155)
#AEAEAE
(174,174,174)
#C1C0C1
(193,192,193)
#D4D2D4
(212,210,212)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293029; }

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

This text font color is #293029.


Background Color

.myBgColor { background-color: #293029; }

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

This div background color is #293029.


Border color

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

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

This div border color is #293029.


Opacity

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

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

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

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

This text has shadow with #293029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293029 on black background.


Color preview on white background

This text has color #293029 on white background.



Black color preview on #293029 background

This text has black color on #293029 background.


White color preview on #293029 background

This text has white color on #293029 background.