COLOR #29283D

HEX: #29283D
RGB: (41,40,61)

Color info

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

RGB color model

#29283D color RGB value is (41,40,61).

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

RGB channels and saturation

R 41 of 255 = 16%
G 40 of 255 = 16%
B 61 of 255 = 24%

41
40
61

R + G + B ~ 19%. #29283D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 40 + 61 = 142 (100%)
R 41 of 142 ~ 28.87%
G 40 of 142 ~ 28.17%
B 61 of 142 ~ 42.96%

%28.87
%28.17
%42.96

CMYK color model

#29283D color CMYK value is (33,34,0,76).

  • cyan value is 32.79%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(33,34,0,76)
C33M34Y0K76 
(33%,34%,0%,76%)
(0.33/0.34/0.00/0.76)	

CMYK percentages

%32.79
%34.43
%0
%76.08

Codes

Color #29283D in popluar color models

29283D
RGB414061
HSL243°20.79%19.80%
HSB/HSV243°34.43%23.92%
CMYK32.79%34.43%0.00%
76.08%

Color #29283D in popluar number systems.

HEX29283D
Decimal414061
Binary101001101000111101
Octal515075

Shades and tints

Shades of #29283D

#29283D
(41,40,61)
#262538
(38,37,56)
#232233
(35,34,51)
#201F2E
(32,31,46)
#1D1C29
(29,28,41)
#1A1924
(26,25,36)
#17161F
(23,22,31)
#14131A
(20,19,26)
#111015
(17,16,21)
#0E0D10
(14,13,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #29283D

#29283D
(41,40,61)
#3C3B4E
(60,59,78)
#4F4E5F
(79,78,95)
#626170
(98,97,112)
#757481
(117,116,129)
#888792
(136,135,146)
#9B9AA3
(155,154,163)
#AEADB4
(174,173,180)
#C1C0C5
(193,192,197)
#D4D3D6
(212,211,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29283D; }

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

This text font color is #29283D.


Background Color

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

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

This div background color is #29283D.


Border color

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

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

This div border color is #29283D.


Opacity

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

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

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

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

This text has shadow with #29283D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29283D on black background.


Color preview on white background

This text has color #29283D on white background.



Black color preview on #29283D background

This text has black color on #29283D background.


White color preview on #29283D background

This text has white color on #29283D background.