COLOR #73453B

HEX: #73453B
RGB: (115,69,59)

Color info

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

RGB color model

#73453B color RGB value is (115,69,59).

  • red value is 115;
  • green value is 69;
  • blue value is 59.
RGB:
(115,69,59)
(45%,27%,23%)

RGB channels and saturation

R 115 of 255 = 45%
G 69 of 255 = 27%
B 59 of 255 = 23%

115
69
59

R + G + B ~ 32%. #73453B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 69 + 59 = 243 (100%)
R 115 of 243 ~ 47.33%
G 69 of 243 ~ 28.4%
B 59 of 243 ~ 24.28%

%47.33
%28.4
%24.28

CMYK color model

#73453B color CMYK value is (0,40,49,55).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 48.70%
  • key color value is 54.90%
CMYK:
(0,40,49,55)
C0M40Y49K55 
(0%,40%,49%,55%)
(0.00/0.40/0.49/0.55)	

CMYK percentages

%0
%40
%48.7
%54.9

Codes

Color #73453B in popluar color models

73453B
RGB1156959
HSL11°32.18%34.12%
HSB/HSV11°48.70%45.10%
CMYK0.00%40.00%48.70%
54.90%

Color #73453B in popluar number systems.

HEX73453B
Decimal1156959
Binary11100111000101111011
Octal16310573

Shades and tints

Shades of #73453B

#73453B
(115,69,59)
#693F36
(105,63,54)
#5F3931
(95,57,49)
#55332C
(85,51,44)
#4B2D27
(75,45,39)
#412722
(65,39,34)
#37211D
(55,33,29)
#2D1B18
(45,27,24)
#231513
(35,21,19)
#190F0E
(25,15,14)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #73453B

#73453B
(115,69,59)
#7F554C
(127,85,76)
#8B655D
(139,101,93)
#97756E
(151,117,110)
#A3857F
(163,133,127)
#AF9590
(175,149,144)
#BBA5A1
(187,165,161)
#C7B5B2
(199,181,178)
#D3C5C3
(211,197,195)
#DFD5D4
(223,213,212)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73453B color. Also use rgb(115,69,59) instead hex code.

Text Font Color

.myTextColor { color: #73453B; }

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

This text font color is #73453B.


Background Color

.myBgColor { background-color: #73453B; }

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

This div background color is #73453B.


Border color

.myBorderColor { border: 1px solid #73453B; }

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

This div border color is #73453B.


Opacity

.myOpacity80 { color: #73453B; opacity: 0.8; }

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

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

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

This text has shadow with #73453B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73453B on black background.


Color preview on white background

This text has color #73453B on white background.



Black color preview on #73453B background

This text has black color on #73453B background.


White color preview on #73453B background

This text has white color on #73453B background.