COLOR #29311B

HEX: #29311B
RGB: (41,49,27)

Color info

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

RGB color model

#29311B color RGB value is (41,49,27).

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

RGB channels and saturation

R 41 of 255 = 16%
G 49 of 255 = 19%
B 27 of 255 = 11%

41
49
27

R + G + B ~ 15%. #29311B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 49 + 27 = 117 (100%)
R 41 of 117 ~ 35.04%
G 49 of 117 ~ 41.88%
B 27 of 117 ~ 23.08%

%35.04
%41.88
%23.08

CMYK color model

#29311B color CMYK value is (16,0,45,81).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 80.78%
CMYK:
(16,0,45,81)
C16M0Y45K81 
(16%,0%,45%,81%)
(0.16/0.00/0.45/0.81)	

CMYK percentages

%16.33
%0
%44.9
%80.78

Codes

Color #29311B in popluar color models

29311B
RGB414927
HSL82°28.95%14.90%
HSB/HSV82°44.90%19.22%
CMYK16.33%0.00%44.90%
80.78%

Color #29311B in popluar number systems.

HEX29311B
Decimal414927
Binary10100111000111011
Octal516133

Shades and tints

Shades of #29311B

#29311B
(41,49,27)
#262D19
(38,45,25)
#232917
(35,41,23)
#202515
(32,37,21)
#1D2113
(29,33,19)
#1A1D11
(26,29,17)
#17190F
(23,25,15)
#14150D
(20,21,13)
#11110B
(17,17,11)
#0E0D09
(14,13,9)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #29311B

#29311B
(41,49,27)
#3C432F
(60,67,47)
#4F5543
(79,85,67)
#626757
(98,103,87)
#75796B
(117,121,107)
#888B7F
(136,139,127)
#9B9D93
(155,157,147)
#AEAFA7
(174,175,167)
#C1C1BB
(193,193,187)
#D4D3CF
(212,211,207)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29311B color. Also use rgb(41,49,27) instead hex code.

Text Font Color

.myTextColor { color: #29311B; }

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

This text font color is #29311B.


Background Color

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

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

This div background color is #29311B.


Border color

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

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

This div border color is #29311B.


Opacity

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

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

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

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

This text has shadow with #29311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29311B on black background.


Color preview on white background

This text has color #29311B on white background.



Black color preview on #29311B background

This text has black color on #29311B background.


White color preview on #29311B background

This text has white color on #29311B background.