COLOR #53795D

HEX: #53795D RGB: (83,121,93)

Color info

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

RGB color model

#53795D color RGB value is (83,121,93).

RGB: (83,121,93) (33%, 47%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 121 of 255 = 47%
B 93 of 255 = 36%

83
121
93

R + G + B ~ 39%. #53795D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 121 + 93 = 297 (100%)
R 83 of 297 ~ 27.95%
G 121 of 297 ~ 40.74%
B 93 of 297 ~ 31.31'%

%27.95
%40.74
%31.31

CMYK color model

#53795D color CMYK value is (31,0,23,53).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%

CMYK: (31,0,23,53)
C31M0Y23K53 (31%, 0%, 23%, 53%)
(0.31 / 0.00 / 0.23 / 0.53)

CMYK percentages

%31.4
%0
%23.14
%52.55

Codes

Color #53795D in popluar color models

53 79 5D
RGB 83 121 93
HSL 136° 18.63% 40.00%
HSB/HSV 136° 31.40% 47.45%
CMYK 31.40% 0.00% 23.14%
52.55%

Color #53795D in popluar number systems.

HEX 53 79 5D
Decimal 83 121 93
Binary 1010011 1111001 1011101
Octal 123 171 135

Shades and tints

Shades of #53795D

#53795D
(83,121,93)
#4C6E55
(76,110,85)
#45634D
(69,99,77)
#3E5845
(62,88,69)
#374D3D
(55,77,61)
#304235
(48,66,53)
#29372D
(41,55,45)
#222C25
(34,44,37)
#1B211D
(27,33,29)
#141615
(20,22,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #53795D

#53795D
(83,121,93)
#62856B
(98,133,107)
#719179
(113,145,121)
#809D87
(128,157,135)
#8FA995
(143,169,149)
#9EB5A3
(158,181,163)
#ADC1B1
(173,193,177)
#BCCDBF
(188,205,191)
#CBD9CD
(203,217,205)
#DAE5DB
(218,229,219)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53795D; }

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

This text font color is #53795D.

Background Color

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

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

This div background color is #53795D.

Border color

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

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

This div border color is #53795D.

Opacity

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

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

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

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

This text has shadow with #53795D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53795D.

Preview

Color preview on black background

This text has color #53795D on black background.


Color preview on white background

This text has color #53795D on white background.


Black color preview on #53795D background

This text has black color on #53795D background.


White color preview on #53795D background

This text has white color on #53795D background.


Related colors

Complementary color

Complementary color for #hex is #AC86A2.


I love getcolorcode.com

Triadic colors

1 #5D5379 and #795D53 with #53795D are triadic colors.

2 #5D7953 and #79535D with #53795D are triadic colors.