COLOR #290F48

HEX: #290F48
RGB: (41,15,72)

Color info

#290F48 contains red, green and blue colors in about the same proportion. Web safe color of #290F48 is #330033 (or #303).

RGB color model

#290F48 color RGB value is (41,15,72).

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

RGB channels and saturation

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

41
15
72

R + G + B ~ 17%. #290F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 15 + 72 = 128 (100%)
R 41 of 128 ~ 32.03%
G 15 of 128 ~ 11.72%
B 72 of 128 ~ 56.25%

%32.03
%11.72
%56.25

CMYK color model

#290F48 color CMYK value is (43,79,0,72).

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

CMYK percentages

%43.06
%79.17
%0
%71.76

Codes

Color #290F48 in popluar color models

290F48
RGB411572
HSL267°65.52%17.06%
HSB/HSV267°79.17%28.24%
CMYK43.06%79.17%0.00%
71.76%

Color #290F48 in popluar number systems.

HEX290F48
Decimal411572
Binary10100111111001000
Octal5117110

Shades and tints

Shades of #290F48

#290F48
(41,15,72)
#260E42
(38,14,66)
#230D3C
(35,13,60)
#200C36
(32,12,54)
#1D0B30
(29,11,48)
#1A0A2A
(26,10,42)
#170924
(23,9,36)
#14081E
(20,8,30)
#110718
(17,7,24)
#0E0612
(14,6,18)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #290F48

#290F48
(41,15,72)
#3C2458
(60,36,88)
#4F3968
(79,57,104)
#624E78
(98,78,120)
#756388
(117,99,136)
#887898
(136,120,152)
#9B8DA8
(155,141,168)
#AEA2B8
(174,162,184)
#C1B7C8
(193,183,200)
#D4CCD8
(212,204,216)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290F48; }

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

This text font color is #290F48.


Background Color

.myBgColor { background-color: #290F48; }

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

This div background color is #290F48.


Border color

.myBorderColor { border: 1px solid #290F48; }

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

This div border color is #290F48.


Opacity

.myOpacity80 { color: #290F48; opacity: 0.8; }

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

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

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

This text has shadow with #290F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290F48 on black background.


Color preview on white background

This text has color #290F48 on white background.



Black color preview on #290F48 background

This text has black color on #290F48 background.


White color preview on #290F48 background

This text has white color on #290F48 background.