COLOR #29554C

HEX: #29554C
RGB: (41,85,76)

Color info

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

RGB color model

#29554C color RGB value is (41,85,76).

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

RGB channels and saturation

R 41 of 255 = 16%
G 85 of 255 = 33%
B 76 of 255 = 30%

41
85
76

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

Portions of RGB colors in percentages

R + G + B =
41 + 85 + 76 = 202 (100%)
R 41 of 202 ~ 20.3%
G 85 of 202 ~ 42.08%
B 76 of 202 ~ 37.62%

%20.3
%42.08
%37.62

CMYK color model

#29554C color CMYK value is (52,0,11,67).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(52,0,11,67)
C52M0Y11K67 
(52%,0%,11%,67%)
(0.52/0.00/0.11/0.67)	

CMYK percentages

%51.76
%0
%10.59
%66.67

Codes

Color #29554C in popluar color models

29554C
RGB418576
HSL168°34.92%24.71%
HSB/HSV168°51.76%33.33%
CMYK51.76%0.00%10.59%
66.67%

Color #29554C in popluar number systems.

HEX29554C
Decimal418576
Binary10100110101011001100
Octal51125114

Shades and tints

Shades of #29554C

#29554C
(41,85,76)
#264E46
(38,78,70)
#234740
(35,71,64)
#20403A
(32,64,58)
#1D3934
(29,57,52)
#1A322E
(26,50,46)
#172B28
(23,43,40)
#142422
(20,36,34)
#111D1C
(17,29,28)
#0E1616
(14,22,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #29554C

#29554C
(41,85,76)
#3C645C
(60,100,92)
#4F736C
(79,115,108)
#62827C
(98,130,124)
#75918C
(117,145,140)
#88A09C
(136,160,156)
#9BAFAC
(155,175,172)
#AEBEBC
(174,190,188)
#C1CDCC
(193,205,204)
#D4DCDC
(212,220,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29554C; }

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

This text font color is #29554C.


Background Color

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

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

This div background color is #29554C.


Border color

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

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

This div border color is #29554C.


Opacity

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

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

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

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

This text has shadow with #29554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29554C on black background.


Color preview on white background

This text has color #29554C on white background.



Black color preview on #29554C background

This text has black color on #29554C background.


White color preview on #29554C background

This text has white color on #29554C background.