COLOR #29504C

HEX: #29504C
RGB: (41,80,76)

Color info

#29504C contains red, green and blue colors in about the same proportion. Web safe color of #29504C is #336633 (or #363).

RGB color model

#29504C color RGB value is (41,80,76).

  • red value is 41;
  • green value is 80;
  • blue value is 76.
RGB:
(41,80,76)
(16%,31%,30%)

RGB channels and saturation

R 41 of 255 = 16%
G 80 of 255 = 31%
B 76 of 255 = 30%

41
80
76

R + G + B ~ 26%. #29504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 80 + 76 = 197 (100%)
R 41 of 197 ~ 20.81%
G 80 of 197 ~ 40.61%
B 76 of 197 ~ 38.58%

%20.81
%40.61
%38.58

CMYK color model

#29504C color CMYK value is (49,0,5,69).

  • cyan value is 48.75%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(49,0,5,69)
C49M0Y5K69 
(49%,0%,5%,69%)
(0.49/0.00/0.05/0.69)	

CMYK percentages

%48.75
%0
%5
%68.63

Codes

Color #29504C in popluar color models

29504C
RGB418076
HSL174°32.23%23.73%
HSB/HSV174°48.75%31.37%
CMYK48.75%0.00%5.00%
68.63%

Color #29504C in popluar number systems.

HEX29504C
Decimal418076
Binary10100110100001001100
Octal51120114

Shades and tints

Shades of #29504C

#29504C
(41,80,76)
#264946
(38,73,70)
#234240
(35,66,64)
#203B3A
(32,59,58)
#1D3434
(29,52,52)
#1A2D2E
(26,45,46)
#172628
(23,38,40)
#141F22
(20,31,34)
#11181C
(17,24,28)
#0E1116
(14,17,22)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #29504C

#29504C
(41,80,76)
#3C5F5C
(60,95,92)
#4F6E6C
(79,110,108)
#627D7C
(98,125,124)
#758C8C
(117,140,140)
#889B9C
(136,155,156)
#9BAAAC
(155,170,172)
#AEB9BC
(174,185,188)
#C1C8CC
(193,200,204)
#D4D7DC
(212,215,220)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29504C color. Also use rgb(41,80,76) instead hex code.

Text Font Color

.myTextColor { color: #29504C; }

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

This text font color is #29504C.


Background Color

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

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

This div background color is #29504C.


Border color

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

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

This div border color is #29504C.


Opacity

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

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

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

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

This text has shadow with #29504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29504C on black background.


Color preview on white background

This text has color #29504C on white background.



Black color preview on #29504C background

This text has black color on #29504C background.


White color preview on #29504C background

This text has white color on #29504C background.