COLOR #29080A

HEX: #29080A
RGB: (41,8,10)

Color info

#29080A contains red, green and blue colors in about the same proportion. Web safe color of #29080A is #330000 (or #300).

RGB color model

#29080A color RGB value is (41,8,10).

  • red value is 41;
  • green value is 8;
  • blue value is 10.
RGB:
(41,8,10)
(16%,3%,4%)

RGB channels and saturation

R 41 of 255 = 16%
G 8 of 255 = 3%
B 10 of 255 = 4%

41
8
10

R + G + B ~ 8%. #29080A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 8 + 10 = 59 (100%)
R 41 of 59 ~ 69.49%
G 8 of 59 ~ 13.56%
B 10 of 59 ~ 16.95%

%69.49
%13.56
%16.95

CMYK color model

#29080A color CMYK value is (0,80,76,84).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(0,80,76,84)
C0M80Y76K84 
(0%,80%,76%,84%)
(0.00/0.80/0.76/0.84)	

CMYK percentages

%0
%80.49
%75.61
%83.92

Codes

Color #29080A in popluar color models

29080A
RGB41810
HSL356°67.35%9.61%
HSB/HSV356°80.49%16.08%
CMYK0.00%80.49%75.61%
83.92%

Color #29080A in popluar number systems.

HEX29080A
Decimal41810
Binary10100110001010
Octal511012

Shades and tints

Shades of #29080A

#29080A
(41,8,10)
#26080A
(38,8,10)
#23080A
(35,8,10)
#20080A
(32,8,10)
#1D080A
(29,8,10)
#1A080A
(26,8,10)
#17080A
(23,8,10)
#14080A
(20,8,10)
#11080A
(17,8,10)
#0E080A
(14,8,10)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #29080A

#29080A
(41,8,10)
#3C1E20
(60,30,32)
#4F3436
(79,52,54)
#624A4C
(98,74,76)
#756062
(117,96,98)
#887678
(136,118,120)
#9B8C8E
(155,140,142)
#AEA2A4
(174,162,164)
#C1B8BA
(193,184,186)
#D4CED0
(212,206,208)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29080A color. Also use rgb(41,8,10) instead hex code.

Text Font Color

.myTextColor { color: #29080A; }

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

This text font color is #29080A.


Background Color

.myBgColor { background-color: #29080A; }

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

This div background color is #29080A.


Border color

.myBorderColor { border: 1px solid #29080A; }

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

This div border color is #29080A.


Opacity

.myOpacity80 { color: #29080A; opacity: 0.8; }

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

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

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

This text has shadow with #29080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29080A on black background.


Color preview on white background

This text has color #29080A on white background.



Black color preview on #29080A background

This text has black color on #29080A background.


White color preview on #29080A background

This text has white color on #29080A background.