COLOR #29253F

HEX: #29253F
RGB: (41,37,63)

Color info

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

RGB color model

#29253F color RGB value is (41,37,63).

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

RGB channels and saturation

R 41 of 255 = 16%
G 37 of 255 = 15%
B 63 of 255 = 25%

41
37
63

R + G + B ~ 19%. #29253F is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 37 + 63 = 141 (100%)
R 41 of 141 ~ 29.08%
G 37 of 141 ~ 26.24%
B 63 of 141 ~ 44.68%

%29.08
%26.24
%44.68

CMYK color model

#29253F color CMYK value is (35,41,0,75).

  • cyan value is 34.92%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(35,41,0,75)
C35M41Y0K75 
(35%,41%,0%,75%)
(0.35/0.41/0.00/0.75)	

CMYK percentages

%34.92
%41.27
%0
%75.29

Codes

Color #29253F in popluar color models

29253F
RGB413763
HSL249°26.00%19.61%
HSB/HSV249°41.27%24.71%
CMYK34.92%41.27%0.00%
75.29%

Color #29253F in popluar number systems.

HEX29253F
Decimal413763
Binary101001100101111111
Octal514577

Shades and tints

Shades of #29253F

#29253F
(41,37,63)
#26223A
(38,34,58)
#231F35
(35,31,53)
#201C30
(32,28,48)
#1D192B
(29,25,43)
#1A1626
(26,22,38)
#171321
(23,19,33)
#14101C
(20,16,28)
#110D17
(17,13,23)
#0E0A12
(14,10,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #29253F

#29253F
(41,37,63)
#3C3850
(60,56,80)
#4F4B61
(79,75,97)
#625E72
(98,94,114)
#757183
(117,113,131)
#888494
(136,132,148)
#9B97A5
(155,151,165)
#AEAAB6
(174,170,182)
#C1BDC7
(193,189,199)
#D4D0D8
(212,208,216)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29253F; }

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

This text font color is #29253F.


Background Color

.myBgColor { background-color: #29253F; }

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

This div background color is #29253F.


Border color

.myBorderColor { border: 1px solid #29253F; }

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

This div border color is #29253F.


Opacity

.myOpacity80 { color: #29253F; opacity: 0.8; }

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

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

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

This text has shadow with #29253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29253F on black background.


Color preview on white background

This text has color #29253F on white background.



Black color preview on #29253F background

This text has black color on #29253F background.


White color preview on #29253F background

This text has white color on #29253F background.