COLOR #53705F

HEX: #53705F RGB: (83,112,95)

Color info

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

RGB color model

#53705F color RGB value is (83,112,95).

RGB: (83,112,95) (33%, 44%, 37%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 95 of 255 = 37%

83
112
95

R + G + B ~ 38%. #53705F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 112 + 95 = 290 (100%)
R 83 of 290 ~ 28.62%
G 112 of 290 ~ 38.62%
B 95 of 290 ~ 32.76'%

%28.62
%38.62
%32.76

CMYK color model

#53705F color CMYK value is (26,0,15,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 56.08%

CMYK: (26,0,15,56)
C26M0Y15K56 (26%, 0%, 15%, 56%)
(0.26 / 0.00 / 0.15 / 0.56)

CMYK percentages

%25.89
%0
%15.18
%56.08

Codes

Color #53705F in popluar color models

53 70 5F
RGB 83 112 95
HSL 145° 14.87% 38.24%
HSB/HSV 145° 25.89% 43.92%
CMYK 25.89% 0.00% 15.18%
56.08%

Color #53705F in popluar number systems.

HEX 53 70 5F
Decimal 83 112 95
Binary 1010011 1110000 1011111
Octal 123 160 137

Shades and tints

Shades of #53705F

#53705F
(83,112,95)
#4C6657
(76,102,87)
#455C4F
(69,92,79)
#3E5247
(62,82,71)
#37483F
(55,72,63)
#303E37
(48,62,55)
#29342F
(41,52,47)
#222A27
(34,42,39)
#1B201F
(27,32,31)
#141617
(20,22,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #53705F

#53705F
(83,112,95)
#627D6D
(98,125,109)
#718A7B
(113,138,123)
#809789
(128,151,137)
#8FA497
(143,164,151)
#9EB1A5
(158,177,165)
#ADBEB3
(173,190,179)
#BCCBC1
(188,203,193)
#CBD8CF
(203,216,207)
#DAE5DD
(218,229,221)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53705F color. Also use rgb(83,112,95) instead hex code.

Text Font Color

.myTextColor { color: #53705F; }

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

This text font color is #53705F.

Background Color

.myBgColor { background-color: #53705F; }

<div style="background-color:#53705F">Inner text</div>

This div background color is #53705F.

Border color

.myBorderColor { border: 1px solid #53705F; }

<div style="border:3px solid #53705F">Div</div>

This div border color is #53705F.

Opacity

.myOpacity80 { color: #53705F; opacity: 0.8; }

<p style="color:#53705F;opacity:0.8;">80%</p>

Text with #53705F 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 #53705F;}

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

This text has shadow with #53705F color.


.textShadow {text-shadow: 3px 3px 1px #53705F', 3px 3px 1px red;}

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

This text has shadow with #53705F primary color and red secondary color.


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

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

This text has shadow with #53705F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53705F; -webkit-box-shadow: 1px 1px 3px 2px #53705F; box-shadow:1px 1px 3px 2px #53705F;">
Div content here
</div>

This div box has shadow with color #53705F.

Preview

Color preview on black background

This text has color #53705F on black background.


Color preview on white background

This text has color #53705F on white background.


Black color preview on #53705F background

This text has black color on #53705F background.


White color preview on #53705F background

This text has white color on #53705F background.


Related colors

Complementary color

Complementary color for #hex is #AC8FA0.


I love getcolorcode.com

Triadic colors

1 #5F5370 and #705F53 with #53705F are triadic colors.

2 #5F7053 and #70535F with #53705F are triadic colors.