COLOR #292E41

HEX: #292E41
RGB: (41,46,65)

Color info

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

RGB color model

#292E41 color RGB value is (41,46,65).

  • red value is 41;
  • green value is 46;
  • blue value is 65.
RGB:
(41,46,65)
(16%,18%,25%)

RGB channels and saturation

R 41 of 255 = 16%
G 46 of 255 = 18%
B 65 of 255 = 25%

41
46
65

R + G + B ~ 20%. #292E41 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 46 + 65 = 152 (100%)
R 41 of 152 ~ 26.97%
G 46 of 152 ~ 30.26%
B 65 of 152 ~ 42.76%

%26.97
%30.26
%42.76

CMYK color model

#292E41 color CMYK value is (37,29,0,75).

  • cyan value is 36.92%
  • magenta value is 29.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,29,0,75)
C37M29Y0K75 
(37%,29%,0%,75%)
(0.37/0.29/0.00/0.75)	

CMYK percentages

%36.92
%29.23
%0
%74.51

Codes

Color #292E41 in popluar color models

292E41
RGB414665
HSL228°22.64%20.78%
HSB/HSV228°36.92%25.49%
CMYK36.92%29.23%0.00%
74.51%

Color #292E41 in popluar number systems.

HEX292E41
Decimal414665
Binary1010011011101000001
Octal5156101

Shades and tints

Shades of #292E41

#292E41
(41,46,65)
#262A3C
(38,42,60)
#232637
(35,38,55)
#202232
(32,34,50)
#1D1E2D
(29,30,45)
#1A1A28
(26,26,40)
#171623
(23,22,35)
#14121E
(20,18,30)
#110E19
(17,14,25)
#0E0A14
(14,10,20)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #292E41

#292E41
(41,46,65)
#3C4152
(60,65,82)
#4F5463
(79,84,99)
#626774
(98,103,116)
#757A85
(117,122,133)
#888D96
(136,141,150)
#9BA0A7
(155,160,167)
#AEB3B8
(174,179,184)
#C1C6C9
(193,198,201)
#D4D9DA
(212,217,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292E41 color. Also use rgb(41,46,65) instead hex code.

Text Font Color

.myTextColor { color: #292E41; }

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

This text font color is #292E41.


Background Color

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

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

This div background color is #292E41.


Border color

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

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

This div border color is #292E41.


Opacity

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

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

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

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

This text has shadow with #292E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292E41 on black background.


Color preview on white background

This text has color #292E41 on white background.



Black color preview on #292E41 background

This text has black color on #292E41 background.


White color preview on #292E41 background

This text has white color on #292E41 background.