COLOR #292714

HEX: #292714
RGB: (41,39,20)

Color info

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

RGB color model

#292714 color RGB value is (41,39,20).

  • red value is 41;
  • green value is 39;
  • blue value is 20.
RGB:
(41,39,20)
(16%,15%,8%)

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 20 of 255 = 8%

41
39
20

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

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 20 = 100 (100%)
R 41 of 100 ~ 41%
G 39 of 100 ~ 39%
B 20 of 100 ~ 20%

%41
%39
%20

CMYK color model

#292714 color CMYK value is (0,5,51,84).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 51.22%
  • key color value is 83.92%
CMYK:
(0,5,51,84)
C0M5Y51K84 
(0%,5%,51%,84%)
(0.00/0.05/0.51/0.84)	

CMYK percentages

%0
%4.88
%51.22
%83.92

Codes

Color #292714 in popluar color models

292714
RGB413920
HSL54°34.43%11.96%
HSB/HSV54°51.22%16.08%
CMYK0.00%4.88%51.22%
83.92%

Color #292714 in popluar number systems.

HEX292714
Decimal413920
Binary10100110011110100
Octal514724

Shades and tints

Shades of #292714

#292714
(41,39,20)
#262413
(38,36,19)
#232112
(35,33,18)
#201E11
(32,30,17)
#1D1B10
(29,27,16)
#1A180F
(26,24,15)
#17150E
(23,21,14)
#14120D
(20,18,13)
#110F0C
(17,15,12)
#0E0C0B
(14,12,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #292714

#292714
(41,39,20)
#3C3A29
(60,58,41)
#4F4D3E
(79,77,62)
#626053
(98,96,83)
#757368
(117,115,104)
#88867D
(136,134,125)
#9B9992
(155,153,146)
#AEACA7
(174,172,167)
#C1BFBC
(193,191,188)
#D4D2D1
(212,210,209)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292714 color. Also use rgb(41,39,20) instead hex code.

Text Font Color

.myTextColor { color: #292714; }

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

This text font color is #292714.


Background Color

.myBgColor { background-color: #292714; }

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

This div background color is #292714.


Border color

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

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

This div border color is #292714.


Opacity

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

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

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

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

This text has shadow with #292714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292714 on black background.


Color preview on white background

This text has color #292714 on white background.



Black color preview on #292714 background

This text has black color on #292714 background.


White color preview on #292714 background

This text has white color on #292714 background.