COLOR #53574A

HEX: #53574A
RGB: (83,87,74)

Color info

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

RGB color model

#53574A color RGB value is (83,87,74).

  • red value is 83;
  • green value is 87;
  • blue value is 74.
RGB:
(83,87,74)
(33%,34%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 74 of 255 = 29%

83
87
74

R + G + B ~ 32%. #53574A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 74 = 244 (100%)
R 83 of 244 ~ 34.02%
G 87 of 244 ~ 35.66%
B 74 of 244 ~ 30.33%

%34.02
%35.66
%30.33

CMYK color model

#53574A color CMYK value is (5,0,15,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 65.88%
CMYK:
(5,0,15,66)
C5M0Y15K66 
(5%,0%,15%,66%)
(0.05/0.00/0.15/0.66)	

CMYK percentages

%4.6
%0
%14.94
%65.88

Codes

Color #53574A in popluar color models

53574A
RGB838774
HSL78°8.07%31.57%
HSB/HSV78°14.94%34.12%
CMYK4.60%0.00%14.94%
65.88%

Color #53574A in popluar number systems.

HEX53574A
Decimal838774
Binary101001110101111001010
Octal123127112

Shades and tints

Shades of #53574A

#53574A
(83,87,74)
#4C5044
(76,80,68)
#45493E
(69,73,62)
#3E4238
(62,66,56)
#373B32
(55,59,50)
#30342C
(48,52,44)
#292D26
(41,45,38)
#222620
(34,38,32)
#1B1F1A
(27,31,26)
#141814
(20,24,20)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #53574A

#53574A
(83,87,74)
#62665A
(98,102,90)
#71756A
(113,117,106)
#80847A
(128,132,122)
#8F938A
(143,147,138)
#9EA29A
(158,162,154)
#ADB1AA
(173,177,170)
#BCC0BA
(188,192,186)
#CBCFCA
(203,207,202)
#DADEDA
(218,222,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53574A color. Also use rgb(83,87,74) instead hex code.

Text Font Color

.myTextColor { color: #53574A; }

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

This text font color is #53574A.


Background Color

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

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

This div background color is #53574A.


Border color

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

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

This div border color is #53574A.


Opacity

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

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

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

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

This text has shadow with #53574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53574A on black background.


Color preview on white background

This text has color #53574A on white background.



Black color preview on #53574A background

This text has black color on #53574A background.


White color preview on #53574A background

This text has white color on #53574A background.