COLOR #491023

HEX: #491023
RGB: (73,16,35)

Color info

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

RGB color model

#491023 color RGB value is (73,16,35).

  • red value is 73;
  • green value is 16;
  • blue value is 35.
RGB:
(73,16,35)
(29%,6%,14%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 35 of 255 = 14%

73
16
35

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

Portions of RGB colors in percentages

R + G + B =
73 + 16 + 35 = 124 (100%)
R 73 of 124 ~ 58.87%
G 16 of 124 ~ 12.9%
B 35 of 124 ~ 28.23%

%58.87
%12.9
%28.23

CMYK color model

#491023 color CMYK value is (0,78,52,71).

  • cyan value is 0.00%
  • magenta value is 78.08%
  • yellow value is 52.05%
  • key color value is 71.37%
CMYK:
(0,78,52,71)
C0M78Y52K71 
(0%,78%,52%,71%)
(0.00/0.78/0.52/0.71)	

CMYK percentages

%0
%78.08
%52.05
%71.37

Codes

Color #491023 in popluar color models

491023
RGB731635
HSL340°64.04%17.45%
HSB/HSV340°78.08%28.63%
CMYK0.00%78.08%52.05%
71.37%

Color #491023 in popluar number systems.

HEX491023
Decimal731635
Binary100100110000100011
Octal1112043

Shades and tints

Shades of #491023

#491023
(73,16,35)
#430F20
(67,15,32)
#3D0E1D
(61,14,29)
#370D1A
(55,13,26)
#310C17
(49,12,23)
#2B0B14
(43,11,20)
#250A11
(37,10,17)
#1F090E
(31,9,14)
#19080B
(25,8,11)
#130708
(19,7,8)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #491023

#491023
(73,16,35)
#592537
(89,37,55)
#693A4B
(105,58,75)
#794F5F
(121,79,95)
#896473
(137,100,115)
#997987
(153,121,135)
#A98E9B
(169,142,155)
#B9A3AF
(185,163,175)
#C9B8C3
(201,184,195)
#D9CDD7
(217,205,215)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491023 color. Also use rgb(73,16,35) instead hex code.

Text Font Color

.myTextColor { color: #491023; }

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

This text font color is #491023.


Background Color

.myBgColor { background-color: #491023; }

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

This div background color is #491023.


Border color

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

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

This div border color is #491023.


Opacity

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

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

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

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

This text has shadow with #491023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491023 on black background.


Color preview on white background

This text has color #491023 on white background.



Black color preview on #491023 background

This text has black color on #491023 background.


White color preview on #491023 background

This text has white color on #491023 background.