COLOR #491925

HEX: #491925
RGB: (73,25,37)

Color info

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

RGB color model

#491925 color RGB value is (73,25,37).

  • red value is 73;
  • green value is 25;
  • blue value is 37.
RGB:
(73,25,37)
(29%,10%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 37 of 255 = 15%

73
25
37

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

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 37 = 135 (100%)
R 73 of 135 ~ 54.07%
G 25 of 135 ~ 18.52%
B 37 of 135 ~ 27.41%

%54.07
%18.52
%27.41

CMYK color model

#491925 color CMYK value is (0,66,49,71).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 49.32%
  • key color value is 71.37%
CMYK:
(0,66,49,71)
C0M66Y49K71 
(0%,66%,49%,71%)
(0.00/0.66/0.49/0.71)	

CMYK percentages

%0
%65.75
%49.32
%71.37

Codes

Color #491925 in popluar color models

491925
RGB732537
HSL345°48.98%19.22%
HSB/HSV345°65.75%28.63%
CMYK0.00%65.75%49.32%
71.37%

Color #491925 in popluar number systems.

HEX491925
Decimal732537
Binary100100111001100101
Octal1113145

Shades and tints

Shades of #491925

#491925
(73,25,37)
#431722
(67,23,34)
#3D151F
(61,21,31)
#37131C
(55,19,28)
#311119
(49,17,25)
#2B0F16
(43,15,22)
#250D13
(37,13,19)
#1F0B10
(31,11,16)
#19090D
(25,9,13)
#13070A
(19,7,10)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #491925

#491925
(73,25,37)
#592D38
(89,45,56)
#69414B
(105,65,75)
#79555E
(121,85,94)
#896971
(137,105,113)
#997D84
(153,125,132)
#A99197
(169,145,151)
#B9A5AA
(185,165,170)
#C9B9BD
(201,185,189)
#D9CDD0
(217,205,208)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491925; }

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

This text font color is #491925.


Background Color

.myBgColor { background-color: #491925; }

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

This div background color is #491925.


Border color

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

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

This div border color is #491925.


Opacity

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

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

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

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

This text has shadow with #491925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491925 on black background.


Color preview on white background

This text has color #491925 on white background.



Black color preview on #491925 background

This text has black color on #491925 background.


White color preview on #491925 background

This text has white color on #491925 background.