COLOR #49583E

HEX: #49583E
RGB: (73,88,62)

Color info

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

RGB color model

#49583E color RGB value is (73,88,62).

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

RGB channels and saturation

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

73
88
62

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

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 62 = 223 (100%)
R 73 of 223 ~ 32.74%
G 88 of 223 ~ 39.46%
B 62 of 223 ~ 27.8%

%32.74
%39.46
%27.8

CMYK color model

#49583E color CMYK value is (17,0,30,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK:
(17,0,30,65)
C17M0Y30K65 
(17%,0%,30%,65%)
(0.17/0.00/0.30/0.65)	

CMYK percentages

%17.05
%0
%29.55
%65.49

Codes

Color #49583E in popluar color models

49583E
RGB738862
HSL95°17.33%29.41%
HSB/HSV95°29.55%34.51%
CMYK17.05%0.00%29.55%
65.49%

Color #49583E in popluar number systems.

HEX49583E
Decimal738862
Binary10010011011000111110
Octal11113076

Shades and tints

Shades of #49583E

#49583E
(73,88,62)
#435039
(67,80,57)
#3D4834
(61,72,52)
#37402F
(55,64,47)
#31382A
(49,56,42)
#2B3025
(43,48,37)
#252820
(37,40,32)
#1F201B
(31,32,27)
#191816
(25,24,22)
#131011
(19,16,17)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #49583E

#49583E
(73,88,62)
#59674F
(89,103,79)
#697660
(105,118,96)
#798571
(121,133,113)
#899482
(137,148,130)
#99A393
(153,163,147)
#A9B2A4
(169,178,164)
#B9C1B5
(185,193,181)
#C9D0C6
(201,208,198)
#D9DFD7
(217,223,215)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49583E; }

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

This text font color is #49583E.


Background Color

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

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

This div background color is #49583E.


Border color

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

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

This div border color is #49583E.


Opacity

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

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

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

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

This text has shadow with #49583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49583E on black background.


Color preview on white background

This text has color #49583E on white background.



Black color preview on #49583E background

This text has black color on #49583E background.


White color preview on #49583E background

This text has white color on #49583E background.