COLOR #49483D

HEX: #49483D
RGB: (73,72,61)

Color info

#49483D contains red, green and blue colors in about the same proportion. Web safe color of #49483D is #333333 (or #333).

RGB color model

#49483D color RGB value is (73,72,61).

  • red value is 73;
  • green value is 72;
  • blue value is 61.
RGB:
(73,72,61)
(29%,28%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 61 of 255 = 24%

73
72
61

R + G + B ~ 27%. #49483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 61 = 206 (100%)
R 73 of 206 ~ 35.44%
G 72 of 206 ~ 34.95%
B 61 of 206 ~ 29.61%

%35.44
%34.95
%29.61

CMYK color model

#49483D color CMYK value is (0,1,16,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(0,1,16,71)
C0M1Y16K71 
(0%,1%,16%,71%)
(0.00/0.01/0.16/0.71)	

CMYK percentages

%0
%1.37
%16.44
%71.37

Codes

Color #49483D in popluar color models

49483D
RGB737261
HSL55°8.96%26.27%
HSB/HSV55°16.44%28.63%
CMYK0.00%1.37%16.44%
71.37%

Color #49483D in popluar number systems.

HEX49483D
Decimal737261
Binary10010011001000111101
Octal11111075

Shades and tints

Shades of #49483D

#49483D
(73,72,61)
#434238
(67,66,56)
#3D3C33
(61,60,51)
#37362E
(55,54,46)
#313029
(49,48,41)
#2B2A24
(43,42,36)
#25241F
(37,36,31)
#1F1E1A
(31,30,26)
#191815
(25,24,21)
#131210
(19,18,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #49483D

#49483D
(73,72,61)
#59584E
(89,88,78)
#69685F
(105,104,95)
#797870
(121,120,112)
#898881
(137,136,129)
#999892
(153,152,146)
#A9A8A3
(169,168,163)
#B9B8B4
(185,184,180)
#C9C8C5
(201,200,197)
#D9D8D6
(217,216,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49483D color. Also use rgb(73,72,61) instead hex code.

Text Font Color

.myTextColor { color: #49483D; }

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

This text font color is #49483D.


Background Color

.myBgColor { background-color: #49483D; }

<div style="background-color:#49483D">Inner text</div>

This div background color is #49483D.


Border color

.myBorderColor { border: 1px solid #49483D; }

<div style="border:3px solid #49483D">Div</div>

This div border color is #49483D.


Opacity

.myOpacity80 { color: #49483D; opacity: 0.8; }

<p style="color:#49483D;opacity:0.8;">80%</p>

Text with #49483D 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 #49483D;}

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

This text has shadow with #49483D color.

.textShadow {text-shadow: 3px 3px 1px #49483D, 3px 3px 1px red;}

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

This text has shadow with #49483D primary color and red secondary color.


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

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

This text has shadow with #49483D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49483D on black background.


Color preview on white background

This text has color #49483D on white background.



Black color preview on #49483D background

This text has black color on #49483D background.


White color preview on #49483D background

This text has white color on #49483D background.