COLOR #493F0A

HEX: #493F0A
RGB: (73,63,10)

Color info

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

RGB color model

#493F0A color RGB value is (73,63,10).

  • red value is 73;
  • green value is 63;
  • blue value is 10.
RGB:
(73,63,10)
(29%,25%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 10 of 255 = 4%

73
63
10

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

Portions of RGB colors in percentages

R + G + B =
73 + 63 + 10 = 146 (100%)
R 73 of 146 ~ 50%
G 63 of 146 ~ 43.15%
B 10 of 146 ~ 6.85%

%50
%43.15

CMYK color model

#493F0A color CMYK value is (0,14,86,71).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 86.30%
  • key color value is 71.37%
CMYK:
(0,14,86,71)
C0M14Y86K71 
(0%,14%,86%,71%)
(0.00/0.14/0.86/0.71)	

CMYK percentages

%0
%13.7
%86.3
%71.37

Codes

Color #493F0A in popluar color models

493F0A
RGB736310
HSL50°75.90%16.27%
HSB/HSV50°86.30%28.63%
CMYK0.00%13.70%86.30%
71.37%

Color #493F0A in popluar number systems.

HEX493F0A
Decimal736310
Binary10010011111111010
Octal1117712

Shades and tints

Shades of #493F0A

#493F0A
(73,63,10)
#433A0A
(67,58,10)
#3D350A
(61,53,10)
#37300A
(55,48,10)
#312B0A
(49,43,10)
#2B260A
(43,38,10)
#25210A
(37,33,10)
#1F1C0A
(31,28,10)
#19170A
(25,23,10)
#13120A
(19,18,10)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #493F0A

#493F0A
(73,63,10)
#595020
(89,80,32)
#696136
(105,97,54)
#79724C
(121,114,76)
#898362
(137,131,98)
#999478
(153,148,120)
#A9A58E
(169,165,142)
#B9B6A4
(185,182,164)
#C9C7BA
(201,199,186)
#D9D8D0
(217,216,208)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F0A color. Also use rgb(73,63,10) instead hex code.

Text Font Color

.myTextColor { color: #493F0A; }

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

This text font color is #493F0A.


Background Color

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

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

This div background color is #493F0A.


Border color

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

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

This div border color is #493F0A.


Opacity

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

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

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

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

This text has shadow with #493F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F0A on black background.


Color preview on white background

This text has color #493F0A on white background.



Black color preview on #493F0A background

This text has black color on #493F0A background.


White color preview on #493F0A background

This text has white color on #493F0A background.