COLOR #29193D

HEX: #29193D
RGB: (41,25,61)

Color info

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

RGB color model

#29193D color RGB value is (41,25,61).

  • red value is 41;
  • green value is 25;
  • blue value is 61.
RGB:
(41,25,61)
(16%,10%,24%)

RGB channels and saturation

R 41 of 255 = 16%
G 25 of 255 = 10%
B 61 of 255 = 24%

41
25
61

R + G + B ~ 17%. #29193D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 25 + 61 = 127 (100%)
R 41 of 127 ~ 32.28%
G 25 of 127 ~ 19.69%
B 61 of 127 ~ 48.03%

%32.28
%19.69
%48.03

CMYK color model

#29193D color CMYK value is (33,59,0,76).

  • cyan value is 32.79%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(33,59,0,76)
C33M59Y0K76 
(33%,59%,0%,76%)
(0.33/0.59/0.00/0.76)	

CMYK percentages

%32.79
%59.02
%0
%76.08

Codes

Color #29193D in popluar color models

29193D
RGB412561
HSL267°41.86%16.86%
HSB/HSV267°59.02%23.92%
CMYK32.79%59.02%0.00%
76.08%

Color #29193D in popluar number systems.

HEX29193D
Decimal412561
Binary10100111001111101
Octal513175

Shades and tints

Shades of #29193D

#29193D
(41,25,61)
#261738
(38,23,56)
#231533
(35,21,51)
#20132E
(32,19,46)
#1D1129
(29,17,41)
#1A0F24
(26,15,36)
#170D1F
(23,13,31)
#140B1A
(20,11,26)
#110915
(17,9,21)
#0E0710
(14,7,16)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #29193D

#29193D
(41,25,61)
#3C2D4E
(60,45,78)
#4F415F
(79,65,95)
#625570
(98,85,112)
#756981
(117,105,129)
#887D92
(136,125,146)
#9B91A3
(155,145,163)
#AEA5B4
(174,165,180)
#C1B9C5
(193,185,197)
#D4CDD6
(212,205,214)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29193D color. Also use rgb(41,25,61) instead hex code.

Text Font Color

.myTextColor { color: #29193D; }

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

This text font color is #29193D.


Background Color

.myBgColor { background-color: #29193D; }

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

This div background color is #29193D.


Border color

.myBorderColor { border: 1px solid #29193D; }

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

This div border color is #29193D.


Opacity

.myOpacity80 { color: #29193D; opacity: 0.8; }

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

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

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

This text has shadow with #29193D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29193D on black background.


Color preview on white background

This text has color #29193D on white background.



Black color preview on #29193D background

This text has black color on #29193D background.


White color preview on #29193D background

This text has white color on #29193D background.