COLOR #292315

HEX: #292315
RGB: (41,35,21)

Color info

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

RGB color model

#292315 color RGB value is (41,35,21).

  • red value is 41;
  • green value is 35;
  • blue value is 21.
RGB:
(41,35,21)
(16%,14%,8%)

RGB channels and saturation

R 41 of 255 = 16%
G 35 of 255 = 14%
B 21 of 255 = 8%

41
35
21

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

Portions of RGB colors in percentages

R + G + B =
41 + 35 + 21 = 97 (100%)
R 41 of 97 ~ 42.27%
G 35 of 97 ~ 36.08%
B 21 of 97 ~ 21.65%

%42.27
%36.08
%21.65

CMYK color model

#292315 color CMYK value is (0,15,49,84).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(0,15,49,84)
C0M15Y49K84 
(0%,15%,49%,84%)
(0.00/0.15/0.49/0.84)	

CMYK percentages

%0
%14.63
%48.78
%83.92

Codes

Color #292315 in popluar color models

292315
RGB413521
HSL42°32.26%12.16%
HSB/HSV42°48.78%16.08%
CMYK0.00%14.63%48.78%
83.92%

Color #292315 in popluar number systems.

HEX292315
Decimal413521
Binary10100110001110101
Octal514325

Shades and tints

Shades of #292315

#292315
(41,35,21)
#262014
(38,32,20)
#231D13
(35,29,19)
#201A12
(32,26,18)
#1D1711
(29,23,17)
#1A1410
(26,20,16)
#17110F
(23,17,15)
#140E0E
(20,14,14)
#110B0D
(17,11,13)
#0E080C
(14,8,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #292315

#292315
(41,35,21)
#3C372A
(60,55,42)
#4F4B3F
(79,75,63)
#625F54
(98,95,84)
#757369
(117,115,105)
#88877E
(136,135,126)
#9B9B93
(155,155,147)
#AEAFA8
(174,175,168)
#C1C3BD
(193,195,189)
#D4D7D2
(212,215,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292315 color. Also use rgb(41,35,21) instead hex code.

Text Font Color

.myTextColor { color: #292315; }

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

This text font color is #292315.


Background Color

.myBgColor { background-color: #292315; }

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

This div background color is #292315.


Border color

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

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

This div border color is #292315.


Opacity

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

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

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

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

This text has shadow with #292315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292315 on black background.


Color preview on white background

This text has color #292315 on white background.



Black color preview on #292315 background

This text has black color on #292315 background.


White color preview on #292315 background

This text has white color on #292315 background.