COLOR #493B1B

HEX: #493B1B
RGB: (73,59,27)

Color info

#493B1B contains red, green and blue colors in about the same proportion. Web safe color of #493B1B is #333333 (or #333).

RGB color model

#493B1B color RGB value is (73,59,27).

  • red value is 73;
  • green value is 59;
  • blue value is 27.
RGB:
(73,59,27)
(29%,23%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 27 of 255 = 11%

73
59
27

R + G + B ~ 21%. #493B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 59 + 27 = 159 (100%)
R 73 of 159 ~ 45.91%
G 59 of 159 ~ 37.11%
B 27 of 159 ~ 16.98%

%45.91
%37.11
%16.98

CMYK color model

#493B1B color CMYK value is (0,19,63,71).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,19,63,71)
C0M19Y63K71 
(0%,19%,63%,71%)
(0.00/0.19/0.63/0.71)	

CMYK percentages

%0
%19.18
%63.01
%71.37

Codes

Color #493B1B in popluar color models

493B1B
RGB735927
HSL42°46.00%19.61%
HSB/HSV42°63.01%28.63%
CMYK0.00%19.18%63.01%
71.37%

Color #493B1B in popluar number systems.

HEX493B1B
Decimal735927
Binary100100111101111011
Octal1117333

Shades and tints

Shades of #493B1B

#493B1B
(73,59,27)
#433619
(67,54,25)
#3D3117
(61,49,23)
#372C15
(55,44,21)
#312713
(49,39,19)
#2B2211
(43,34,17)
#251D0F
(37,29,15)
#1F180D
(31,24,13)
#19130B
(25,19,11)
#130E09
(19,14,9)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #493B1B

#493B1B
(73,59,27)
#594C2F
(89,76,47)
#695D43
(105,93,67)
#796E57
(121,110,87)
#897F6B
(137,127,107)
#99907F
(153,144,127)
#A9A193
(169,161,147)
#B9B2A7
(185,178,167)
#C9C3BB
(201,195,187)
#D9D4CF
(217,212,207)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B1B color. Also use rgb(73,59,27) instead hex code.

Text Font Color

.myTextColor { color: #493B1B; }

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

This text font color is #493B1B.


Background Color

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

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

This div background color is #493B1B.


Border color

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

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

This div border color is #493B1B.


Opacity

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

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

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

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

This text has shadow with #493B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B1B on black background.


Color preview on white background

This text has color #493B1B on white background.



Black color preview on #493B1B background

This text has black color on #493B1B background.


White color preview on #493B1B background

This text has white color on #493B1B background.