COLOR #493341

HEX: #493341
RGB: (73,51,65)

Color info

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

RGB color model

#493341 color RGB value is (73,51,65).

  • red value is 73;
  • green value is 51;
  • blue value is 65.
RGB:
(73,51,65)
(29%,20%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 65 of 255 = 25%

73
51
65

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

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 65 = 189 (100%)
R 73 of 189 ~ 38.62%
G 51 of 189 ~ 26.98%
B 65 of 189 ~ 34.39%

%38.62
%26.98
%34.39

CMYK color model

#493341 color CMYK value is (0,30,11,71).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(0,30,11,71)
C0M30Y11K71 
(0%,30%,11%,71%)
(0.00/0.30/0.11/0.71)	

CMYK percentages

%0
%30.14
%10.96
%71.37

Codes

Color #493341 in popluar color models

493341
RGB735165
HSL322°17.74%24.31%
HSB/HSV322°30.14%28.63%
CMYK0.00%30.14%10.96%
71.37%

Color #493341 in popluar number systems.

HEX493341
Decimal735165
Binary10010011100111000001
Octal11163101

Shades and tints

Shades of #493341

#493341
(73,51,65)
#432F3C
(67,47,60)
#3D2B37
(61,43,55)
#372732
(55,39,50)
#31232D
(49,35,45)
#2B1F28
(43,31,40)
#251B23
(37,27,35)
#1F171E
(31,23,30)
#191319
(25,19,25)
#130F14
(19,15,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #493341

#493341
(73,51,65)
#594552
(89,69,82)
#695763
(105,87,99)
#796974
(121,105,116)
#897B85
(137,123,133)
#998D96
(153,141,150)
#A99FA7
(169,159,167)
#B9B1B8
(185,177,184)
#C9C3C9
(201,195,201)
#D9D5DA
(217,213,218)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493341 color. Also use rgb(73,51,65) instead hex code.

Text Font Color

.myTextColor { color: #493341; }

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

This text font color is #493341.


Background Color

.myBgColor { background-color: #493341; }

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

This div background color is #493341.


Border color

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

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

This div border color is #493341.


Opacity

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

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

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

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

This text has shadow with #493341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493341 on black background.


Color preview on white background

This text has color #493341 on white background.



Black color preview on #493341 background

This text has black color on #493341 background.


White color preview on #493341 background

This text has white color on #493341 background.