COLOR #29050B

HEX: #29050B
RGB: (41,5,11)

Color info

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

RGB color model

#29050B color RGB value is (41,5,11).

  • red value is 41;
  • green value is 5;
  • blue value is 11.
RGB:
(41,5,11)
(16%,2%,4%)

RGB channels and saturation

R 41 of 255 = 16%
G 5 of 255 = 2%
B 11 of 255 = 4%

41
5
11

R + G + B ~ 7%. #29050B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 5 + 11 = 57 (100%)
R 41 of 57 ~ 71.93%
G 5 of 57 ~ 8.77%
B 11 of 57 ~ 19.3%

%71.93
%19.3

CMYK color model

#29050B color CMYK value is (0,88,73,84).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 73.17%
  • key color value is 83.92%
CMYK:
(0,88,73,84)
C0M88Y73K84 
(0%,88%,73%,84%)
(0.00/0.88/0.73/0.84)	

CMYK percentages

%0
%87.8
%73.17
%83.92

Codes

Color #29050B in popluar color models

29050B
RGB41511
HSL350°78.26%9.02%
HSB/HSV350°87.80%16.08%
CMYK0.00%87.80%73.17%
83.92%

Color #29050B in popluar number systems.

HEX29050B
Decimal41511
Binary1010011011011
Octal51513

Shades and tints

Shades of #29050B

#29050B
(41,5,11)
#26050A
(38,5,10)
#230509
(35,5,9)
#200508
(32,5,8)
#1D0507
(29,5,7)
#1A0506
(26,5,6)
#170505
(23,5,5)
#140504
(20,5,4)
#110503
(17,5,3)
#0E0502
(14,5,2)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #29050B

#29050B
(41,5,11)
#3C1B21
(60,27,33)
#4F3137
(79,49,55)
#62474D
(98,71,77)
#755D63
(117,93,99)
#887379
(136,115,121)
#9B898F
(155,137,143)
#AE9FA5
(174,159,165)
#C1B5BB
(193,181,187)
#D4CBD1
(212,203,209)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29050B color. Also use rgb(41,5,11) instead hex code.

Text Font Color

.myTextColor { color: #29050B; }

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

This text font color is #29050B.


Background Color

.myBgColor { background-color: #29050B; }

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

This div background color is #29050B.


Border color

.myBorderColor { border: 1px solid #29050B; }

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

This div border color is #29050B.


Opacity

.myOpacity80 { color: #29050B; opacity: 0.8; }

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

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

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

This text has shadow with #29050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29050B on black background.


Color preview on white background

This text has color #29050B on white background.



Black color preview on #29050B background

This text has black color on #29050B background.


White color preview on #29050B background

This text has white color on #29050B background.