COLOR #49583C

HEX: #49583C
RGB: (73,88,60)

Color info

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

RGB color model

#49583C color RGB value is (73,88,60).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 60 of 255 = 24%

73
88
60

R + G + B ~ 29%. #49583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 60 = 221 (100%)
R 73 of 221 ~ 33.03%
G 88 of 221 ~ 39.82%
B 60 of 221 ~ 27.15%

%33.03
%39.82
%27.15

CMYK color model

#49583C color CMYK value is (17,0,32,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(17,0,32,65)
C17M0Y32K65 
(17%,0%,32%,65%)
(0.17/0.00/0.32/0.65)	

CMYK percentages

%17.05
%0
%31.82
%65.49

Codes

Color #49583C in popluar color models

49583C
RGB738860
HSL92°18.92%29.02%
HSB/HSV92°31.82%34.51%
CMYK17.05%0.00%31.82%
65.49%

Color #49583C in popluar number systems.

HEX49583C
Decimal738860
Binary10010011011000111100
Octal11113074

Shades and tints

Shades of #49583C

#49583C
(73,88,60)
#435037
(67,80,55)
#3D4832
(61,72,50)
#37402D
(55,64,45)
#313828
(49,56,40)
#2B3023
(43,48,35)
#25281E
(37,40,30)
#1F2019
(31,32,25)
#191814
(25,24,20)
#13100F
(19,16,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #49583C

#49583C
(73,88,60)
#59674D
(89,103,77)
#69765E
(105,118,94)
#79856F
(121,133,111)
#899480
(137,148,128)
#99A391
(153,163,145)
#A9B2A2
(169,178,162)
#B9C1B3
(185,193,179)
#C9D0C4
(201,208,196)
#D9DFD5
(217,223,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49583C; }

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

This text font color is #49583C.


Background Color

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

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

This div background color is #49583C.


Border color

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

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

This div border color is #49583C.


Opacity

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

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

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

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

This text has shadow with #49583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49583C on black background.


Color preview on white background

This text has color #49583C on white background.



Black color preview on #49583C background

This text has black color on #49583C background.


White color preview on #49583C background

This text has white color on #49583C background.