COLOR #292948

HEX: #292948
RGB: (41,41,72)

Color info

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

RGB color model

#292948 color RGB value is (41,41,72).

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

RGB channels and saturation

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

41
41
72

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

Portions of RGB colors in percentages

R + G + B =
41 + 41 + 72 = 154 (100%)
R 41 of 154 ~ 26.62%
G 41 of 154 ~ 26.62%
B 72 of 154 ~ 46.75%

%26.62
%26.62
%46.75

CMYK color model

#292948 color CMYK value is (43,43,0,72).

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

CMYK percentages

%43.06
%43.06
%0
%71.76

Codes

Color #292948 in popluar color models

292948
RGB414172
HSL240°27.43%22.16%
HSB/HSV240°43.06%28.24%
CMYK43.06%43.06%0.00%
71.76%

Color #292948 in popluar number systems.

HEX292948
Decimal414172
Binary1010011010011001000
Octal5151110

Shades and tints

Shades of #292948

#292948
(41,41,72)
#262642
(38,38,66)
#23233C
(35,35,60)
#202036
(32,32,54)
#1D1D30
(29,29,48)
#1A1A2A
(26,26,42)
#171724
(23,23,36)
#14141E
(20,20,30)
#111118
(17,17,24)
#0E0E12
(14,14,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #292948

#292948
(41,41,72)
#3C3C58
(60,60,88)
#4F4F68
(79,79,104)
#626278
(98,98,120)
#757588
(117,117,136)
#888898
(136,136,152)
#9B9BA8
(155,155,168)
#AEAEB8
(174,174,184)
#C1C1C8
(193,193,200)
#D4D4D8
(212,212,216)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292948; }

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

This text font color is #292948.


Background Color

.myBgColor { background-color: #292948; }

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

This div background color is #292948.


Border color

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

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

This div border color is #292948.


Opacity

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

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

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

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

This text has shadow with #292948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292948 on black background.


Color preview on white background

This text has color #292948 on white background.



Black color preview on #292948 background

This text has black color on #292948 background.


White color preview on #292948 background

This text has white color on #292948 background.