COLOR #292511

HEX: #292511
RGB: (41,37,17)

Color info

#292511 contains red, green and blue colors in about the same proportion. Web safe color of #292511 is #333300 (or #330).

RGB color model

#292511 color RGB value is (41,37,17).

  • red value is 41;
  • green value is 37;
  • blue value is 17.
RGB:
(41,37,17)
(16%,15%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 37 of 255 = 15%
B 17 of 255 = 7%

41
37
17

R + G + B ~ 13%. #292511 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 37 + 17 = 95 (100%)
R 41 of 95 ~ 43.16%
G 37 of 95 ~ 38.95%
B 17 of 95 ~ 17.89%

%43.16
%38.95
%17.89

CMYK color model

#292511 color CMYK value is (0,10,59,84).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 58.54%
  • key color value is 83.92%
CMYK:
(0,10,59,84)
C0M10Y59K84 
(0%,10%,59%,84%)
(0.00/0.10/0.59/0.84)	

CMYK percentages

%0
%9.76
%58.54
%83.92

Codes

Color #292511 in popluar color models

292511
RGB413717
HSL50°41.38%11.37%
HSB/HSV50°58.54%16.08%
CMYK0.00%9.76%58.54%
83.92%

Color #292511 in popluar number systems.

HEX292511
Decimal413717
Binary10100110010110001
Octal514521

Shades and tints

Shades of #292511

#292511
(41,37,17)
#262210
(38,34,16)
#231F0F
(35,31,15)
#201C0E
(32,28,14)
#1D190D
(29,25,13)
#1A160C
(26,22,12)
#17130B
(23,19,11)
#14100A
(20,16,10)
#110D09
(17,13,9)
#0E0A08
(14,10,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #292511

#292511
(41,37,17)
#3C3826
(60,56,38)
#4F4B3B
(79,75,59)
#625E50
(98,94,80)
#757165
(117,113,101)
#88847A
(136,132,122)
#9B978F
(155,151,143)
#AEAAA4
(174,170,164)
#C1BDB9
(193,189,185)
#D4D0CE
(212,208,206)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292511; }

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

This text font color is #292511.


Background Color

.myBgColor { background-color: #292511; }

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

This div background color is #292511.


Border color

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

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

This div border color is #292511.


Opacity

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

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

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

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

This text has shadow with #292511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292511 on black background.


Color preview on white background

This text has color #292511 on white background.



Black color preview on #292511 background

This text has black color on #292511 background.


White color preview on #292511 background

This text has white color on #292511 background.