COLOR #292749

HEX: #292749
RGB: (41,39,73)

Color info

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

RGB color model

#292749 color RGB value is (41,39,73).

  • red value is 41;
  • green value is 39;
  • blue value is 73.
RGB:
(41,39,73)
(16%,15%,29%)

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 73 of 255 = 29%

41
39
73

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

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 73 = 153 (100%)
R 41 of 153 ~ 26.8%
G 39 of 153 ~ 25.49%
B 73 of 153 ~ 47.71%

%26.8
%25.49
%47.71

CMYK color model

#292749 color CMYK value is (44,47,0,71).

  • cyan value is 43.84%
  • magenta value is 46.58%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(44,47,0,71)
C44M47Y0K71 
(44%,47%,0%,71%)
(0.44/0.47/0.00/0.71)	

CMYK percentages

%43.84
%46.58
%0
%71.37

Codes

Color #292749 in popluar color models

292749
RGB413973
HSL244°30.36%21.96%
HSB/HSV244°46.58%28.63%
CMYK43.84%46.58%0.00%
71.37%

Color #292749 in popluar number systems.

HEX292749
Decimal413973
Binary1010011001111001001
Octal5147111

Shades and tints

Shades of #292749

#292749
(41,39,73)
#262443
(38,36,67)
#23213D
(35,33,61)
#201E37
(32,30,55)
#1D1B31
(29,27,49)
#1A182B
(26,24,43)
#171525
(23,21,37)
#14121F
(20,18,31)
#110F19
(17,15,25)
#0E0C13
(14,12,19)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #292749

#292749
(41,39,73)
#3C3A59
(60,58,89)
#4F4D69
(79,77,105)
#626079
(98,96,121)
#757389
(117,115,137)
#888699
(136,134,153)
#9B99A9
(155,153,169)
#AEACB9
(174,172,185)
#C1BFC9
(193,191,201)
#D4D2D9
(212,210,217)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292749; }

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

This text font color is #292749.


Background Color

.myBgColor { background-color: #292749; }

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

This div background color is #292749.


Border color

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

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

This div border color is #292749.


Opacity

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

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

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

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

This text has shadow with #292749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292749 on black background.


Color preview on white background

This text has color #292749 on white background.



Black color preview on #292749 background

This text has black color on #292749 background.


White color preview on #292749 background

This text has white color on #292749 background.