COLOR #73493C

HEX: #73493C
RGB: (115,73,60)

Color info

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

RGB color model

#73493C color RGB value is (115,73,60).

  • red value is 115;
  • green value is 73;
  • blue value is 60.
RGB:
(115,73,60)
(45%,29%,24%)

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 60 of 255 = 24%

115
73
60

R + G + B ~ 33%. #73493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 60 = 248 (100%)
R 115 of 248 ~ 46.37%
G 73 of 248 ~ 29.44%
B 60 of 248 ~ 24.19%

%46.37
%29.44
%24.19

CMYK color model

#73493C color CMYK value is (0,37,48,55).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(0,37,48,55)
C0M37Y48K55 
(0%,37%,48%,55%)
(0.00/0.37/0.48/0.55)	

CMYK percentages

%0
%36.52
%47.83
%54.9

Codes

Color #73493C in popluar color models

73493C
RGB1157360
HSL14°31.43%34.31%
HSB/HSV14°47.83%45.10%
CMYK0.00%36.52%47.83%
54.90%

Color #73493C in popluar number systems.

HEX73493C
Decimal1157360
Binary11100111001001111100
Octal16311174

Shades and tints

Shades of #73493C

#73493C
(115,73,60)
#694337
(105,67,55)
#5F3D32
(95,61,50)
#55372D
(85,55,45)
#4B3128
(75,49,40)
#412B23
(65,43,35)
#37251E
(55,37,30)
#2D1F19
(45,31,25)
#231914
(35,25,20)
#19130F
(25,19,15)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #73493C

#73493C
(115,73,60)
#7F594D
(127,89,77)
#8B695E
(139,105,94)
#97796F
(151,121,111)
#A38980
(163,137,128)
#AF9991
(175,153,145)
#BBA9A2
(187,169,162)
#C7B9B3
(199,185,179)
#D3C9C4
(211,201,196)
#DFD9D5
(223,217,213)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73493C color. Also use rgb(115,73,60) instead hex code.

Text Font Color

.myTextColor { color: #73493C; }

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

This text font color is #73493C.


Background Color

.myBgColor { background-color: #73493C; }

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

This div background color is #73493C.


Border color

.myBorderColor { border: 1px solid #73493C; }

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

This div border color is #73493C.


Opacity

.myOpacity80 { color: #73493C; opacity: 0.8; }

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

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

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

This text has shadow with #73493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73493C on black background.


Color preview on white background

This text has color #73493C on white background.



Black color preview on #73493C background

This text has black color on #73493C background.


White color preview on #73493C background

This text has white color on #73493C background.