COLOR #29585A

HEX: #29585A
RGB: (41,88,90)

Color info

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

RGB color model

#29585A color RGB value is (41,88,90).

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

RGB channels and saturation

R 41 of 255 = 16%
G 88 of 255 = 35%
B 90 of 255 = 35%

41
88
90

R + G + B ~ 29%. #29585A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 88 + 90 = 219 (100%)
R 41 of 219 ~ 18.72%
G 88 of 219 ~ 40.18%
B 90 of 219 ~ 41.1%

%18.72
%40.18
%41.1

CMYK color model

#29585A color CMYK value is (54,2,0,65).

  • cyan value is 54.44%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(54,2,0,65)
C54M2Y0K65 
(54%,2%,0%,65%)
(0.54/0.02/0.00/0.65)	

CMYK percentages

%54.44
%2.22
%0
%64.71

Codes

Color #29585A in popluar color models

29585A
RGB418890
HSL182°37.40%25.69%
HSB/HSV182°54.44%35.29%
CMYK54.44%2.22%0.00%
64.71%

Color #29585A in popluar number systems.

HEX29585A
Decimal418890
Binary10100110110001011010
Octal51130132

Shades and tints

Shades of #29585A

#29585A
(41,88,90)
#265052
(38,80,82)
#23484A
(35,72,74)
#204042
(32,64,66)
#1D383A
(29,56,58)
#1A3032
(26,48,50)
#17282A
(23,40,42)
#142022
(20,32,34)
#11181A
(17,24,26)
#0E1012
(14,16,18)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #29585A

#29585A
(41,88,90)
#3C6769
(60,103,105)
#4F7678
(79,118,120)
#628587
(98,133,135)
#759496
(117,148,150)
#88A3A5
(136,163,165)
#9BB2B4
(155,178,180)
#AEC1C3
(174,193,195)
#C1D0D2
(193,208,210)
#D4DFE1
(212,223,225)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29585A color. Also use rgb(41,88,90) instead hex code.

Text Font Color

.myTextColor { color: #29585A; }

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

This text font color is #29585A.


Background Color

.myBgColor { background-color: #29585A; }

<div style="background-color:#29585A">Inner text</div>

This div background color is #29585A.


Border color

.myBorderColor { border: 1px solid #29585A; }

<div style="border:3px solid #29585A">Div</div>

This div border color is #29585A.


Opacity

.myOpacity80 { color: #29585A; opacity: 0.8; }

<p style="color:#29585A;opacity:0.8;">80%</p>

Text with #29585A 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 #29585A;}

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

This text has shadow with #29585A color.

.textShadow {text-shadow: 3px 3px 1px #29585A, 3px 3px 1px red;}

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

This text has shadow with #29585A primary color and red secondary color.


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

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

This text has shadow with #29585A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29585A on black background.


Color preview on white background

This text has color #29585A on white background.



Black color preview on #29585A background

This text has black color on #29585A background.


White color preview on #29585A background

This text has white color on #29585A background.