COLOR #493326

HEX: #493326
RGB: (73,51,38)

Color info

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

RGB color model

#493326 color RGB value is (73,51,38).

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

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 38 of 255 = 15%

73
51
38

R + G + B ~ 21%. #493326 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 38 = 162 (100%)
R 73 of 162 ~ 45.06%
G 51 of 162 ~ 31.48%
B 38 of 162 ~ 23.46%

%45.06
%31.48
%23.46

CMYK color model

#493326 color CMYK value is (0,30,48,71).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 47.95%
  • key color value is 71.37%
CMYK:
(0,30,48,71)
C0M30Y48K71 
(0%,30%,48%,71%)
(0.00/0.30/0.48/0.71)	

CMYK percentages

%0
%30.14
%47.95
%71.37

Codes

Color #493326 in popluar color models

493326
RGB735138
HSL22°31.53%21.76%
HSB/HSV22°47.95%28.63%
CMYK0.00%30.14%47.95%
71.37%

Color #493326 in popluar number systems.

HEX493326
Decimal735138
Binary1001001110011100110
Octal1116346

Shades and tints

Shades of #493326

#493326
(73,51,38)
#432F23
(67,47,35)
#3D2B20
(61,43,32)
#37271D
(55,39,29)
#31231A
(49,35,26)
#2B1F17
(43,31,23)
#251B14
(37,27,20)
#1F1711
(31,23,17)
#19130E
(25,19,14)
#130F0B
(19,15,11)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #493326

#493326
(73,51,38)
#594539
(89,69,57)
#69574C
(105,87,76)
#79695F
(121,105,95)
#897B72
(137,123,114)
#998D85
(153,141,133)
#A99F98
(169,159,152)
#B9B1AB
(185,177,171)
#C9C3BE
(201,195,190)
#D9D5D1
(217,213,209)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493326; }

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

This text font color is #493326.


Background Color

.myBgColor { background-color: #493326; }

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

This div background color is #493326.


Border color

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

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

This div border color is #493326.


Opacity

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

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

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

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

This text has shadow with #493326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493326 on black background.


Color preview on white background

This text has color #493326 on white background.



Black color preview on #493326 background

This text has black color on #493326 background.


White color preview on #493326 background

This text has white color on #493326 background.