COLOR #493836

HEX: #493836
RGB: (73,56,54)

Color info

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

RGB color model

#493836 color RGB value is (73,56,54).

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

RGB channels and saturation

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

73
56
54

R + G + B ~ 24%. #493836 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 54 = 183 (100%)
R 73 of 183 ~ 39.89%
G 56 of 183 ~ 30.6%
B 54 of 183 ~ 29.51%

%39.89
%30.6
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(0,23,26,71)
C0M23Y26K71 
(0%,23%,26%,71%)
(0.00/0.23/0.26/0.71)	

CMYK percentages

%0
%23.29
%26.03
%71.37

Codes

Color #493836 in popluar color models

493836
RGB735654
HSL14.96%24.90%
HSB/HSV26.03%28.63%
CMYK0.00%23.29%26.03%
71.37%

Color #493836 in popluar number systems.

HEX493836
Decimal735654
Binary1001001111000110110
Octal1117066

Shades and tints

Shades of #493836

#493836
(73,56,54)
#433332
(67,51,50)
#3D2E2E
(61,46,46)
#37292A
(55,41,42)
#312426
(49,36,38)
#2B1F22
(43,31,34)
#251A1E
(37,26,30)
#1F151A
(31,21,26)
#191016
(25,16,22)
#130B12
(19,11,18)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #493836

#493836
(73,56,54)
#594A48
(89,74,72)
#695C5A
(105,92,90)
#796E6C
(121,110,108)
#89807E
(137,128,126)
#999290
(153,146,144)
#A9A4A2
(169,164,162)
#B9B6B4
(185,182,180)
#C9C8C6
(201,200,198)
#D9DAD8
(217,218,216)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493836; }

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

This text font color is #493836.


Background Color

.myBgColor { background-color: #493836; }

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

This div background color is #493836.


Border color

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

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

This div border color is #493836.


Opacity

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

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

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

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

This text has shadow with #493836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493836 on black background.


Color preview on white background

This text has color #493836 on white background.



Black color preview on #493836 background

This text has black color on #493836 background.


White color preview on #493836 background

This text has white color on #493836 background.