COLOR #78535D

HEX: #78535D
RGB: (120,83,93)

Color info

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

RGB color model

#78535D color RGB value is (120,83,93).

  • red value is 120;
  • green value is 83;
  • blue value is 93.
RGB:
(120,83,93)
(47%,33%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 93 of 255 = 36%

120
83
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 93 = 296 (100%)
R 120 of 296 ~ 40.54%
G 83 of 296 ~ 28.04%
B 93 of 296 ~ 31.42%

%40.54
%28.04
%31.42

CMYK color model

#78535D color CMYK value is (0,31,23,53).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(0,31,23,53)
C0M31Y23K53 
(0%,31%,23%,53%)
(0.00/0.31/0.23/0.53)	

CMYK percentages

%0
%30.83
%22.5
%52.94

Codes

Color #78535D in popluar color models

78535D
RGB1208393
HSL344°18.23%39.80%
HSB/HSV344°30.83%47.06%
CMYK0.00%30.83%22.50%
52.94%

Color #78535D in popluar number systems.

HEX78535D
Decimal1208393
Binary111100010100111011101
Octal170123135

Shades and tints

Shades of #78535D

#78535D
(120,83,93)
#6E4C55
(110,76,85)
#64454D
(100,69,77)
#5A3E45
(90,62,69)
#50373D
(80,55,61)
#463035
(70,48,53)
#3C292D
(60,41,45)
#322225
(50,34,37)
#281B1D
(40,27,29)
#1E1415
(30,20,21)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #78535D

#78535D
(120,83,93)
#84626B
(132,98,107)
#907179
(144,113,121)
#9C8087
(156,128,135)
#A88F95
(168,143,149)
#B49EA3
(180,158,163)
#C0ADB1
(192,173,177)
#CCBCBF
(204,188,191)
#D8CBCD
(216,203,205)
#E4DADB
(228,218,219)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78535D color. Also use rgb(120,83,93) instead hex code.

Text Font Color

.myTextColor { color: #78535D; }

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

This text font color is #78535D.


Background Color

.myBgColor { background-color: #78535D; }

<div style="background-color:#78535D">Inner text</div>

This div background color is #78535D.


Border color

.myBorderColor { border: 1px solid #78535D; }

<div style="border:3px solid #78535D">Div</div>

This div border color is #78535D.


Opacity

.myOpacity80 { color: #78535D; opacity: 0.8; }

<p style="color:#78535D;opacity:0.8;">80%</p>

Text with #78535D 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 #78535D;}

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

This text has shadow with #78535D color.

.textShadow {text-shadow: 3px 3px 1px #78535D, 3px 3px 1px red;}

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

This text has shadow with #78535D primary color and red secondary color.


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

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

This text has shadow with #78535D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78535D on black background.


Color preview on white background

This text has color #78535D on white background.



Black color preview on #78535D background

This text has black color on #78535D background.


White color preview on #78535D background

This text has white color on #78535D background.