COLOR #292613

HEX: #292613
RGB: (41,38,19)

Color info

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

RGB color model

#292613 color RGB value is (41,38,19).

  • red value is 41;
  • green value is 38;
  • blue value is 19.
RGB:
(41,38,19)
(16%,15%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 38 of 255 = 15%
B 19 of 255 = 7%

41
38
19

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

Portions of RGB colors in percentages

R + G + B =
41 + 38 + 19 = 98 (100%)
R 41 of 98 ~ 41.84%
G 38 of 98 ~ 38.78%
B 19 of 98 ~ 19.39%

%41.84
%38.78
%19.39

CMYK color model

#292613 color CMYK value is (0,7,54,84).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK:
(0,7,54,84)
C0M7Y54K84 
(0%,7%,54%,84%)
(0.00/0.07/0.54/0.84)	

CMYK percentages

%0
%7.32
%53.66
%83.92

Codes

Color #292613 in popluar color models

292613
RGB413819
HSL52°36.67%11.76%
HSB/HSV52°53.66%16.08%
CMYK0.00%7.32%53.66%
83.92%

Color #292613 in popluar number systems.

HEX292613
Decimal413819
Binary10100110011010011
Octal514623

Shades and tints

Shades of #292613

#292613
(41,38,19)
#262312
(38,35,18)
#232011
(35,32,17)
#201D10
(32,29,16)
#1D1A0F
(29,26,15)
#1A170E
(26,23,14)
#17140D
(23,20,13)
#14110C
(20,17,12)
#110E0B
(17,14,11)
#0E0B0A
(14,11,10)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #292613

#292613
(41,38,19)
#3C3928
(60,57,40)
#4F4C3D
(79,76,61)
#625F52
(98,95,82)
#757267
(117,114,103)
#88857C
(136,133,124)
#9B9891
(155,152,145)
#AEABA6
(174,171,166)
#C1BEBB
(193,190,187)
#D4D1D0
(212,209,208)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292613 color. Also use rgb(41,38,19) instead hex code.

Text Font Color

.myTextColor { color: #292613; }

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

This text font color is #292613.


Background Color

.myBgColor { background-color: #292613; }

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

This div background color is #292613.


Border color

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

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

This div border color is #292613.


Opacity

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

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

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

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

This text has shadow with #292613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292613 on black background.


Color preview on white background

This text has color #292613 on white background.



Black color preview on #292613 background

This text has black color on #292613 background.


White color preview on #292613 background

This text has white color on #292613 background.