COLOR #292D17

HEX: #292D17
RGB: (41,45,23)

Color info

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

RGB color model

#292D17 color RGB value is (41,45,23).

  • red value is 41;
  • green value is 45;
  • blue value is 23.
RGB:
(41,45,23)
(16%,18%,9%)

RGB channels and saturation

R 41 of 255 = 16%
G 45 of 255 = 18%
B 23 of 255 = 9%

41
45
23

R + G + B ~ 14%. #292D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 45 + 23 = 109 (100%)
R 41 of 109 ~ 37.61%
G 45 of 109 ~ 41.28%
B 23 of 109 ~ 21.1%

%37.61
%41.28
%21.1

CMYK color model

#292D17 color CMYK value is (9,0,49,82).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 82.35%
CMYK:
(9,0,49,82)
C9M0Y49K82 
(9%,0%,49%,82%)
(0.09/0.00/0.49/0.82)	

CMYK percentages

%8.89
%0
%48.89
%82.35

Codes

Color #292D17 in popluar color models

292D17
RGB414523
HSL71°32.35%13.33%
HSB/HSV71°48.89%17.65%
CMYK8.89%0.00%48.89%
82.35%

Color #292D17 in popluar number systems.

HEX292D17
Decimal414523
Binary10100110110110111
Octal515527

Shades and tints

Shades of #292D17

#292D17
(41,45,23)
#262915
(38,41,21)
#232513
(35,37,19)
#202111
(32,33,17)
#1D1D0F
(29,29,15)
#1A190D
(26,25,13)
#17150B
(23,21,11)
#141109
(20,17,9)
#110D07
(17,13,7)
#0E0905
(14,9,5)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #292D17

#292D17
(41,45,23)
#3C402C
(60,64,44)
#4F5341
(79,83,65)
#626656
(98,102,86)
#75796B
(117,121,107)
#888C80
(136,140,128)
#9B9F95
(155,159,149)
#AEB2AA
(174,178,170)
#C1C5BF
(193,197,191)
#D4D8D4
(212,216,212)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292D17 color. Also use rgb(41,45,23) instead hex code.

Text Font Color

.myTextColor { color: #292D17; }

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

This text font color is #292D17.


Background Color

.myBgColor { background-color: #292D17; }

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

This div background color is #292D17.


Border color

.myBorderColor { border: 1px solid #292D17; }

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

This div border color is #292D17.


Opacity

.myOpacity80 { color: #292D17; opacity: 0.8; }

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

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

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

This text has shadow with #292D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292D17 on black background.


Color preview on white background

This text has color #292D17 on white background.



Black color preview on #292D17 background

This text has black color on #292D17 background.


White color preview on #292D17 background

This text has white color on #292D17 background.