COLOR #53755D

HEX: #53755D RGB: (83,117,93)

Color info

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

RGB color model

#53755D color RGB value is (83,117,93).

RGB: (83,117,93) (33%, 46%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 93 of 255 = 36%

83
117
93

R + G + B ~ 38%. #53755D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 117 + 93 = 293 (100%)
R 83 of 293 ~ 28.33%
G 117 of 293 ~ 39.93%
B 93 of 293 ~ 31.74'%

%28.33
%39.93
%31.74

CMYK color model

#53755D color CMYK value is (29,0,21,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (29,0,21,54)
C29M0Y21K54 (29%, 0%, 21%, 54%)
(0.29 / 0.00 / 0.21 / 0.54)

CMYK percentages

%29.06
%0
%20.51
%54.12

Codes

Color #53755D in popluar color models

53 75 5D
RGB 83 117 93
HSL 138° 17.00% 39.22%
HSB/HSV 138° 29.06% 45.88%
CMYK 29.06% 0.00% 20.51%
54.12%

Color #53755D in popluar number systems.

HEX 53 75 5D
Decimal 83 117 93
Binary 1010011 1110101 1011101
Octal 123 165 135

Shades and tints

Shades of #53755D

#53755D
(83,117,93)
#4C6B55
(76,107,85)
#45614D
(69,97,77)
#3E5745
(62,87,69)
#374D3D
(55,77,61)
#304335
(48,67,53)
#29392D
(41,57,45)
#222F25
(34,47,37)
#1B251D
(27,37,29)
#141B15
(20,27,21)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #53755D

#53755D
(83,117,93)
#62816B
(98,129,107)
#718D79
(113,141,121)
#809987
(128,153,135)
#8FA595
(143,165,149)
#9EB1A3
(158,177,163)
#ADBDB1
(173,189,177)
#BCC9BF
(188,201,191)
#CBD5CD
(203,213,205)
#DAE1DB
(218,225,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53755D; }

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

This text font color is #53755D.

Background Color

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

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

This div background color is #53755D.

Border color

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

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

This div border color is #53755D.

Opacity

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

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

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

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

This text has shadow with #53755D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53755D.

Preview

Color preview on black background

This text has color #53755D on black background.


Color preview on white background

This text has color #53755D on white background.


Black color preview on #53755D background

This text has black color on #53755D background.


White color preview on #53755D background

This text has white color on #53755D background.


Related colors

Complementary color

Complementary color for #hex is #AC8AA2.


I love getcolorcode.com

Triadic colors

1 #5D5375 and #755D53 with #53755D are triadic colors.

2 #5D7553 and #75535D with #53755D are triadic colors.