COLOR #29584E

HEX: #29584E
RGB: (41,88,78)

Color info

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

RGB color model

#29584E color RGB value is (41,88,78).

  • red value is 41;
  • green value is 88;
  • blue value is 78.
RGB:
(41,88,78)
(16%,35%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 88 of 255 = 35%
B 78 of 255 = 31%

41
88
78

R + G + B ~ 27%. #29584E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 88 + 78 = 207 (100%)
R 41 of 207 ~ 19.81%
G 88 of 207 ~ 42.51%
B 78 of 207 ~ 37.68%

%19.81
%42.51
%37.68

CMYK color model

#29584E color CMYK value is (53,0,11,65).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(53,0,11,65)
C53M0Y11K65 
(53%,0%,11%,65%)
(0.53/0.00/0.11/0.65)	

CMYK percentages

%53.41
%0
%11.36
%65.49

Codes

Color #29584E in popluar color models

29584E
RGB418878
HSL167°36.43%25.29%
HSB/HSV167°53.41%34.51%
CMYK53.41%0.00%11.36%
65.49%

Color #29584E in popluar number systems.

HEX29584E
Decimal418878
Binary10100110110001001110
Octal51130116

Shades and tints

Shades of #29584E

#29584E
(41,88,78)
#265047
(38,80,71)
#234840
(35,72,64)
#204039
(32,64,57)
#1D3832
(29,56,50)
#1A302B
(26,48,43)
#172824
(23,40,36)
#14201D
(20,32,29)
#111816
(17,24,22)
#0E100F
(14,16,15)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #29584E

#29584E
(41,88,78)
#3C675E
(60,103,94)
#4F766E
(79,118,110)
#62857E
(98,133,126)
#75948E
(117,148,142)
#88A39E
(136,163,158)
#9BB2AE
(155,178,174)
#AEC1BE
(174,193,190)
#C1D0CE
(193,208,206)
#D4DFDE
(212,223,222)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29584E color. Also use rgb(41,88,78) instead hex code.

Text Font Color

.myTextColor { color: #29584E; }

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

This text font color is #29584E.


Background Color

.myBgColor { background-color: #29584E; }

<div style="background-color:#29584E">Inner text</div>

This div background color is #29584E.


Border color

.myBorderColor { border: 1px solid #29584E; }

<div style="border:3px solid #29584E">Div</div>

This div border color is #29584E.


Opacity

.myOpacity80 { color: #29584E; opacity: 0.8; }

<p style="color:#29584E;opacity:0.8;">80%</p>

Text with #29584E 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 #29584E;}

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

This text has shadow with #29584E color.

.textShadow {text-shadow: 3px 3px 1px #29584E, 3px 3px 1px red;}

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

This text has shadow with #29584E primary color and red secondary color.


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

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

This text has shadow with #29584E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29584E on black background.


Color preview on white background

This text has color #29584E on white background.



Black color preview on #29584E background

This text has black color on #29584E background.


White color preview on #29584E background

This text has white color on #29584E background.