COLOR #493218

HEX: #493218
RGB: (73,50,24)

Color info

#493218 contains red, green and blue colors in about the same proportion. Web safe color of #493218 is #333300 (or #330).

RGB color model

#493218 color RGB value is (73,50,24).

  • red value is 73;
  • green value is 50;
  • blue value is 24.
RGB:
(73,50,24)
(29%,20%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 24 of 255 = 9%

73
50
24

R + G + B ~ 19%. #493218 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 24 = 147 (100%)
R 73 of 147 ~ 49.66%
G 50 of 147 ~ 34.01%
B 24 of 147 ~ 16.33%

%49.66
%34.01
%16.33

CMYK color model

#493218 color CMYK value is (0,32,67,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(0,32,67,71)
C0M32Y67K71 
(0%,32%,67%,71%)
(0.00/0.32/0.67/0.71)	

CMYK percentages

%0
%31.51
%67.12
%71.37

Codes

Color #493218 in popluar color models

493218
RGB735024
HSL32°50.52%19.02%
HSB/HSV32°67.12%28.63%
CMYK0.00%31.51%67.12%
71.37%

Color #493218 in popluar number systems.

HEX493218
Decimal735024
Binary100100111001011000
Octal1116230

Shades and tints

Shades of #493218

#493218
(73,50,24)
#432E16
(67,46,22)
#3D2A14
(61,42,20)
#372612
(55,38,18)
#312210
(49,34,16)
#2B1E0E
(43,30,14)
#251A0C
(37,26,12)
#1F160A
(31,22,10)
#191208
(25,18,8)
#130E06
(19,14,6)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #493218

#493218
(73,50,24)
#59442D
(89,68,45)
#695642
(105,86,66)
#796857
(121,104,87)
#897A6C
(137,122,108)
#998C81
(153,140,129)
#A99E96
(169,158,150)
#B9B0AB
(185,176,171)
#C9C2C0
(201,194,192)
#D9D4D5
(217,212,213)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493218 color. Also use rgb(73,50,24) instead hex code.

Text Font Color

.myTextColor { color: #493218; }

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

This text font color is #493218.


Background Color

.myBgColor { background-color: #493218; }

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

This div background color is #493218.


Border color

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

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

This div border color is #493218.


Opacity

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

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

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

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

This text has shadow with #493218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493218 on black background.


Color preview on white background

This text has color #493218 on white background.



Black color preview on #493218 background

This text has black color on #493218 background.


White color preview on #493218 background

This text has white color on #493218 background.