COLOR #52796C

HEX: #52796C RGB: (82,121,108)

Color info

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

RGB color model

#52796C color RGB value is (82,121,108).

RGB: (82,121,108) (32%, 47%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 108 of 255 = 42%

82
121
108

R + G + B ~ 40%. #52796C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 121 + 108 = 311 (100%)
R 82 of 311 ~ 26.37%
G 121 of 311 ~ 38.91%
B 108 of 311 ~ 34.73'%

%26.37
%38.91
%34.73

CMYK color model

#52796C color CMYK value is (32,0,11,53).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%

CMYK: (32,0,11,53)
C32M0Y11K53 (32%, 0%, 11%, 53%)
(0.32 / 0.00 / 0.11 / 0.53)

CMYK percentages

%32.23
%0
%10.74
%52.55

Codes

Color #52796C in popluar color models

52 79 6C
RGB 82 121 108
HSL 160° 19.21% 39.80%
HSB/HSV 160° 32.23% 47.45%
CMYK 32.23% 0.00% 10.74%
52.55%

Color #52796C in popluar number systems.

HEX 52 79 6C
Decimal 82 121 108
Binary 1010010 1111001 1101100
Octal 122 171 154

Shades and tints

Shades of #52796C

#52796C
(82,121,108)
#4B6E63
(75,110,99)
#44635A
(68,99,90)
#3D5851
(61,88,81)
#364D48
(54,77,72)
#2F423F
(47,66,63)
#283736
(40,55,54)
#212C2D
(33,44,45)
#1A2124
(26,33,36)
#13161B
(19,22,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #52796C

#52796C
(82,121,108)
#618579
(97,133,121)
#709186
(112,145,134)
#7F9D93
(127,157,147)
#8EA9A0
(142,169,160)
#9DB5AD
(157,181,173)
#ACC1BA
(172,193,186)
#BBCDC7
(187,205,199)
#CAD9D4
(202,217,212)
#D9E5E1
(217,229,225)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52796C color. Also use rgb(82,121,108) instead hex code.

Text Font Color

.myTextColor { color: #52796C; }

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

This text font color is #52796C.

Background Color

.myBgColor { background-color: #52796C; }

<div style="background-color:#52796C">Inner text</div>

This div background color is #52796C.

Border color

.myBorderColor { border: 1px solid #52796C; }

<div style="border:3px solid #52796C">Div</div>

This div border color is #52796C.

Opacity

.myOpacity80 { color: #52796C; opacity: 0.8; }

<p style="color:#52796C;opacity:0.8;">80%</p>

Text with #52796C 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 #52796C;}

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

This text has shadow with #52796C color.


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

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

This text has shadow with #52796C primary color and red secondary color.


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

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

This text has shadow with #52796C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52796C.

Preview

Color preview on black background

This text has color #52796C on black background.


Color preview on white background

This text has color #52796C on white background.


Black color preview on #52796C background

This text has black color on #52796C background.


White color preview on #52796C background

This text has white color on #52796C background.


Related colors

Complementary color

Complementary color for #hex is #AD8693.


I love getcolorcode.com

Triadic colors

1 #6C5279 and #796C52 with #52796C are triadic colors.

2 #6C7952 and #79526C with #52796C are triadic colors.