COLOR #491627

HEX: #491627
RGB: (73,22,39)

Color info

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

RGB color model

#491627 color RGB value is (73,22,39).

  • red value is 73;
  • green value is 22;
  • blue value is 39.
RGB:
(73,22,39)
(29%,9%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 39 of 255 = 15%

73
22
39

R + G + B ~ 18%. #491627 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 22 + 39 = 134 (100%)
R 73 of 134 ~ 54.48%
G 22 of 134 ~ 16.42%
B 39 of 134 ~ 29.1%

%54.48
%16.42
%29.1

CMYK color model

#491627 color CMYK value is (0,70,47,71).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 46.58%
  • key color value is 71.37%
CMYK:
(0,70,47,71)
C0M70Y47K71 
(0%,70%,47%,71%)
(0.00/0.70/0.47/0.71)	

CMYK percentages

%0
%69.86
%46.58
%71.37

Codes

Color #491627 in popluar color models

491627
RGB732239
HSL340°53.68%18.63%
HSB/HSV340°69.86%28.63%
CMYK0.00%69.86%46.58%
71.37%

Color #491627 in popluar number systems.

HEX491627
Decimal732239
Binary100100110110100111
Octal1112647

Shades and tints

Shades of #491627

#491627
(73,22,39)
#431424
(67,20,36)
#3D1221
(61,18,33)
#37101E
(55,16,30)
#310E1B
(49,14,27)
#2B0C18
(43,12,24)
#250A15
(37,10,21)
#1F0812
(31,8,18)
#19060F
(25,6,15)
#13040C
(19,4,12)
#0D0209
(13,2,9)
#000000
(0,0,0)

Tints of #491627

#491627
(73,22,39)
#592B3A
(89,43,58)
#69404D
(105,64,77)
#795560
(121,85,96)
#896A73
(137,106,115)
#997F86
(153,127,134)
#A99499
(169,148,153)
#B9A9AC
(185,169,172)
#C9BEBF
(201,190,191)
#D9D3D2
(217,211,210)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491627 color. Also use rgb(73,22,39) instead hex code.

Text Font Color

.myTextColor { color: #491627; }

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

This text font color is #491627.


Background Color

.myBgColor { background-color: #491627; }

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

This div background color is #491627.


Border color

.myBorderColor { border: 1px solid #491627; }

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

This div border color is #491627.


Opacity

.myOpacity80 { color: #491627; opacity: 0.8; }

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

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

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

This text has shadow with #491627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491627 on black background.


Color preview on white background

This text has color #491627 on white background.



Black color preview on #491627 background

This text has black color on #491627 background.


White color preview on #491627 background

This text has white color on #491627 background.