COLOR #49383E

HEX: #49383E
RGB: (73,56,62)

Color info

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

RGB color model

#49383E color RGB value is (73,56,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 62 of 255 = 24%

73
56
62

R + G + B ~ 25%. #49383E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 62 = 191 (100%)
R 73 of 191 ~ 38.22%
G 56 of 191 ~ 29.32%
B 62 of 191 ~ 32.46%

%38.22
%29.32
%32.46

CMYK color model

#49383E color CMYK value is (0,23,15,71).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,23,15,71)
C0M23Y15K71 
(0%,23%,15%,71%)
(0.00/0.23/0.15/0.71)	

CMYK percentages

%0
%23.29
%15.07
%71.37

Codes

Color #49383E in popluar color models

49383E
RGB735662
HSL339°13.18%25.29%
HSB/HSV339°23.29%28.63%
CMYK0.00%23.29%15.07%
71.37%

Color #49383E in popluar number systems.

HEX49383E
Decimal735662
Binary1001001111000111110
Octal1117076

Shades and tints

Shades of #49383E

#49383E
(73,56,62)
#433339
(67,51,57)
#3D2E34
(61,46,52)
#37292F
(55,41,47)
#31242A
(49,36,42)
#2B1F25
(43,31,37)
#251A20
(37,26,32)
#1F151B
(31,21,27)
#191016
(25,16,22)
#130B11
(19,11,17)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #49383E

#49383E
(73,56,62)
#594A4F
(89,74,79)
#695C60
(105,92,96)
#796E71
(121,110,113)
#898082
(137,128,130)
#999293
(153,146,147)
#A9A4A4
(169,164,164)
#B9B6B5
(185,182,181)
#C9C8C6
(201,200,198)
#D9DAD7
(217,218,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49383E; }

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

This text font color is #49383E.


Background Color

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

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

This div background color is #49383E.


Border color

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

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

This div border color is #49383E.


Opacity

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

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

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

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

This text has shadow with #49383E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49383E on black background.


Color preview on white background

This text has color #49383E on white background.



Black color preview on #49383E background

This text has black color on #49383E background.


White color preview on #49383E background

This text has white color on #49383E background.