COLOR #493F12

HEX: #493F12 RGB: (73,63,18)

Color info

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

RGB color model

#493F12 color RGB value is (73,63,18).

RGB: (73,63,18) (29%, 25%, 7%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 18 of 255 = 7%

73
63
18

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

Portions of RGB colors in percentages

R + G + B = 73 + 63 + 18 = 154 (100%)
R 73 of 154 ~ 47.4%
G 63 of 154 ~ 40.91%
B 18 of 154 ~ 11.69'%

%47.4
%40.91
%11.69

CMYK color model

#493F12 color CMYK value is (0,14,75,71).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK: (0,14,75,71) C0M14Y75K71 (0%,14%,75%,71%) (0.00/0.14/0.75/0.71) 

CMYK percentages

%0
%13.7
%75.34
%71.37

Codes

Color #493F12 in popluar color models

49 3F 12
RGB 73 63 18
HSL 49° 60.44% 17.84%
HSB/HSV 49° 75.34% 28.63%
CMYK 0.00% 13.70% 75.34%
71.37%

Color #493F12 in popluar number systems.

HEX 49 3F 12
Decimal 73 63 18
Binary 1001001 111111 10010
Octal 111 77 22

Shades and tints

Shades of #493F12

#493F12
(73,63,18)
#433A11
(67,58,17)
#3D3510
(61,53,16)
#37300F
(55,48,15)
#312B0E
(49,43,14)
#2B260D
(43,38,13)
#25210C
(37,33,12)
#1F1C0B
(31,28,11)
#19170A
(25,23,10)
#131209
(19,18,9)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #493F12

#493F12
(73,63,18)
#595027
(89,80,39)
#69613C
(105,97,60)
#797251
(121,114,81)
#898366
(137,131,102)
#99947B
(153,148,123)
#A9A590
(169,165,144)
#B9B6A5
(185,182,165)
#C9C7BA
(201,199,186)
#D9D8CF
(217,216,207)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F12; }

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

This text font color is #493F12.

Background Color

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

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

This div background color is #493F12.

Border color

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

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

This div border color is #493F12.

Opacity

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

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

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

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

This text has shadow with #493F12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493F12.

Preview

Color preview on black background

This text has color #493F12 on black background.


Color preview on white background

This text has color #493F12 on white background.


Black color preview on #493F12 background

This text has black color on #493F12 background.


White color preview on #493F12 background

This text has white color on #493F12 background.


Related colors

Complementary color

Complementary color for #hex is #B6C0ED.


I love getcolorcode.com

Triadic colors

1 #12493F and #3F1249 with #493F12 are triadic colors.

2 #123F49 and #3F4912 with #493F12 are triadic colors.