COLOR #292548

HEX: #292548
RGB: (41,37,72)

Color info

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

RGB color model

#292548 color RGB value is (41,37,72).

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

RGB channels and saturation

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

41
37
72

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

Portions of RGB colors in percentages

R + G + B =
41 + 37 + 72 = 150 (100%)
R 41 of 150 ~ 27.33%
G 37 of 150 ~ 24.67%
B 72 of 150 ~ 48%

%27.33
%24.67
%48

CMYK color model

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

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

CMYK percentages

%43.06
%48.61
%0
%71.76

Codes

Color #292548 in popluar color models

292548
RGB413772
HSL247°32.11%21.37%
HSB/HSV247°48.61%28.24%
CMYK43.06%48.61%0.00%
71.76%

Color #292548 in popluar number systems.

HEX292548
Decimal413772
Binary1010011001011001000
Octal5145110

Shades and tints

Shades of #292548

#292548
(41,37,72)
#262242
(38,34,66)
#231F3C
(35,31,60)
#201C36
(32,28,54)
#1D1930
(29,25,48)
#1A162A
(26,22,42)
#171324
(23,19,36)
#14101E
(20,16,30)
#110D18
(17,13,24)
#0E0A12
(14,10,18)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #292548

#292548
(41,37,72)
#3C3858
(60,56,88)
#4F4B68
(79,75,104)
#625E78
(98,94,120)
#757188
(117,113,136)
#888498
(136,132,152)
#9B97A8
(155,151,168)
#AEAAB8
(174,170,184)
#C1BDC8
(193,189,200)
#D4D0D8
(212,208,216)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292548; }

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

This text font color is #292548.


Background Color

.myBgColor { background-color: #292548; }

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

This div background color is #292548.


Border color

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

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

This div border color is #292548.


Opacity

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

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

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

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

This text has shadow with #292548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292548 on black background.


Color preview on white background

This text has color #292548 on white background.



Black color preview on #292548 background

This text has black color on #292548 background.


White color preview on #292548 background

This text has white color on #292548 background.