COLOR #29515B

HEX: #29515B
RGB: (41,81,91)

Color info

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

RGB color model

#29515B color RGB value is (41,81,91).

  • red value is 41;
  • green value is 81;
  • blue value is 91.
RGB:
(41,81,91)
(16%,32%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 81 of 255 = 32%
B 91 of 255 = 36%

41
81
91

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

Portions of RGB colors in percentages

R + G + B =
41 + 81 + 91 = 213 (100%)
R 41 of 213 ~ 19.25%
G 81 of 213 ~ 38.03%
B 91 of 213 ~ 42.72%

%19.25
%38.03
%42.72

CMYK color model

#29515B color CMYK value is (55,11,0,64).

  • cyan value is 54.95%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(55,11,0,64)
C55M11Y0K64 
(55%,11%,0%,64%)
(0.55/0.11/0.00/0.64)	

CMYK percentages

%54.95
%10.99
%0
%64.31

Codes

Color #29515B in popluar color models

29515B
RGB418191
HSL192°37.88%25.88%
HSB/HSV192°54.95%35.69%
CMYK54.95%10.99%0.00%
64.31%

Color #29515B in popluar number systems.

HEX29515B
Decimal418191
Binary10100110100011011011
Octal51121133

Shades and tints

Shades of #29515B

#29515B
(41,81,91)
#264A53
(38,74,83)
#23434B
(35,67,75)
#203C43
(32,60,67)
#1D353B
(29,53,59)
#1A2E33
(26,46,51)
#17272B
(23,39,43)
#142023
(20,32,35)
#11191B
(17,25,27)
#0E1213
(14,18,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #29515B

#29515B
(41,81,91)
#3C6069
(60,96,105)
#4F6F77
(79,111,119)
#627E85
(98,126,133)
#758D93
(117,141,147)
#889CA1
(136,156,161)
#9BABAF
(155,171,175)
#AEBABD
(174,186,189)
#C1C9CB
(193,201,203)
#D4D8D9
(212,216,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29515B color. Also use rgb(41,81,91) instead hex code.

Text Font Color

.myTextColor { color: #29515B; }

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

This text font color is #29515B.


Background Color

.myBgColor { background-color: #29515B; }

<div style="background-color:#29515B">Inner text</div>

This div background color is #29515B.


Border color

.myBorderColor { border: 1px solid #29515B; }

<div style="border:3px solid #29515B">Div</div>

This div border color is #29515B.


Opacity

.myOpacity80 { color: #29515B; opacity: 0.8; }

<p style="color:#29515B;opacity:0.8;">80%</p>

Text with #29515B 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 #29515B;}

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

This text has shadow with #29515B color.

.textShadow {text-shadow: 3px 3px 1px #29515B, 3px 3px 1px red;}

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

This text has shadow with #29515B primary color and red secondary color.


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

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

This text has shadow with #29515B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29515B on black background.


Color preview on white background

This text has color #29515B on white background.



Black color preview on #29515B background

This text has black color on #29515B background.


White color preview on #29515B background

This text has white color on #29515B background.