COLOR #493638

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
54
56

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

Portions of RGB colors in percentages

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

%39.89
%29.51
%30.6

CMYK color model

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

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

CMYK percentages

%0
%26.03
%23.29
%71.37

Codes

Color #493638 in popluar color models

493638
RGB735456
HSL354°14.96%24.90%
HSB/HSV354°26.03%28.63%
CMYK0.00%26.03%23.29%
71.37%

Color #493638 in popluar number systems.

HEX493638
Decimal735456
Binary1001001110110111000
Octal1116670

Shades and tints

Shades of #493638

#493638
(73,54,56)
#433233
(67,50,51)
#3D2E2E
(61,46,46)
#372A29
(55,42,41)
#312624
(49,38,36)
#2B221F
(43,34,31)
#251E1A
(37,30,26)
#1F1A15
(31,26,21)
#191610
(25,22,16)
#13120B
(19,18,11)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #493638

#493638
(73,54,56)
#59484A
(89,72,74)
#695A5C
(105,90,92)
#796C6E
(121,108,110)
#897E80
(137,126,128)
#999092
(153,144,146)
#A9A2A4
(169,162,164)
#B9B4B6
(185,180,182)
#C9C6C8
(201,198,200)
#D9D8DA
(217,216,218)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493638; }

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

This text font color is #493638.


Background Color

.myBgColor { background-color: #493638; }

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

This div background color is #493638.


Border color

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

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

This div border color is #493638.


Opacity

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

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

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

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

This text has shadow with #493638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493638 on black background.


Color preview on white background

This text has color #493638 on white background.



Black color preview on #493638 background

This text has black color on #493638 background.


White color preview on #493638 background

This text has white color on #493638 background.