COLOR #29083D

HEX: #29083D
RGB: (41,8,61)

Color info

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

RGB color model

#29083D color RGB value is (41,8,61).

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

RGB channels and saturation

R 41 of 255 = 16%
G 8 of 255 = 3%
B 61 of 255 = 24%

41
8
61

R + G + B ~ 14%. #29083D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 8 + 61 = 110 (100%)
R 41 of 110 ~ 37.27%
G 8 of 110 ~ 7.27%
B 61 of 110 ~ 55.45%

%37.27
%55.45

CMYK color model

#29083D color CMYK value is (33,87,0,76).

  • cyan value is 32.79%
  • magenta value is 86.89%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(33,87,0,76)
C33M87Y0K76 
(33%,87%,0%,76%)
(0.33/0.87/0.00/0.76)	

CMYK percentages

%32.79
%86.89
%0
%76.08

Codes

Color #29083D in popluar color models

29083D
RGB41861
HSL277°76.81%13.53%
HSB/HSV277°86.89%23.92%
CMYK32.79%86.89%0.00%
76.08%

Color #29083D in popluar number systems.

HEX29083D
Decimal41861
Binary1010011000111101
Octal511075

Shades and tints

Shades of #29083D

#29083D
(41,8,61)
#260838
(38,8,56)
#230833
(35,8,51)
#20082E
(32,8,46)
#1D0829
(29,8,41)
#1A0824
(26,8,36)
#17081F
(23,8,31)
#14081A
(20,8,26)
#110815
(17,8,21)
#0E0810
(14,8,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #29083D

#29083D
(41,8,61)
#3C1E4E
(60,30,78)
#4F345F
(79,52,95)
#624A70
(98,74,112)
#756081
(117,96,129)
#887692
(136,118,146)
#9B8CA3
(155,140,163)
#AEA2B4
(174,162,180)
#C1B8C5
(193,184,197)
#D4CED6
(212,206,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29083D; }

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

This text font color is #29083D.


Background Color

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

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

This div background color is #29083D.


Border color

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

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

This div border color is #29083D.


Opacity

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

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

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

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

This text has shadow with #29083D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29083D on black background.


Color preview on white background

This text has color #29083D on white background.



Black color preview on #29083D background

This text has black color on #29083D background.


White color preview on #29083D background

This text has white color on #29083D background.