COLOR #493C08

HEX: #493C08
RGB: (73,60,8)

Color info

#493C08 contains mainly red and green colors. Web safe color of #493C08 is #333300 (or #330).

RGB color model

#493C08 color RGB value is (73,60,8).

  • red value is 73;
  • green value is 60;
  • blue value is 8.
RGB:
(73,60,8)
(29%,24%,3%)

RGB channels and saturation

R 73 of 255 = 29%
G 60 of 255 = 24%
B 8 of 255 = 3%

73
60
8

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

Portions of RGB colors in percentages

R + G + B =
73 + 60 + 8 = 141 (100%)
R 73 of 141 ~ 51.77%
G 60 of 141 ~ 42.55%
B 8 of 141 ~ 5.67%

%51.77
%42.55

CMYK color model

#493C08 color CMYK value is (0,18,89,71).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 89.04%
  • key color value is 71.37%
CMYK:
(0,18,89,71)
C0M18Y89K71 
(0%,18%,89%,71%)
(0.00/0.18/0.89/0.71)	

CMYK percentages

%0
%17.81
%89.04
%71.37

Codes

Color #493C08 in popluar color models

493C08
RGB73608
HSL48°80.25%15.88%
HSB/HSV48°89.04%28.63%
CMYK0.00%17.81%89.04%
71.37%

Color #493C08 in popluar number systems.

HEX493C08
Decimal73608
Binary10010011111001000
Octal1117410

Shades and tints

Shades of #493C08

#493C08
(73,60,8)
#433708
(67,55,8)
#3D3208
(61,50,8)
#372D08
(55,45,8)
#312808
(49,40,8)
#2B2308
(43,35,8)
#251E08
(37,30,8)
#1F1908
(31,25,8)
#191408
(25,20,8)
#130F08
(19,15,8)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #493C08

#493C08
(73,60,8)
#594D1E
(89,77,30)
#695E34
(105,94,52)
#796F4A
(121,111,74)
#898060
(137,128,96)
#999176
(153,145,118)
#A9A28C
(169,162,140)
#B9B3A2
(185,179,162)
#C9C4B8
(201,196,184)
#D9D5CE
(217,213,206)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493C08 color. Also use rgb(73,60,8) instead hex code.

Text Font Color

.myTextColor { color: #493C08; }

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

This text font color is #493C08.


Background Color

.myBgColor { background-color: #493C08; }

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

This div background color is #493C08.


Border color

.myBorderColor { border: 1px solid #493C08; }

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

This div border color is #493C08.


Opacity

.myOpacity80 { color: #493C08; opacity: 0.8; }

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

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

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

This text has shadow with #493C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C08 on black background.


Color preview on white background

This text has color #493C08 on white background.



Black color preview on #493C08 background

This text has black color on #493C08 background.


White color preview on #493C08 background

This text has white color on #493C08 background.