COLOR #60493F

HEX: #60493F
RGB: (96,73,63)

Color info

#60493F contains red, green and blue colors in about the same proportion. Web safe color of #60493F is #663333 (or #633).

RGB color model

#60493F color RGB value is (96,73,63).

  • red value is 96;
  • green value is 73;
  • blue value is 63.
RGB:
(96,73,63)
(38%,29%,25%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 63 of 255 = 25%

96
73
63

R + G + B ~ 31%. #60493F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 63 = 232 (100%)
R 96 of 232 ~ 41.38%
G 73 of 232 ~ 31.47%
B 63 of 232 ~ 27.16%

%41.38
%31.47
%27.16

CMYK color model

#60493F color CMYK value is (0,24,34,62).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 34.38%
  • key color value is 62.35%
CMYK:
(0,24,34,62)
C0M24Y34K62 
(0%,24%,34%,62%)
(0.00/0.24/0.34/0.62)	

CMYK percentages

%0
%23.96
%34.38
%62.35

Codes

Color #60493F in popluar color models

60493F
RGB967363
HSL18°20.75%31.18%
HSB/HSV18°34.38%37.65%
CMYK0.00%23.96%34.38%
62.35%

Color #60493F in popluar number systems.

HEX60493F
Decimal967363
Binary11000001001001111111
Octal14011177

Shades and tints

Shades of #60493F

#60493F
(96,73,63)
#58433A
(88,67,58)
#503D35
(80,61,53)
#483730
(72,55,48)
#40312B
(64,49,43)
#382B26
(56,43,38)
#302521
(48,37,33)
#281F1C
(40,31,28)
#201917
(32,25,23)
#181312
(24,19,18)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #60493F

#60493F
(96,73,63)
#6E5950
(110,89,80)
#7C6961
(124,105,97)
#8A7972
(138,121,114)
#988983
(152,137,131)
#A69994
(166,153,148)
#B4A9A5
(180,169,165)
#C2B9B6
(194,185,182)
#D0C9C7
(208,201,199)
#DED9D8
(222,217,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60493F color. Also use rgb(96,73,63) instead hex code.

Text Font Color

.myTextColor { color: #60493F; }

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

This text font color is #60493F.


Background Color

.myBgColor { background-color: #60493F; }

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

This div background color is #60493F.


Border color

.myBorderColor { border: 1px solid #60493F; }

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

This div border color is #60493F.


Opacity

.myOpacity80 { color: #60493F; opacity: 0.8; }

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

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

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

This text has shadow with #60493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60493F on black background.


Color preview on white background

This text has color #60493F on white background.



Black color preview on #60493F background

This text has black color on #60493F background.


White color preview on #60493F background

This text has white color on #60493F background.