COLOR #73585B

HEX: #73585B
RGB: (115,88,91)

Color info

#73585B contains red, green and blue colors in about the same proportion. Web safe color of #73585B is #666666 (or #666).

RGB color model

#73585B color RGB value is (115,88,91).

  • red value is 115;
  • green value is 88;
  • blue value is 91.
RGB:
(115,88,91)
(45%,35%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 91 of 255 = 36%

115
88
91

R + G + B ~ 39%. #73585B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 91 = 294 (100%)
R 115 of 294 ~ 39.12%
G 88 of 294 ~ 29.93%
B 91 of 294 ~ 30.95%

%39.12
%29.93
%30.95

CMYK color model

#73585B color CMYK value is (0,23,21,55).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,23,21,55)
C0M23Y21K55 
(0%,23%,21%,55%)
(0.00/0.23/0.21/0.55)	

CMYK percentages

%0
%23.48
%20.87
%54.9

Codes

Color #73585B in popluar color models

73585B
RGB1158891
HSL353°13.30%39.80%
HSB/HSV353°23.48%45.10%
CMYK0.00%23.48%20.87%
54.90%

Color #73585B in popluar number systems.

HEX73585B
Decimal1158891
Binary111001110110001011011
Octal163130133

Shades and tints

Shades of #73585B

#73585B
(115,88,91)
#695053
(105,80,83)
#5F484B
(95,72,75)
#554043
(85,64,67)
#4B383B
(75,56,59)
#413033
(65,48,51)
#37282B
(55,40,43)
#2D2023
(45,32,35)
#23181B
(35,24,27)
#191013
(25,16,19)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #73585B

#73585B
(115,88,91)
#7F6769
(127,103,105)
#8B7677
(139,118,119)
#978585
(151,133,133)
#A39493
(163,148,147)
#AFA3A1
(175,163,161)
#BBB2AF
(187,178,175)
#C7C1BD
(199,193,189)
#D3D0CB
(211,208,203)
#DFDFD9
(223,223,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73585B color. Also use rgb(115,88,91) instead hex code.

Text Font Color

.myTextColor { color: #73585B; }

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

This text font color is #73585B.


Background Color

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

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

This div background color is #73585B.


Border color

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

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

This div border color is #73585B.


Opacity

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

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

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

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

This text has shadow with #73585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73585B on black background.


Color preview on white background

This text has color #73585B on white background.



Black color preview on #73585B background

This text has black color on #73585B background.


White color preview on #73585B background

This text has white color on #73585B background.