COLOR #293319

HEX: #293319
RGB: (41,51,25)

Color info

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

RGB color model

#293319 color RGB value is (41,51,25).

  • red value is 41;
  • green value is 51;
  • blue value is 25.
RGB:
(41,51,25)
(16%,20%,10%)

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 25 of 255 = 10%

41
51
25

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

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 25 = 117 (100%)
R 41 of 117 ~ 35.04%
G 51 of 117 ~ 43.59%
B 25 of 117 ~ 21.37%

%35.04
%43.59
%21.37

CMYK color model

#293319 color CMYK value is (20,0,51,80).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(20,0,51,80)
C20M0Y51K80 
(20%,0%,51%,80%)
(0.20/0.00/0.51/0.80)	

CMYK percentages

%19.61
%0
%50.98
%80

Codes

Color #293319 in popluar color models

293319
RGB415125
HSL83°34.21%14.90%
HSB/HSV83°50.98%20.00%
CMYK19.61%0.00%50.98%
80.00%

Color #293319 in popluar number systems.

HEX293319
Decimal415125
Binary10100111001111001
Octal516331

Shades and tints

Shades of #293319

#293319
(41,51,25)
#262F17
(38,47,23)
#232B15
(35,43,21)
#202713
(32,39,19)
#1D2311
(29,35,17)
#1A1F0F
(26,31,15)
#171B0D
(23,27,13)
#14170B
(20,23,11)
#111309
(17,19,9)
#0E0F07
(14,15,7)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #293319

#293319
(41,51,25)
#3C452D
(60,69,45)
#4F5741
(79,87,65)
#626955
(98,105,85)
#757B69
(117,123,105)
#888D7D
(136,141,125)
#9B9F91
(155,159,145)
#AEB1A5
(174,177,165)
#C1C3B9
(193,195,185)
#D4D5CD
(212,213,205)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293319 color. Also use rgb(41,51,25) instead hex code.

Text Font Color

.myTextColor { color: #293319; }

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

This text font color is #293319.


Background Color

.myBgColor { background-color: #293319; }

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

This div background color is #293319.


Border color

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

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

This div border color is #293319.


Opacity

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

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

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

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

This text has shadow with #293319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293319 on black background.


Color preview on white background

This text has color #293319 on white background.



Black color preview on #293319 background

This text has black color on #293319 background.


White color preview on #293319 background

This text has white color on #293319 background.