COLOR #49171A

HEX: #49171A
RGB: (73,23,26)

Color info

#49171A contains red, green and blue colors in about the same proportion. Web safe color of #49171A is #330000 (or #300).

RGB color model

#49171A color RGB value is (73,23,26).

  • red value is 73;
  • green value is 23;
  • blue value is 26.
RGB:
(73,23,26)
(29%,9%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 23 of 255 = 9%
B 26 of 255 = 10%

73
23
26

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

Portions of RGB colors in percentages

R + G + B =
73 + 23 + 26 = 122 (100%)
R 73 of 122 ~ 59.84%
G 23 of 122 ~ 18.85%
B 26 of 122 ~ 21.31%

%59.84
%18.85
%21.31

CMYK color model

#49171A color CMYK value is (0,68,64,71).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,68,64,71)
C0M68Y64K71 
(0%,68%,64%,71%)
(0.00/0.68/0.64/0.71)	

CMYK percentages

%0
%68.49
%64.38
%71.37

Codes

Color #49171A in popluar color models

49171A
RGB732326
HSL356°52.08%18.82%
HSB/HSV356°68.49%28.63%
CMYK0.00%68.49%64.38%
71.37%

Color #49171A in popluar number systems.

HEX49171A
Decimal732326
Binary10010011011111010
Octal1112732

Shades and tints

Shades of #49171A

#49171A
(73,23,26)
#431518
(67,21,24)
#3D1316
(61,19,22)
#371114
(55,17,20)
#310F12
(49,15,18)
#2B0D10
(43,13,16)
#250B0E
(37,11,14)
#1F090C
(31,9,12)
#19070A
(25,7,10)
#130508
(19,5,8)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #49171A

#49171A
(73,23,26)
#592C2E
(89,44,46)
#694142
(105,65,66)
#795656
(121,86,86)
#896B6A
(137,107,106)
#99807E
(153,128,126)
#A99592
(169,149,146)
#B9AAA6
(185,170,166)
#C9BFBA
(201,191,186)
#D9D4CE
(217,212,206)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49171A color. Also use rgb(73,23,26) instead hex code.

Text Font Color

.myTextColor { color: #49171A; }

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

This text font color is #49171A.


Background Color

.myBgColor { background-color: #49171A; }

<div style="background-color:#49171A">Inner text</div>

This div background color is #49171A.


Border color

.myBorderColor { border: 1px solid #49171A; }

<div style="border:3px solid #49171A">Div</div>

This div border color is #49171A.


Opacity

.myOpacity80 { color: #49171A; opacity: 0.8; }

<p style="color:#49171A;opacity:0.8;">80%</p>

Text with #49171A 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 #49171A;}

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

This text has shadow with #49171A color.

.textShadow {text-shadow: 3px 3px 1px #49171A, 3px 3px 1px red;}

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

This text has shadow with #49171A primary color and red secondary color.


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

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

This text has shadow with #49171A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49171A on black background.


Color preview on white background

This text has color #49171A on white background.



Black color preview on #49171A background

This text has black color on #49171A background.


White color preview on #49171A background

This text has white color on #49171A background.