COLOR #29301B

HEX: #29301B
RGB: (41,48,27)

Color info

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

RGB color model

#29301B color RGB value is (41,48,27).

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

RGB channels and saturation

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

41
48
27

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

Portions of RGB colors in percentages

R + G + B =
41 + 48 + 27 = 116 (100%)
R 41 of 116 ~ 35.34%
G 48 of 116 ~ 41.38%
B 27 of 116 ~ 23.28%

%35.34
%41.38
%23.28

CMYK color model

#29301B color CMYK value is (15,0,44,81).

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

CMYK percentages

%14.58
%0
%43.75
%81.18

Codes

Color #29301B in popluar color models

29301B
RGB414827
HSL80°28.00%14.71%
HSB/HSV80°43.75%18.82%
CMYK14.58%0.00%43.75%
81.18%

Color #29301B in popluar number systems.

HEX29301B
Decimal414827
Binary10100111000011011
Octal516033

Shades and tints

Shades of #29301B

#29301B
(41,48,27)
#262C19
(38,44,25)
#232817
(35,40,23)
#202415
(32,36,21)
#1D2013
(29,32,19)
#1A1C11
(26,28,17)
#17180F
(23,24,15)
#14140D
(20,20,13)
#11100B
(17,16,11)
#0E0C09
(14,12,9)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #29301B

#29301B
(41,48,27)
#3C422F
(60,66,47)
#4F5443
(79,84,67)
#626657
(98,102,87)
#75786B
(117,120,107)
#888A7F
(136,138,127)
#9B9C93
(155,156,147)
#AEAEA7
(174,174,167)
#C1C0BB
(193,192,187)
#D4D2CF
(212,210,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29301B; }

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

This text font color is #29301B.


Background Color

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

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

This div background color is #29301B.


Border color

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

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

This div border color is #29301B.


Opacity

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

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

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

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

This text has shadow with #29301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29301B on black background.


Color preview on white background

This text has color #29301B on white background.



Black color preview on #29301B background

This text has black color on #29301B background.


White color preview on #29301B background

This text has white color on #29301B background.