COLOR #292013

HEX: #292013 RGB: (41,32,19)

Color info

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

RGB color model

#292013 color RGB value is (41,32,19).

RGB: (41,32,19) (16%, 13%, 7%)

RGB channels and saturation

R 41 of 255 = 16%
G 32 of 255 = 13%
B 19 of 255 = 7%

41
32
19

R + G + B ~ 12%. #292013 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 32 + 19 = 92 (100%)
R 41 of 92 ~ 44.57%
G 32 of 92 ~ 34.78%
B 19 of 92 ~ 20.65'%

%44.57
%34.78
%20.65

CMYK color model

#292013 color CMYK value is (0,22,54,84).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 53.66%
  • key color value is 83.92%

CMYK: (0,22,54,84)
C0M22Y54K84 (0%, 22%, 54%, 84%)
(0.00 / 0.22 / 0.54 / 0.84)

CMYK percentages

%0
%21.95
%53.66
%83.92

Codes

Color #292013 in popluar color models

29 20 13
RGB 41 32 19
HSL 35° 36.67% 11.76%
HSB/HSV 35° 53.66% 16.08%
CMYK 0.00% 21.95% 53.66%
83.92%

Color #292013 in popluar number systems.

HEX 29 20 13
Decimal 41 32 19
Binary 101001 100000 10011
Octal 51 40 23

Shades and tints

Shades of #292013

#292013
(41,32,19)
#261E12
(38,30,18)
#231C11
(35,28,17)
#201A10
(32,26,16)
#1D180F
(29,24,15)
#1A160E
(26,22,14)
#17140D
(23,20,13)
#14120C
(20,18,12)
#11100B
(17,16,11)
#0E0E0A
(14,14,10)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #292013

#292013
(41,32,19)
#3C3428
(60,52,40)
#4F483D
(79,72,61)
#625C52
(98,92,82)
#757067
(117,112,103)
#88847C
(136,132,124)
#9B9891
(155,152,145)
#AEACA6
(174,172,166)
#C1C0BB
(193,192,187)
#D4D4D0
(212,212,208)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292013; }

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

This text font color is #292013.

Background Color

.myBgColor { background-color: #292013; }

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

This div background color is #292013.

Border color

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

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

This div border color is #292013.

Opacity

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

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

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

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

This text has shadow with #292013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #292013.

Preview

Color preview on black background

This text has color #292013 on black background.


Color preview on white background

This text has color #292013 on white background.


Black color preview on #292013 background

This text has black color on #292013 background.


White color preview on #292013 background

This text has white color on #292013 background.


Related colors

Complementary color

Complementary color for #hex is #D6DFEC.


I love getcolorcode.com

Triadic colors

1 #132920 and #201329 with #292013 are triadic colors.

2 #132029 and #202913 with #292013 are triadic colors.