COLOR #49584A

HEX: #49584A
RGB: (73,88,74)

Color info

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

RGB color model

#49584A color RGB value is (73,88,74).

  • red value is 73;
  • green value is 88;
  • blue value is 74.
RGB:
(73,88,74)
(29%,35%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 74 of 255 = 29%

73
88
74

R + G + B ~ 31%. #49584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 74 = 235 (100%)
R 73 of 235 ~ 31.06%
G 88 of 235 ~ 37.45%
B 74 of 235 ~ 31.49%

%31.06
%37.45
%31.49

CMYK color model

#49584A color CMYK value is (17,0,16,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(17,0,16,65)
C17M0Y16K65 
(17%,0%,16%,65%)
(0.17/0.00/0.16/0.65)	

CMYK percentages

%17.05
%0
%15.91
%65.49

Codes

Color #49584A in popluar color models

49584A
RGB738874
HSL124°9.32%31.57%
HSB/HSV124°17.05%34.51%
CMYK17.05%0.00%15.91%
65.49%

Color #49584A in popluar number systems.

HEX49584A
Decimal738874
Binary100100110110001001010
Octal111130112

Shades and tints

Shades of #49584A

#49584A
(73,88,74)
#435044
(67,80,68)
#3D483E
(61,72,62)
#374038
(55,64,56)
#313832
(49,56,50)
#2B302C
(43,48,44)
#252826
(37,40,38)
#1F2020
(31,32,32)
#19181A
(25,24,26)
#131014
(19,16,20)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #49584A

#49584A
(73,88,74)
#59675A
(89,103,90)
#69766A
(105,118,106)
#79857A
(121,133,122)
#89948A
(137,148,138)
#99A39A
(153,163,154)
#A9B2AA
(169,178,170)
#B9C1BA
(185,193,186)
#C9D0CA
(201,208,202)
#D9DFDA
(217,223,218)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49584A color. Also use rgb(73,88,74) instead hex code.

Text Font Color

.myTextColor { color: #49584A; }

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

This text font color is #49584A.


Background Color

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

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

This div background color is #49584A.


Border color

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

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

This div border color is #49584A.


Opacity

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

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

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

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

This text has shadow with #49584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49584A on black background.


Color preview on white background

This text has color #49584A on white background.



Black color preview on #49584A background

This text has black color on #49584A background.


White color preview on #49584A background

This text has white color on #49584A background.