COLOR #29727D

HEX: #29727D
RGB: (41,114,125)

Color info

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

RGB color model

#29727D color RGB value is (41,114,125).

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

RGB channels and saturation

R 41 of 255 = 16%
G 114 of 255 = 45%
B 125 of 255 = 49%

41
114
125

R + G + B ~ 37%. #29727D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 114 + 125 = 280 (100%)
R 41 of 280 ~ 14.64%
G 114 of 280 ~ 40.71%
B 125 of 280 ~ 44.64%

%14.64
%40.71
%44.64

CMYK color model

#29727D color CMYK value is (67,9,0,51).

  • cyan value is 67.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(67,9,0,51)
C67M9Y0K51 
(67%,9%,0%,51%)
(0.67/0.09/0.00/0.51)	

CMYK percentages

%67.2
%8.8
%0
%50.98

Codes

Color #29727D in popluar color models

29727D
RGB41114125
HSL188°50.60%32.55%
HSB/HSV188°67.20%49.02%
CMYK67.20%8.80%0.00%
50.98%

Color #29727D in popluar number systems.

HEX29727D
Decimal41114125
Binary10100111100101111101
Octal51162175

Shades and tints

Shades of #29727D

#29727D
(41,114,125)
#266872
(38,104,114)
#235E67
(35,94,103)
#20545C
(32,84,92)
#1D4A51
(29,74,81)
#1A4046
(26,64,70)
#17363B
(23,54,59)
#142C30
(20,44,48)
#112225
(17,34,37)
#0E181A
(14,24,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #29727D

#29727D
(41,114,125)
#3C7E88
(60,126,136)
#4F8A93
(79,138,147)
#62969E
(98,150,158)
#75A2A9
(117,162,169)
#88AEB4
(136,174,180)
#9BBABF
(155,186,191)
#AEC6CA
(174,198,202)
#C1D2D5
(193,210,213)
#D4DEE0
(212,222,224)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29727D; }

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

This text font color is #29727D.


Background Color

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

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

This div background color is #29727D.


Border color

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

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

This div border color is #29727D.


Opacity

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

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

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

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

This text has shadow with #29727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29727D on black background.


Color preview on white background

This text has color #29727D on white background.



Black color preview on #29727D background

This text has black color on #29727D background.


White color preview on #29727D background

This text has white color on #29727D background.