COLOR #53796B

HEX: #53796B RGB: (83,121,107)

Color info

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

RGB color model

#53796B color RGB value is (83,121,107).

RGB: (83,121,107) (33%, 47%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 121 of 255 = 47%
B 107 of 255 = 42%

83
121
107

R + G + B ~ 41%. #53796B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 121 + 107 = 311 (100%)
R 83 of 311 ~ 26.69%
G 121 of 311 ~ 38.91%
B 107 of 311 ~ 34.41'%

%26.69
%38.91
%34.41

CMYK color model

#53796B color CMYK value is (31,0,12,53).

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

CMYK: (31,0,12,53)
C31M0Y12K53 (31%, 0%, 12%, 53%)
(0.31 / 0.00 / 0.12 / 0.53)

CMYK percentages

%31.4
%0
%11.57
%52.55

Codes

Color #53796B in popluar color models

53 79 6B
RGB 83 121 107
HSL 158° 18.63% 40.00%
HSB/HSV 158° 31.40% 47.45%
CMYK 31.40% 0.00% 11.57%
52.55%

Color #53796B in popluar number systems.

HEX 53 79 6B
Decimal 83 121 107
Binary 1010011 1111001 1101011
Octal 123 171 153

Shades and tints

Shades of #53796B

#53796B
(83,121,107)
#4C6E62
(76,110,98)
#456359
(69,99,89)
#3E5850
(62,88,80)
#374D47
(55,77,71)
#30423E
(48,66,62)
#293735
(41,55,53)
#222C2C
(34,44,44)
#1B2123
(27,33,35)
#14161A
(20,22,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #53796B

#53796B
(83,121,107)
#628578
(98,133,120)
#719185
(113,145,133)
#809D92
(128,157,146)
#8FA99F
(143,169,159)
#9EB5AC
(158,181,172)
#ADC1B9
(173,193,185)
#BCCDC6
(188,205,198)
#CBD9D3
(203,217,211)
#DAE5E0
(218,229,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53796B color. Also use rgb(83,121,107) instead hex code.

Text Font Color

.myTextColor { color: #53796B; }

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

This text font color is #53796B.

Background Color

.myBgColor { background-color: #53796B; }

<div style="background-color:#53796B">Inner text</div>

This div background color is #53796B.

Border color

.myBorderColor { border: 1px solid #53796B; }

<div style="border:3px solid #53796B">Div</div>

This div border color is #53796B.

Opacity

.myOpacity80 { color: #53796B; opacity: 0.8; }

<p style="color:#53796B;opacity:0.8;">80%</p>

Text with #53796B 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 #53796B;}

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

This text has shadow with #53796B color.


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

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

This text has shadow with #53796B primary color and red secondary color.


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

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

This text has shadow with #53796B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53796B.

Preview

Color preview on black background

This text has color #53796B on black background.


Color preview on white background

This text has color #53796B on white background.


Black color preview on #53796B background

This text has black color on #53796B background.


White color preview on #53796B background

This text has white color on #53796B background.


Related colors

Complementary color

Complementary color for #hex is #AC8694.


I love getcolorcode.com

Triadic colors

1 #6B5379 and #796B53 with #53796B are triadic colors.

2 #6B7953 and #79536B with #53796B are triadic colors.