COLOR #293117

HEX: #293117
RGB: (41,49,23)

Color info

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

RGB color model

#293117 color RGB value is (41,49,23).

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

RGB channels and saturation

R 41 of 255 = 16%
G 49 of 255 = 19%
B 23 of 255 = 9%

41
49
23

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

Portions of RGB colors in percentages

R + G + B =
41 + 49 + 23 = 113 (100%)
R 41 of 113 ~ 36.28%
G 49 of 113 ~ 43.36%
B 23 of 113 ~ 20.35%

%36.28
%43.36
%20.35

CMYK color model

#293117 color CMYK value is (16,0,53,81).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 80.78%
CMYK:
(16,0,53,81)
C16M0Y53K81 
(16%,0%,53%,81%)
(0.16/0.00/0.53/0.81)	

CMYK percentages

%16.33
%0
%53.06
%80.78

Codes

Color #293117 in popluar color models

293117
RGB414923
HSL78°36.11%14.12%
HSB/HSV78°53.06%19.22%
CMYK16.33%0.00%53.06%
80.78%

Color #293117 in popluar number systems.

HEX293117
Decimal414923
Binary10100111000110111
Octal516127

Shades and tints

Shades of #293117

#293117
(41,49,23)
#262D15
(38,45,21)
#232913
(35,41,19)
#202511
(32,37,17)
#1D210F
(29,33,15)
#1A1D0D
(26,29,13)
#17190B
(23,25,11)
#141509
(20,21,9)
#111107
(17,17,7)
#0E0D05
(14,13,5)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #293117

#293117
(41,49,23)
#3C432C
(60,67,44)
#4F5541
(79,85,65)
#626756
(98,103,86)
#75796B
(117,121,107)
#888B80
(136,139,128)
#9B9D95
(155,157,149)
#AEAFAA
(174,175,170)
#C1C1BF
(193,193,191)
#D4D3D4
(212,211,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293117; }

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

This text font color is #293117.


Background Color

.myBgColor { background-color: #293117; }

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

This div background color is #293117.


Border color

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

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

This div border color is #293117.


Opacity

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

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

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

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

This text has shadow with #293117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293117 on black background.


Color preview on white background

This text has color #293117 on white background.



Black color preview on #293117 background

This text has black color on #293117 background.


White color preview on #293117 background

This text has white color on #293117 background.