COLOR #492353

HEX: #492353
RGB: (73,35,83)

Color info

#492353 contains red, green and blue colors in about the same proportion. Web safe color of #492353 is #333366 (or #336).

RGB color model

#492353 color RGB value is (73,35,83).

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

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 83 of 255 = 33%

73
35
83

R + G + B ~ 25%. #492353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 83 = 191 (100%)
R 73 of 191 ~ 38.22%
G 35 of 191 ~ 18.32%
B 83 of 191 ~ 43.46%

%38.22
%18.32
%43.46

CMYK color model

#492353 color CMYK value is (12,58,0,67).

  • cyan value is 12.05%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(12,58,0,67)
C12M58Y0K67 
(12%,58%,0%,67%)
(0.12/0.58/0.00/0.67)	

CMYK percentages

%12.05
%57.83
%0
%67.45

Codes

Color #492353 in popluar color models

492353
RGB733583
HSL288°40.68%23.14%
HSB/HSV288°57.83%32.55%
CMYK12.05%57.83%0.00%
67.45%

Color #492353 in popluar number systems.

HEX492353
Decimal733583
Binary10010011000111010011
Octal11143123

Shades and tints

Shades of #492353

#492353
(73,35,83)
#43204C
(67,32,76)
#3D1D45
(61,29,69)
#371A3E
(55,26,62)
#311737
(49,23,55)
#2B1430
(43,20,48)
#251129
(37,17,41)
#1F0E22
(31,14,34)
#190B1B
(25,11,27)
#130814
(19,8,20)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #492353

#492353
(73,35,83)
#593762
(89,55,98)
#694B71
(105,75,113)
#795F80
(121,95,128)
#89738F
(137,115,143)
#99879E
(153,135,158)
#A99BAD
(169,155,173)
#B9AFBC
(185,175,188)
#C9C3CB
(201,195,203)
#D9D7DA
(217,215,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492353; }

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

This text font color is #492353.


Background Color

.myBgColor { background-color: #492353; }

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

This div background color is #492353.


Border color

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

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

This div border color is #492353.


Opacity

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

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

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

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

This text has shadow with #492353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492353 on black background.


Color preview on white background

This text has color #492353 on white background.



Black color preview on #492353 background

This text has black color on #492353 background.


White color preview on #492353 background

This text has white color on #492353 background.