COLOR #49111B

HEX: #49111B
RGB: (73,17,27)

Color info

#49111B contains red, green and blue colors in about the same proportion. Web safe color of #49111B is #330033 (or #303).

RGB color model

#49111B color RGB value is (73,17,27).

  • red value is 73;
  • green value is 17;
  • blue value is 27.
RGB:
(73,17,27)
(29%,7%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 17 of 255 = 7%
B 27 of 255 = 11%

73
17
27

R + G + B ~ 16%. #49111B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 17 + 27 = 117 (100%)
R 73 of 117 ~ 62.39%
G 17 of 117 ~ 14.53%
B 27 of 117 ~ 23.08%

%62.39
%14.53
%23.08

CMYK color model

#49111B color CMYK value is (0,77,63,71).

  • cyan value is 0.00%
  • magenta value is 76.71%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,77,63,71)
C0M77Y63K71 
(0%,77%,63%,71%)
(0.00/0.77/0.63/0.71)	

CMYK percentages

%0
%76.71
%63.01
%71.37

Codes

Color #49111B in popluar color models

49111B
RGB731727
HSL349°62.22%17.65%
HSB/HSV349°76.71%28.63%
CMYK0.00%76.71%63.01%
71.37%

Color #49111B in popluar number systems.

HEX49111B
Decimal731727
Binary10010011000111011
Octal1112133

Shades and tints

Shades of #49111B

#49111B
(73,17,27)
#431019
(67,16,25)
#3D0F17
(61,15,23)
#370E15
(55,14,21)
#310D13
(49,13,19)
#2B0C11
(43,12,17)
#250B0F
(37,11,15)
#1F0A0D
(31,10,13)
#19090B
(25,9,11)
#130809
(19,8,9)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #49111B

#49111B
(73,17,27)
#59262F
(89,38,47)
#693B43
(105,59,67)
#795057
(121,80,87)
#89656B
(137,101,107)
#997A7F
(153,122,127)
#A98F93
(169,143,147)
#B9A4A7
(185,164,167)
#C9B9BB
(201,185,187)
#D9CECF
(217,206,207)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49111B color. Also use rgb(73,17,27) instead hex code.

Text Font Color

.myTextColor { color: #49111B; }

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

This text font color is #49111B.


Background Color

.myBgColor { background-color: #49111B; }

<div style="background-color:#49111B">Inner text</div>

This div background color is #49111B.


Border color

.myBorderColor { border: 1px solid #49111B; }

<div style="border:3px solid #49111B">Div</div>

This div border color is #49111B.


Opacity

.myOpacity80 { color: #49111B; opacity: 0.8; }

<p style="color:#49111B;opacity:0.8;">80%</p>

Text with #49111B 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 #49111B;}

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

This text has shadow with #49111B color.

.textShadow {text-shadow: 3px 3px 1px #49111B, 3px 3px 1px red;}

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

This text has shadow with #49111B primary color and red secondary color.


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

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

This text has shadow with #49111B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49111B on black background.


Color preview on white background

This text has color #49111B on white background.



Black color preview on #49111B background

This text has black color on #49111B background.


White color preview on #49111B background

This text has white color on #49111B background.