COLOR #73515A

HEX: #73515A
RGB: (115,81,90)

Color info

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

RGB color model

#73515A color RGB value is (115,81,90).

  • red value is 115;
  • green value is 81;
  • blue value is 90.
RGB:
(115,81,90)
(45%,32%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 81 of 255 = 32%
B 90 of 255 = 35%

115
81
90

R + G + B ~ 37%. #73515A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 81 + 90 = 286 (100%)
R 115 of 286 ~ 40.21%
G 81 of 286 ~ 28.32%
B 90 of 286 ~ 31.47%

%40.21
%28.32
%31.47

CMYK color model

#73515A color CMYK value is (0,30,22,55).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(0,30,22,55)
C0M30Y22K55 
(0%,30%,22%,55%)
(0.00/0.30/0.22/0.55)	

CMYK percentages

%0
%29.57
%21.74
%54.9

Codes

Color #73515A in popluar color models

73515A
RGB1158190
HSL344°17.35%38.43%
HSB/HSV344°29.57%45.10%
CMYK0.00%29.57%21.74%
54.90%

Color #73515A in popluar number systems.

HEX73515A
Decimal1158190
Binary111001110100011011010
Octal163121132

Shades and tints

Shades of #73515A

#73515A
(115,81,90)
#694A52
(105,74,82)
#5F434A
(95,67,74)
#553C42
(85,60,66)
#4B353A
(75,53,58)
#412E32
(65,46,50)
#37272A
(55,39,42)
#2D2022
(45,32,34)
#23191A
(35,25,26)
#191212
(25,18,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #73515A

#73515A
(115,81,90)
#7F6069
(127,96,105)
#8B6F78
(139,111,120)
#977E87
(151,126,135)
#A38D96
(163,141,150)
#AF9CA5
(175,156,165)
#BBABB4
(187,171,180)
#C7BAC3
(199,186,195)
#D3C9D2
(211,201,210)
#DFD8E1
(223,216,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73515A color. Also use rgb(115,81,90) instead hex code.

Text Font Color

.myTextColor { color: #73515A; }

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

This text font color is #73515A.


Background Color

.myBgColor { background-color: #73515A; }

<div style="background-color:#73515A">Inner text</div>

This div background color is #73515A.


Border color

.myBorderColor { border: 1px solid #73515A; }

<div style="border:3px solid #73515A">Div</div>

This div border color is #73515A.


Opacity

.myOpacity80 { color: #73515A; opacity: 0.8; }

<p style="color:#73515A;opacity:0.8;">80%</p>

Text with #73515A 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 #73515A;}

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

This text has shadow with #73515A color.

.textShadow {text-shadow: 3px 3px 1px #73515A, 3px 3px 1px red;}

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

This text has shadow with #73515A primary color and red secondary color.


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

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

This text has shadow with #73515A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73515A on black background.


Color preview on white background

This text has color #73515A on white background.



Black color preview on #73515A background

This text has black color on #73515A background.


White color preview on #73515A background

This text has white color on #73515A background.