COLOR #49590A

HEX: #49590A
RGB: (73,89,10)

Color info

#49590A contains mainly red and green colors. Web safe color of #49590A is #336600 (or #360).

RGB color model

#49590A color RGB value is (73,89,10).

  • red value is 73;
  • green value is 89;
  • blue value is 10.
RGB:
(73,89,10)
(29%,35%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 10 of 255 = 4%

73
89
10

R + G + B ~ 23%. #49590A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 10 = 172 (100%)
R 73 of 172 ~ 42.44%
G 89 of 172 ~ 51.74%
B 10 of 172 ~ 5.81%

%42.44
%51.74

CMYK color model

#49590A color CMYK value is (18,0,89,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 88.76%
  • key color value is 65.10%
CMYK:
(18,0,89,65)
C18M0Y89K65 
(18%,0%,89%,65%)
(0.18/0.00/0.89/0.65)	

CMYK percentages

%17.98
%0
%88.76
%65.1

Codes

Color #49590A in popluar color models

49590A
RGB738910
HSL72°79.80%19.41%
HSB/HSV72°88.76%34.90%
CMYK17.98%0.00%88.76%
65.10%

Color #49590A in popluar number systems.

HEX49590A
Decimal738910
Binary100100110110011010
Octal11113112

Shades and tints

Shades of #49590A

#49590A
(73,89,10)
#43510A
(67,81,10)
#3D490A
(61,73,10)
#37410A
(55,65,10)
#31390A
(49,57,10)
#2B310A
(43,49,10)
#25290A
(37,41,10)
#1F210A
(31,33,10)
#19190A
(25,25,10)
#13110A
(19,17,10)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #49590A

#49590A
(73,89,10)
#596820
(89,104,32)
#697736
(105,119,54)
#79864C
(121,134,76)
#899562
(137,149,98)
#99A478
(153,164,120)
#A9B38E
(169,179,142)
#B9C2A4
(185,194,164)
#C9D1BA
(201,209,186)
#D9E0D0
(217,224,208)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49590A color. Also use rgb(73,89,10) instead hex code.

Text Font Color

.myTextColor { color: #49590A; }

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

This text font color is #49590A.


Background Color

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

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

This div background color is #49590A.


Border color

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

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

This div border color is #49590A.


Opacity

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

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

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

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

This text has shadow with #49590A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49590A on black background.


Color preview on white background

This text has color #49590A on white background.



Black color preview on #49590A background

This text has black color on #49590A background.


White color preview on #49590A background

This text has white color on #49590A background.