COLOR #292B25

HEX: #292B25
RGB: (41,43,37)

Color info

#292B25 contains red, green and blue colors in about the same proportion. Web safe color of #292B25 is #333333 (or #333).

RGB color model

#292B25 color RGB value is (41,43,37).

  • red value is 41;
  • green value is 43;
  • blue value is 37.
RGB:
(41,43,37)
(16%,17%,15%)

RGB channels and saturation

R 41 of 255 = 16%
G 43 of 255 = 17%
B 37 of 255 = 15%

41
43
37

R + G + B ~ 16%. #292B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 43 + 37 = 121 (100%)
R 41 of 121 ~ 33.88%
G 43 of 121 ~ 35.54%
B 37 of 121 ~ 30.58%

%33.88
%35.54
%30.58

CMYK color model

#292B25 color CMYK value is (5,0,14,83).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 83.14%
CMYK:
(5,0,14,83)
C5M0Y14K83 
(5%,0%,14%,83%)
(0.05/0.00/0.14/0.83)	

CMYK percentages

%4.65
%0
%13.95
%83.14

Codes

Color #292B25 in popluar color models

292B25
RGB414337
HSL80°7.50%15.69%
HSB/HSV80°13.95%16.86%
CMYK4.65%0.00%13.95%
83.14%

Color #292B25 in popluar number systems.

HEX292B25
Decimal414337
Binary101001101011100101
Octal515345

Shades and tints

Shades of #292B25

#292B25
(41,43,37)
#262822
(38,40,34)
#23251F
(35,37,31)
#20221C
(32,34,28)
#1D1F19
(29,31,25)
#1A1C16
(26,28,22)
#171913
(23,25,19)
#141610
(20,22,16)
#11130D
(17,19,13)
#0E100A
(14,16,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #292B25

#292B25
(41,43,37)
#3C3E38
(60,62,56)
#4F514B
(79,81,75)
#62645E
(98,100,94)
#757771
(117,119,113)
#888A84
(136,138,132)
#9B9D97
(155,157,151)
#AEB0AA
(174,176,170)
#C1C3BD
(193,195,189)
#D4D6D0
(212,214,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292B25 color. Also use rgb(41,43,37) instead hex code.

Text Font Color

.myTextColor { color: #292B25; }

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

This text font color is #292B25.


Background Color

.myBgColor { background-color: #292B25; }

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

This div background color is #292B25.


Border color

.myBorderColor { border: 1px solid #292B25; }

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

This div border color is #292B25.


Opacity

.myOpacity80 { color: #292B25; opacity: 0.8; }

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

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

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

This text has shadow with #292B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292B25 on black background.


Color preview on white background

This text has color #292B25 on white background.



Black color preview on #292B25 background

This text has black color on #292B25 background.


White color preview on #292B25 background

This text has white color on #292B25 background.