COLOR #29717D

HEX: #29717D
RGB: (41,113,125)

Color info

#29717D contains mainly green and blue colors. Web safe color of #29717D is #336666 (or #366).

RGB color model

#29717D color RGB value is (41,113,125).

  • red value is 41;
  • green value is 113;
  • blue value is 125.
RGB:
(41,113,125)
(16%,44%,49%)

RGB channels and saturation

R 41 of 255 = 16%
G 113 of 255 = 44%
B 125 of 255 = 49%

41
113
125

R + G + B ~ 36%. #29717D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 113 + 125 = 279 (100%)
R 41 of 279 ~ 14.7%
G 113 of 279 ~ 40.5%
B 125 of 279 ~ 44.8%

%14.7
%40.5
%44.8

CMYK color model

#29717D color CMYK value is (67,10,0,51).

  • cyan value is 67.20%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(67,10,0,51)
C67M10Y0K51 
(67%,10%,0%,51%)
(0.67/0.10/0.00/0.51)	

CMYK percentages

%67.2
%9.6
%0
%50.98

Codes

Color #29717D in popluar color models

29717D
RGB41113125
HSL189°50.60%32.55%
HSB/HSV189°67.20%49.02%
CMYK67.20%9.60%0.00%
50.98%

Color #29717D in popluar number systems.

HEX29717D
Decimal41113125
Binary10100111100011111101
Octal51161175

Shades and tints

Shades of #29717D

#29717D
(41,113,125)
#266772
(38,103,114)
#235D67
(35,93,103)
#20535C
(32,83,92)
#1D4951
(29,73,81)
#1A3F46
(26,63,70)
#17353B
(23,53,59)
#142B30
(20,43,48)
#112125
(17,33,37)
#0E171A
(14,23,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #29717D

#29717D
(41,113,125)
#3C7D88
(60,125,136)
#4F8993
(79,137,147)
#62959E
(98,149,158)
#75A1A9
(117,161,169)
#88ADB4
(136,173,180)
#9BB9BF
(155,185,191)
#AEC5CA
(174,197,202)
#C1D1D5
(193,209,213)
#D4DDE0
(212,221,224)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29717D color. Also use rgb(41,113,125) instead hex code.

Text Font Color

.myTextColor { color: #29717D; }

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

This text font color is #29717D.


Background Color

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

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

This div background color is #29717D.


Border color

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

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

This div border color is #29717D.


Opacity

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

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

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

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

This text has shadow with #29717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29717D on black background.


Color preview on white background

This text has color #29717D on white background.



Black color preview on #29717D background

This text has black color on #29717D background.


White color preview on #29717D background

This text has white color on #29717D background.