COLOR #53594E

HEX: #53594E
RGB: (83,89,78)

Color info

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

RGB color model

#53594E color RGB value is (83,89,78).

  • red value is 83;
  • green value is 89;
  • blue value is 78.
RGB:
(83,89,78)
(33%,35%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 78 of 255 = 31%

83
89
78

R + G + B ~ 33%. #53594E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 78 = 250 (100%)
R 83 of 250 ~ 33.2%
G 89 of 250 ~ 35.6%
B 78 of 250 ~ 31.2%

%33.2
%35.6
%31.2

CMYK color model

#53594E color CMYK value is (7,0,12,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(7,0,12,65)
C7M0Y12K65 
(7%,0%,12%,65%)
(0.07/0.00/0.12/0.65)	

CMYK percentages

%6.74
%0
%12.36
%65.1

Codes

Color #53594E in popluar color models

53594E
RGB838978
HSL93°6.59%32.75%
HSB/HSV93°12.36%34.90%
CMYK6.74%0.00%12.36%
65.10%

Color #53594E in popluar number systems.

HEX53594E
Decimal838978
Binary101001110110011001110
Octal123131116

Shades and tints

Shades of #53594E

#53594E
(83,89,78)
#4C5147
(76,81,71)
#454940
(69,73,64)
#3E4139
(62,65,57)
#373932
(55,57,50)
#30312B
(48,49,43)
#292924
(41,41,36)
#22211D
(34,33,29)
#1B1916
(27,25,22)
#14110F
(20,17,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #53594E

#53594E
(83,89,78)
#62685E
(98,104,94)
#71776E
(113,119,110)
#80867E
(128,134,126)
#8F958E
(143,149,142)
#9EA49E
(158,164,158)
#ADB3AE
(173,179,174)
#BCC2BE
(188,194,190)
#CBD1CE
(203,209,206)
#DAE0DE
(218,224,222)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53594E color. Also use rgb(83,89,78) instead hex code.

Text Font Color

.myTextColor { color: #53594E; }

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

This text font color is #53594E.


Background Color

.myBgColor { background-color: #53594E; }

<div style="background-color:#53594E">Inner text</div>

This div background color is #53594E.


Border color

.myBorderColor { border: 1px solid #53594E; }

<div style="border:3px solid #53594E">Div</div>

This div border color is #53594E.


Opacity

.myOpacity80 { color: #53594E; opacity: 0.8; }

<p style="color:#53594E;opacity:0.8;">80%</p>

Text with #53594E 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 #53594E;}

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

This text has shadow with #53594E color.

.textShadow {text-shadow: 3px 3px 1px #53594E, 3px 3px 1px red;}

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

This text has shadow with #53594E primary color and red secondary color.


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

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

This text has shadow with #53594E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53594E on black background.


Color preview on white background

This text has color #53594E on white background.



Black color preview on #53594E background

This text has black color on #53594E background.


White color preview on #53594E background

This text has white color on #53594E background.