COLOR #49585C

HEX: #49585C RGB: (73,88,92)

Color info

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

RGB color model

#49585C color RGB value is (73,88,92).

RGB: (73,88,92) (29%, 35%, 36%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 92 of 255 = 36%

73
88
92

R + G + B ~ 33%. #49585C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 88 + 92 = 253 (100%)
R 73 of 253 ~ 28.85%
G 88 of 253 ~ 34.78%
B 92 of 253 ~ 36.36'%

%28.85
%34.78
%36.36

CMYK color model

#49585C color CMYK value is (21,4,0,64).

  • cyan value is 20.65%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (21,4,0,64)
C21M4Y0K64 (21%, 4%, 0%, 64%)
(0.21 / 0.04 / 0.00 / 0.64)

CMYK percentages

%20.65
%4.35
%0
%63.92

Codes

Color #49585C in popluar color models

49 58 5C
RGB 73 88 92
HSL 193° 11.52% 32.35%
HSB/HSV 193° 20.65% 36.08%
CMYK 20.65% 4.35% 0.00%
63.92%

Color #49585C in popluar number systems.

HEX 49 58 5C
Decimal 73 88 92
Binary 1001001 1011000 1011100
Octal 111 130 134

Shades and tints

Shades of #49585C

#49585C
(73,88,92)
#435054
(67,80,84)
#3D484C
(61,72,76)
#374044
(55,64,68)
#31383C
(49,56,60)
#2B3034
(43,48,52)
#25282C
(37,40,44)
#1F2024
(31,32,36)
#19181C
(25,24,28)
#131014
(19,16,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #49585C

#49585C
(73,88,92)
#59676A
(89,103,106)
#697678
(105,118,120)
#798586
(121,133,134)
#899494
(137,148,148)
#99A3A2
(153,163,162)
#A9B2B0
(169,178,176)
#B9C1BE
(185,193,190)
#C9D0CC
(201,208,204)
#D9DFDA
(217,223,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49585C color. Also use rgb(73,88,92) instead hex code.

Text Font Color

.myTextColor { color: #49585C; }

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

This text font color is #49585C.

Background Color

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

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

This div background color is #49585C.

Border color

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

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

This div border color is #49585C.

Opacity

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

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

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

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

This text has shadow with #49585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49585C.

Preview

Color preview on black background

This text has color #49585C on black background.


Color preview on white background

This text has color #49585C on white background.


Black color preview on #49585C background

This text has black color on #49585C background.


White color preview on #49585C background

This text has white color on #49585C background.


Related colors

Complementary color

Complementary color for #hex is #B6A7A3.


I love getcolorcode.com

Triadic colors

1 #5C4958 and #585C49 with #49585C are triadic colors.

2 #5C5849 and #58495C with #49585C are triadic colors.