COLOR #49825A

HEX: #49825A
RGB: (73,130,90)

Color info

#49825A contains red, green and blue colors in about the same proportion. Web safe color of #49825A is #339966 (or #396).

RGB color model

#49825A color RGB value is (73,130,90).

  • red value is 73;
  • green value is 130;
  • blue value is 90.
RGB:
(73,130,90)
(29%,51%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 90 of 255 = 35%

73
130
90

R + G + B ~ 38%. #49825A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 90 = 293 (100%)
R 73 of 293 ~ 24.91%
G 130 of 293 ~ 44.37%
B 90 of 293 ~ 30.72%

%24.91
%44.37
%30.72

CMYK color model

#49825A color CMYK value is (44,0,31,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(44,0,31,49)
C44M0Y31K49 
(44%,0%,31%,49%)
(0.44/0.00/0.31/0.49)	

CMYK percentages

%43.85
%0
%30.77
%49.02

Codes

Color #49825A in popluar color models

49825A
RGB7313090
HSL138°28.08%39.80%
HSB/HSV138°43.85%50.98%
CMYK43.85%0.00%30.77%
49.02%

Color #49825A in popluar number systems.

HEX49825A
Decimal7313090
Binary1001001100000101011010
Octal111202132

Shades and tints

Shades of #49825A

#49825A
(73,130,90)
#437752
(67,119,82)
#3D6C4A
(61,108,74)
#376142
(55,97,66)
#31563A
(49,86,58)
#2B4B32
(43,75,50)
#25402A
(37,64,42)
#1F3522
(31,53,34)
#192A1A
(25,42,26)
#131F12
(19,31,18)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #49825A

#49825A
(73,130,90)
#598D69
(89,141,105)
#699878
(105,152,120)
#79A387
(121,163,135)
#89AE96
(137,174,150)
#99B9A5
(153,185,165)
#A9C4B4
(169,196,180)
#B9CFC3
(185,207,195)
#C9DAD2
(201,218,210)
#D9E5E1
(217,229,225)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49825A color. Also use rgb(73,130,90) instead hex code.

Text Font Color

.myTextColor { color: #49825A; }

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

This text font color is #49825A.


Background Color

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

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

This div background color is #49825A.


Border color

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

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

This div border color is #49825A.


Opacity

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

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

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

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

This text has shadow with #49825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49825A on black background.


Color preview on white background

This text has color #49825A on white background.



Black color preview on #49825A background

This text has black color on #49825A background.


White color preview on #49825A background

This text has white color on #49825A background.