COLOR #29515C

HEX: #29515C
RGB: (41,81,92)

Color info

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

RGB color model

#29515C color RGB value is (41,81,92).

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

RGB channels and saturation

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

41
81
92

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

Portions of RGB colors in percentages

R + G + B =
41 + 81 + 92 = 214 (100%)
R 41 of 214 ~ 19.16%
G 81 of 214 ~ 37.85%
B 92 of 214 ~ 42.99%

%19.16
%37.85
%42.99

CMYK color model

#29515C color CMYK value is (55,12,0,64).

  • cyan value is 55.43%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(55,12,0,64)
C55M12Y0K64 
(55%,12%,0%,64%)
(0.55/0.12/0.00/0.64)	

CMYK percentages

%55.43
%11.96
%0
%63.92

Codes

Color #29515C in popluar color models

29515C
RGB418192
HSL193°38.35%26.08%
HSB/HSV193°55.43%36.08%
CMYK55.43%11.96%0.00%
63.92%

Color #29515C in popluar number systems.

HEX29515C
Decimal418192
Binary10100110100011011100
Octal51121134

Shades and tints

Shades of #29515C

#29515C
(41,81,92)
#264A54
(38,74,84)
#23434C
(35,67,76)
#203C44
(32,60,68)
#1D353C
(29,53,60)
#1A2E34
(26,46,52)
#17272C
(23,39,44)
#142024
(20,32,36)
#11191C
(17,25,28)
#0E1214
(14,18,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #29515C

#29515C
(41,81,92)
#3C606A
(60,96,106)
#4F6F78
(79,111,120)
#627E86
(98,126,134)
#758D94
(117,141,148)
#889CA2
(136,156,162)
#9BABB0
(155,171,176)
#AEBABE
(174,186,190)
#C1C9CC
(193,201,204)
#D4D8DA
(212,216,218)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29515C; }

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

This text font color is #29515C.


Background Color

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

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

This div background color is #29515C.


Border color

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

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

This div border color is #29515C.


Opacity

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

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

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

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

This text has shadow with #29515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29515C on black background.


Color preview on white background

This text has color #29515C on white background.



Black color preview on #29515C background

This text has black color on #29515C background.


White color preview on #29515C background

This text has white color on #29515C background.