COLOR #53584D

HEX: #53584D
RGB: (83,88,77)

Color info

#53584D contains red, green and blue colors in about the same proportion. Web safe color of #53584D is #666633 (or #663).

RGB color model

#53584D color RGB value is (83,88,77).

  • red value is 83;
  • green value is 88;
  • blue value is 77.
RGB:
(83,88,77)
(33%,35%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 77 of 255 = 30%

83
88
77

R + G + B ~ 33%. #53584D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 77 = 248 (100%)
R 83 of 248 ~ 33.47%
G 88 of 248 ~ 35.48%
B 77 of 248 ~ 31.05%

%33.47
%35.48
%31.05

CMYK color model

#53584D color CMYK value is (6,0,13,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(6,0,13,65)
C6M0Y13K65 
(6%,0%,13%,65%)
(0.06/0.00/0.13/0.65)	

CMYK percentages

%5.68
%0
%12.5
%65.49

Codes

Color #53584D in popluar color models

53584D
RGB838877
HSL87°6.67%32.35%
HSB/HSV87°12.50%34.51%
CMYK5.68%0.00%12.50%
65.49%

Color #53584D in popluar number systems.

HEX53584D
Decimal838877
Binary101001110110001001101
Octal123130115

Shades and tints

Shades of #53584D

#53584D
(83,88,77)
#4C5046
(76,80,70)
#45483F
(69,72,63)
#3E4038
(62,64,56)
#373831
(55,56,49)
#30302A
(48,48,42)
#292823
(41,40,35)
#22201C
(34,32,28)
#1B1815
(27,24,21)
#14100E
(20,16,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #53584D

#53584D
(83,88,77)
#62675D
(98,103,93)
#71766D
(113,118,109)
#80857D
(128,133,125)
#8F948D
(143,148,141)
#9EA39D
(158,163,157)
#ADB2AD
(173,178,173)
#BCC1BD
(188,193,189)
#CBD0CD
(203,208,205)
#DADFDD
(218,223,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53584D color. Also use rgb(83,88,77) instead hex code.

Text Font Color

.myTextColor { color: #53584D; }

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

This text font color is #53584D.


Background Color

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

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

This div background color is #53584D.


Border color

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

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

This div border color is #53584D.


Opacity

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

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

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

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

This text has shadow with #53584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53584D on black background.


Color preview on white background

This text has color #53584D on white background.



Black color preview on #53584D background

This text has black color on #53584D background.


White color preview on #53584D background

This text has white color on #53584D background.