COLOR #29133A

HEX: #29133A
RGB: (41,19,58)

Color info

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

RGB color model

#29133A color RGB value is (41,19,58).

  • red value is 41;
  • green value is 19;
  • blue value is 58.
RGB:
(41,19,58)
(16%,7%,23%)

RGB channels and saturation

R 41 of 255 = 16%
G 19 of 255 = 7%
B 58 of 255 = 23%

41
19
58

R + G + B ~ 15%. #29133A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 19 + 58 = 118 (100%)
R 41 of 118 ~ 34.75%
G 19 of 118 ~ 16.1%
B 58 of 118 ~ 49.15%

%34.75
%16.1
%49.15

CMYK color model

#29133A color CMYK value is (29,67,0,77).

  • cyan value is 29.31%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(29,67,0,77)
C29M67Y0K77 
(29%,67%,0%,77%)
(0.29/0.67/0.00/0.77)	

CMYK percentages

%29.31
%67.24
%0
%77.25

Codes

Color #29133A in popluar color models

29133A
RGB411958
HSL274°50.65%15.10%
HSB/HSV274°67.24%22.75%
CMYK29.31%67.24%0.00%
77.25%

Color #29133A in popluar number systems.

HEX29133A
Decimal411958
Binary10100110011111010
Octal512372

Shades and tints

Shades of #29133A

#29133A
(41,19,58)
#261235
(38,18,53)
#231130
(35,17,48)
#20102B
(32,16,43)
#1D0F26
(29,15,38)
#1A0E21
(26,14,33)
#170D1C
(23,13,28)
#140C17
(20,12,23)
#110B12
(17,11,18)
#0E0A0D
(14,10,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #29133A

#29133A
(41,19,58)
#3C284B
(60,40,75)
#4F3D5C
(79,61,92)
#62526D
(98,82,109)
#75677E
(117,103,126)
#887C8F
(136,124,143)
#9B91A0
(155,145,160)
#AEA6B1
(174,166,177)
#C1BBC2
(193,187,194)
#D4D0D3
(212,208,211)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29133A color. Also use rgb(41,19,58) instead hex code.

Text Font Color

.myTextColor { color: #29133A; }

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

This text font color is #29133A.


Background Color

.myBgColor { background-color: #29133A; }

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

This div background color is #29133A.


Border color

.myBorderColor { border: 1px solid #29133A; }

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

This div border color is #29133A.


Opacity

.myOpacity80 { color: #29133A; opacity: 0.8; }

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

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

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

This text has shadow with #29133A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29133A on black background.


Color preview on white background

This text has color #29133A on white background.



Black color preview on #29133A background

This text has black color on #29133A background.


White color preview on #29133A background

This text has white color on #29133A background.