COLOR #293409

HEX: #293409
RGB: (41,52,9)

Color info

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

RGB color model

#293409 color RGB value is (41,52,9).

  • red value is 41;
  • green value is 52;
  • blue value is 9.
RGB:
(41,52,9)
(16%,20%,4%)

RGB channels and saturation

R 41 of 255 = 16%
G 52 of 255 = 20%
B 9 of 255 = 4%

41
52
9

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

Portions of RGB colors in percentages

R + G + B =
41 + 52 + 9 = 102 (100%)
R 41 of 102 ~ 40.2%
G 52 of 102 ~ 50.98%
B 9 of 102 ~ 8.82%

%40.2
%50.98

CMYK color model

#293409 color CMYK value is (21,0,83,80).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 79.61%
CMYK:
(21,0,83,80)
C21M0Y83K80 
(21%,0%,83%,80%)
(0.21/0.00/0.83/0.80)	

CMYK percentages

%21.15
%0
%82.69
%79.61

Codes

Color #293409 in popluar color models

293409
RGB41529
HSL75°70.49%11.96%
HSB/HSV75°82.69%20.39%
CMYK21.15%0.00%82.69%
79.61%

Color #293409 in popluar number systems.

HEX293409
Decimal41529
Binary1010011101001001
Octal516411

Shades and tints

Shades of #293409

#293409
(41,52,9)
#263009
(38,48,9)
#232C09
(35,44,9)
#202809
(32,40,9)
#1D2409
(29,36,9)
#1A2009
(26,32,9)
#171C09
(23,28,9)
#141809
(20,24,9)
#111409
(17,20,9)
#0E1009
(14,16,9)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #293409

#293409
(41,52,9)
#3C461F
(60,70,31)
#4F5835
(79,88,53)
#626A4B
(98,106,75)
#757C61
(117,124,97)
#888E77
(136,142,119)
#9BA08D
(155,160,141)
#AEB2A3
(174,178,163)
#C1C4B9
(193,196,185)
#D4D6CF
(212,214,207)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293409 color. Also use rgb(41,52,9) instead hex code.

Text Font Color

.myTextColor { color: #293409; }

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

This text font color is #293409.


Background Color

.myBgColor { background-color: #293409; }

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

This div background color is #293409.


Border color

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

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

This div border color is #293409.


Opacity

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

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

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

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

This text has shadow with #293409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293409 on black background.


Color preview on white background

This text has color #293409 on white background.



Black color preview on #293409 background

This text has black color on #293409 background.


White color preview on #293409 background

This text has white color on #293409 background.