COLOR #73535F

HEX: #73535F
RGB: (115,83,95)

Color info

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

RGB color model

#73535F color RGB value is (115,83,95).

  • red value is 115;
  • green value is 83;
  • blue value is 95.
RGB:
(115,83,95)
(45%,33%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 95 of 255 = 37%

115
83
95

R + G + B ~ 38%. #73535F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 95 = 293 (100%)
R 115 of 293 ~ 39.25%
G 83 of 293 ~ 28.33%
B 95 of 293 ~ 32.42%

%39.25
%28.33
%32.42

CMYK color model

#73535F color CMYK value is (0,28,17,55).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,28,17,55)
C0M28Y17K55 
(0%,28%,17%,55%)
(0.00/0.28/0.17/0.55)	

CMYK percentages

%0
%27.83
%17.39
%54.9

Codes

Color #73535F in popluar color models

73535F
RGB1158395
HSL338°16.16%38.82%
HSB/HSV338°27.83%45.10%
CMYK0.00%27.83%17.39%
54.90%

Color #73535F in popluar number systems.

HEX73535F
Decimal1158395
Binary111001110100111011111
Octal163123137

Shades and tints

Shades of #73535F

#73535F
(115,83,95)
#694C57
(105,76,87)
#5F454F
(95,69,79)
#553E47
(85,62,71)
#4B373F
(75,55,63)
#413037
(65,48,55)
#37292F
(55,41,47)
#2D2227
(45,34,39)
#231B1F
(35,27,31)
#191417
(25,20,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #73535F

#73535F
(115,83,95)
#7F626D
(127,98,109)
#8B717B
(139,113,123)
#978089
(151,128,137)
#A38F97
(163,143,151)
#AF9EA5
(175,158,165)
#BBADB3
(187,173,179)
#C7BCC1
(199,188,193)
#D3CBCF
(211,203,207)
#DFDADD
(223,218,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73535F color. Also use rgb(115,83,95) instead hex code.

Text Font Color

.myTextColor { color: #73535F; }

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

This text font color is #73535F.


Background Color

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

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

This div background color is #73535F.


Border color

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

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

This div border color is #73535F.


Opacity

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

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

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

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

This text has shadow with #73535F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73535F on black background.


Color preview on white background

This text has color #73535F on white background.



Black color preview on #73535F background

This text has black color on #73535F background.


White color preview on #73535F background

This text has white color on #73535F background.