COLOR #73552B

HEX: #73552B
RGB: (115,85,43)

Color info

#73552B contains mainly red and green colors. Web safe color of #73552B is #666633 (or #663).

RGB color model

#73552B color RGB value is (115,85,43).

  • red value is 115;
  • green value is 85;
  • blue value is 43.
RGB:
(115,85,43)
(45%,33%,17%)

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 43 of 255 = 17%

115
85
43

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

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 43 = 243 (100%)
R 115 of 243 ~ 47.33%
G 85 of 243 ~ 34.98%
B 43 of 243 ~ 17.7%

%47.33
%34.98
%17.7

CMYK color model

#73552B color CMYK value is (0,26,63,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK:
(0,26,63,55)
C0M26Y63K55 
(0%,26%,63%,55%)
(0.00/0.26/0.63/0.55)	

CMYK percentages

%0
%26.09
%62.61
%54.9

Codes

Color #73552B in popluar color models

73552B
RGB1158543
HSL35°45.57%30.98%
HSB/HSV35°62.61%45.10%
CMYK0.00%26.09%62.61%
54.90%

Color #73552B in popluar number systems.

HEX73552B
Decimal1158543
Binary11100111010101101011
Octal16312553

Shades and tints

Shades of #73552B

#73552B
(115,85,43)
#694E28
(105,78,40)
#5F4725
(95,71,37)
#554022
(85,64,34)
#4B391F
(75,57,31)
#41321C
(65,50,28)
#372B19
(55,43,25)
#2D2416
(45,36,22)
#231D13
(35,29,19)
#191610
(25,22,16)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #73552B

#73552B
(115,85,43)
#7F643E
(127,100,62)
#8B7351
(139,115,81)
#978264
(151,130,100)
#A39177
(163,145,119)
#AFA08A
(175,160,138)
#BBAF9D
(187,175,157)
#C7BEB0
(199,190,176)
#D3CDC3
(211,205,195)
#DFDCD6
(223,220,214)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73552B color. Also use rgb(115,85,43) instead hex code.

Text Font Color

.myTextColor { color: #73552B; }

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

This text font color is #73552B.


Background Color

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

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

This div background color is #73552B.


Border color

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

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

This div border color is #73552B.


Opacity

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

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

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

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

This text has shadow with #73552B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73552B on black background.


Color preview on white background

This text has color #73552B on white background.



Black color preview on #73552B background

This text has black color on #73552B background.


White color preview on #73552B background

This text has white color on #73552B background.