COLOR #493538

HEX: #493538
RGB: (73,53,56)

Color info

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

RGB color model

#493538 color RGB value is (73,53,56).

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

RGB channels and saturation

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

73
53
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 56 = 182 (100%)
R 73 of 182 ~ 40.11%
G 53 of 182 ~ 29.12%
B 56 of 182 ~ 30.77%

%40.11
%29.12
%30.77

CMYK color model

#493538 color CMYK value is (0,27,23,71).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,27,23,71)
C0M27Y23K71 
(0%,27%,23%,71%)
(0.00/0.27/0.23/0.71)	

CMYK percentages

%0
%27.4
%23.29
%71.37

Codes

Color #493538 in popluar color models

493538
RGB735356
HSL351°15.87%24.71%
HSB/HSV351°27.40%28.63%
CMYK0.00%27.40%23.29%
71.37%

Color #493538 in popluar number systems.

HEX493538
Decimal735356
Binary1001001110101111000
Octal1116570

Shades and tints

Shades of #493538

#493538
(73,53,56)
#433133
(67,49,51)
#3D2D2E
(61,45,46)
#372929
(55,41,41)
#312524
(49,37,36)
#2B211F
(43,33,31)
#251D1A
(37,29,26)
#1F1915
(31,25,21)
#191510
(25,21,16)
#13110B
(19,17,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #493538

#493538
(73,53,56)
#59474A
(89,71,74)
#69595C
(105,89,92)
#796B6E
(121,107,110)
#897D80
(137,125,128)
#998F92
(153,143,146)
#A9A1A4
(169,161,164)
#B9B3B6
(185,179,182)
#C9C5C8
(201,197,200)
#D9D7DA
(217,215,218)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493538; }

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

This text font color is #493538.


Background Color

.myBgColor { background-color: #493538; }

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

This div background color is #493538.


Border color

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

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

This div border color is #493538.


Opacity

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

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

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

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

This text has shadow with #493538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493538 on black background.


Color preview on white background

This text has color #493538 on white background.



Black color preview on #493538 background

This text has black color on #493538 background.


White color preview on #493538 background

This text has white color on #493538 background.