COLOR #491C25

HEX: #491C25 RGB: (73,28,37)

Color info

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

RGB color model

#491C25 color RGB value is (73,28,37).

RGB: (73,28,37) (29%, 11%, 15%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 37 of 255 = 15%

73
28
37

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

Portions of RGB colors in percentages

R + G + B = 73 + 28 + 37 = 138 (100%)
R 73 of 138 ~ 52.9%
G 28 of 138 ~ 20.29%
B 37 of 138 ~ 26.81'%

%52.9
%20.29
%26.81

CMYK color model

#491C25 color CMYK value is (0,62,49,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 49.32%
  • key color value is 71.37%

CMYK: (0,62,49,71)
C0M62Y49K71 (0%, 62%, 49%, 71%)
(0.00 / 0.62 / 0.49 / 0.71)

CMYK percentages

%0
%61.64
%49.32
%71.37

Codes

Color #491C25 in popluar color models

49 1C 25
RGB 73 28 37
HSL 348° 44.55% 19.80%
HSB/HSV 348° 61.64% 28.63%
CMYK 0.00% 61.64% 49.32%
71.37%

Color #491C25 in popluar number systems.

HEX 49 1C 25
Decimal 73 28 37
Binary 1001001 11100 100101
Octal 111 34 45

Shades and tints

Shades of #491C25

#491C25
(73,28,37)
#431A22
(67,26,34)
#3D181F
(61,24,31)
#37161C
(55,22,28)
#311419
(49,20,25)
#2B1216
(43,18,22)
#251013
(37,16,19)
#1F0E10
(31,14,16)
#190C0D
(25,12,13)
#130A0A
(19,10,10)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #491C25

#491C25
(73,28,37)
#593038
(89,48,56)
#69444B
(105,68,75)
#79585E
(121,88,94)
#896C71
(137,108,113)
#998084
(153,128,132)
#A99497
(169,148,151)
#B9A8AA
(185,168,170)
#C9BCBD
(201,188,189)
#D9D0D0
(217,208,208)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491C25 color. Also use rgb(73,28,37) instead hex code.

Text Font Color

.myTextColor { color: #491C25; }

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

This text font color is #491C25.

Background Color

.myBgColor { background-color: #491C25; }

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

This div background color is #491C25.

Border color

.myBorderColor { border: 1px solid #491C25; }

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

This div border color is #491C25.

Opacity

.myOpacity80 { color: #491C25; opacity: 0.8; }

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

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

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

This text has shadow with #491C25 color.


.textShadow {text-shadow: 3px 3px 1px #491C25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #491C25; -webkit-box-shadow: 1px 1px 3px 2px #491C25; box-shadow:1px 1px 3px 2px #491C25;">
Div content here
</div>

This div box has shadow with color #491C25.

Preview

Color preview on black background

This text has color #491C25 on black background.


Color preview on white background

This text has color #491C25 on white background.


Black color preview on #491C25 background

This text has black color on #491C25 background.


White color preview on #491C25 background

This text has white color on #491C25 background.


Related colors

Complementary color

Complementary color for #hex is #B6E3DA.


I love getcolorcode.com

Triadic colors

1 #25491C and #1C2549 with #491C25 are triadic colors.

2 #251C49 and #1C4925 with #491C25 are triadic colors.