COLOR #29535D

HEX: #29535D
RGB: (41,83,93)

Color info

#29535D contains red, green and blue colors in about the same proportion. Web safe color of #29535D is #336666 (or #366).

RGB color model

#29535D color RGB value is (41,83,93).

  • red value is 41;
  • green value is 83;
  • blue value is 93.
RGB:
(41,83,93)
(16%,33%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 83 of 255 = 33%
B 93 of 255 = 36%

41
83
93

R + G + B ~ 28%. #29535D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 83 + 93 = 217 (100%)
R 41 of 217 ~ 18.89%
G 83 of 217 ~ 38.25%
B 93 of 217 ~ 42.86%

%18.89
%38.25
%42.86

CMYK color model

#29535D color CMYK value is (56,11,0,64).

  • cyan value is 55.91%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(56,11,0,64)
C56M11Y0K64 
(56%,11%,0%,64%)
(0.56/0.11/0.00/0.64)	

CMYK percentages

%55.91
%10.75
%0
%63.53

Codes

Color #29535D in popluar color models

29535D
RGB418393
HSL192°38.81%26.27%
HSB/HSV192°55.91%36.47%
CMYK55.91%10.75%0.00%
63.53%

Color #29535D in popluar number systems.

HEX29535D
Decimal418393
Binary10100110100111011101
Octal51123135

Shades and tints

Shades of #29535D

#29535D
(41,83,93)
#264C55
(38,76,85)
#23454D
(35,69,77)
#203E45
(32,62,69)
#1D373D
(29,55,61)
#1A3035
(26,48,53)
#17292D
(23,41,45)
#142225
(20,34,37)
#111B1D
(17,27,29)
#0E1415
(14,20,21)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #29535D

#29535D
(41,83,93)
#3C626B
(60,98,107)
#4F7179
(79,113,121)
#628087
(98,128,135)
#758F95
(117,143,149)
#889EA3
(136,158,163)
#9BADB1
(155,173,177)
#AEBCBF
(174,188,191)
#C1CBCD
(193,203,205)
#D4DADB
(212,218,219)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29535D color. Also use rgb(41,83,93) instead hex code.

Text Font Color

.myTextColor { color: #29535D; }

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

This text font color is #29535D.


Background Color

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

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

This div background color is #29535D.


Border color

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

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

This div border color is #29535D.


Opacity

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

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

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

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

This text has shadow with #29535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29535D on black background.


Color preview on white background

This text has color #29535D on white background.



Black color preview on #29535D background

This text has black color on #29535D background.


White color preview on #29535D background

This text has white color on #29535D background.