COLOR #49181B

HEX: #49181B
RGB: (73,24,27)

Color info

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

RGB color model

#49181B color RGB value is (73,24,27).

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

RGB channels and saturation

R 73 of 255 = 29%
G 24 of 255 = 9%
B 27 of 255 = 11%

73
24
27

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

Portions of RGB colors in percentages

R + G + B =
73 + 24 + 27 = 124 (100%)
R 73 of 124 ~ 58.87%
G 24 of 124 ~ 19.35%
B 27 of 124 ~ 21.77%

%58.87
%19.35
%21.77

CMYK color model

#49181B color CMYK value is (0,67,63,71).

  • cyan value is 0.00%
  • magenta value is 67.12%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,67,63,71)
C0M67Y63K71 
(0%,67%,63%,71%)
(0.00/0.67/0.63/0.71)	

CMYK percentages

%0
%67.12
%63.01
%71.37

Codes

Color #49181B in popluar color models

49181B
RGB732427
HSL356°50.52%19.02%
HSB/HSV356°67.12%28.63%
CMYK0.00%67.12%63.01%
71.37%

Color #49181B in popluar number systems.

HEX49181B
Decimal732427
Binary10010011100011011
Octal1113033

Shades and tints

Shades of #49181B

#49181B
(73,24,27)
#431619
(67,22,25)
#3D1417
(61,20,23)
#371215
(55,18,21)
#311013
(49,16,19)
#2B0E11
(43,14,17)
#250C0F
(37,12,15)
#1F0A0D
(31,10,13)
#19080B
(25,8,11)
#130609
(19,6,9)
#0D0407
(13,4,7)
#000000
(0,0,0)

Tints of #49181B

#49181B
(73,24,27)
#592D2F
(89,45,47)
#694243
(105,66,67)
#795757
(121,87,87)
#896C6B
(137,108,107)
#99817F
(153,129,127)
#A99693
(169,150,147)
#B9ABA7
(185,171,167)
#C9C0BB
(201,192,187)
#D9D5CF
(217,213,207)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49181B; }

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

This text font color is #49181B.


Background Color

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

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

This div background color is #49181B.


Border color

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

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

This div border color is #49181B.


Opacity

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

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

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

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

This text has shadow with #49181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49181B on black background.


Color preview on white background

This text has color #49181B on white background.



Black color preview on #49181B background

This text has black color on #49181B background.


White color preview on #49181B background

This text has white color on #49181B background.