COLOR #493815

HEX: #493815
RGB: (73,56,21)

Color info

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

RGB color model

#493815 color RGB value is (73,56,21).

  • red value is 73;
  • green value is 56;
  • blue value is 21.
RGB:
(73,56,21)
(29%,22%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 21 of 255 = 8%

73
56
21

R + G + B ~ 20%. #493815 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 21 = 150 (100%)
R 73 of 150 ~ 48.67%
G 56 of 150 ~ 37.33%
B 21 of 150 ~ 14%

%48.67
%37.33
%14

CMYK color model

#493815 color CMYK value is (0,23,71,71).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 71.23%
  • key color value is 71.37%
CMYK:
(0,23,71,71)
C0M23Y71K71 
(0%,23%,71%,71%)
(0.00/0.23/0.71/0.71)	

CMYK percentages

%0
%23.29
%71.23
%71.37

Codes

Color #493815 in popluar color models

493815
RGB735621
HSL40°55.32%18.43%
HSB/HSV40°71.23%28.63%
CMYK0.00%23.29%71.23%
71.37%

Color #493815 in popluar number systems.

HEX493815
Decimal735621
Binary100100111100010101
Octal1117025

Shades and tints

Shades of #493815

#493815
(73,56,21)
#433314
(67,51,20)
#3D2E13
(61,46,19)
#372912
(55,41,18)
#312411
(49,36,17)
#2B1F10
(43,31,16)
#251A0F
(37,26,15)
#1F150E
(31,21,14)
#19100D
(25,16,13)
#130B0C
(19,11,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #493815

#493815
(73,56,21)
#594A2A
(89,74,42)
#695C3F
(105,92,63)
#796E54
(121,110,84)
#898069
(137,128,105)
#99927E
(153,146,126)
#A9A493
(169,164,147)
#B9B6A8
(185,182,168)
#C9C8BD
(201,200,189)
#D9DAD2
(217,218,210)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493815 color. Also use rgb(73,56,21) instead hex code.

Text Font Color

.myTextColor { color: #493815; }

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

This text font color is #493815.


Background Color

.myBgColor { background-color: #493815; }

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

This div background color is #493815.


Border color

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

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

This div border color is #493815.


Opacity

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

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

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

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

This text has shadow with #493815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493815 on black background.


Color preview on white background

This text has color #493815 on white background.



Black color preview on #493815 background

This text has black color on #493815 background.


White color preview on #493815 background

This text has white color on #493815 background.