COLOR #292E48

HEX: #292E48
RGB: (41,46,72)

Color info

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

RGB color model

#292E48 color RGB value is (41,46,72).

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

RGB channels and saturation

R 41 of 255 = 16%
G 46 of 255 = 18%
B 72 of 255 = 28%

41
46
72

R + G + B ~ 21%. #292E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 46 + 72 = 159 (100%)
R 41 of 159 ~ 25.79%
G 46 of 159 ~ 28.93%
B 72 of 159 ~ 45.28%

%25.79
%28.93
%45.28

CMYK color model

#292E48 color CMYK value is (43,36,0,72).

  • cyan value is 43.06%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(43,36,0,72)
C43M36Y0K72 
(43%,36%,0%,72%)
(0.43/0.36/0.00/0.72)	

CMYK percentages

%43.06
%36.11
%0
%71.76

Codes

Color #292E48 in popluar color models

292E48
RGB414672
HSL230°27.43%22.16%
HSB/HSV230°43.06%28.24%
CMYK43.06%36.11%0.00%
71.76%

Color #292E48 in popluar number systems.

HEX292E48
Decimal414672
Binary1010011011101001000
Octal5156110

Shades and tints

Shades of #292E48

#292E48
(41,46,72)
#262A42
(38,42,66)
#23263C
(35,38,60)
#202236
(32,34,54)
#1D1E30
(29,30,48)
#1A1A2A
(26,26,42)
#171624
(23,22,36)
#14121E
(20,18,30)
#110E18
(17,14,24)
#0E0A12
(14,10,18)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #292E48

#292E48
(41,46,72)
#3C4158
(60,65,88)
#4F5468
(79,84,104)
#626778
(98,103,120)
#757A88
(117,122,136)
#888D98
(136,141,152)
#9BA0A8
(155,160,168)
#AEB3B8
(174,179,184)
#C1C6C8
(193,198,200)
#D4D9D8
(212,217,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292E48; }

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

This text font color is #292E48.


Background Color

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

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

This div background color is #292E48.


Border color

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

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

This div border color is #292E48.


Opacity

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

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

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

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

This text has shadow with #292E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292E48 on black background.


Color preview on white background

This text has color #292E48 on white background.



Black color preview on #292E48 background

This text has black color on #292E48 background.


White color preview on #292E48 background

This text has white color on #292E48 background.