COLOR #52795B

HEX: #52795B RGB: (82,121,91)

Color info

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

RGB color model

#52795B color RGB value is (82,121,91).

RGB: (82,121,91) (32%, 47%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 91 of 255 = 36%

82
121
91

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

Portions of RGB colors in percentages

R + G + B = 82 + 121 + 91 = 294 (100%)
R 82 of 294 ~ 27.89%
G 121 of 294 ~ 41.16%
B 91 of 294 ~ 30.95'%

%27.89
%41.16
%30.95

CMYK color model

#52795B color CMYK value is (32,0,25,53).

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

CMYK: (32,0,25,53)
C32M0Y25K53 (32%, 0%, 25%, 53%)
(0.32 / 0.00 / 0.25 / 0.53)

CMYK percentages

%32.23
%0
%24.79
%52.55

Codes

Color #52795B in popluar color models

52 79 5B
RGB 82 121 91
HSL 134° 19.21% 39.80%
HSB/HSV 134° 32.23% 47.45%
CMYK 32.23% 0.00% 24.79%
52.55%

Color #52795B in popluar number systems.

HEX 52 79 5B
Decimal 82 121 91
Binary 1010010 1111001 1011011
Octal 122 171 133

Shades and tints

Shades of #52795B

#52795B
(82,121,91)
#4B6E53
(75,110,83)
#44634B
(68,99,75)
#3D5843
(61,88,67)
#364D3B
(54,77,59)
#2F4233
(47,66,51)
#28372B
(40,55,43)
#212C23
(33,44,35)
#1A211B
(26,33,27)
#131613
(19,22,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #52795B

#52795B
(82,121,91)
#618569
(97,133,105)
#709177
(112,145,119)
#7F9D85
(127,157,133)
#8EA993
(142,169,147)
#9DB5A1
(157,181,161)
#ACC1AF
(172,193,175)
#BBCDBD
(187,205,189)
#CAD9CB
(202,217,203)
#D9E5D9
(217,229,217)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52795B color. Also use rgb(82,121,91) instead hex code.

Text Font Color

.myTextColor { color: #52795B; }

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

This text font color is #52795B.

Background Color

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

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

This div background color is #52795B.

Border color

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

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

This div border color is #52795B.

Opacity

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

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

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

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

This text has shadow with #52795B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52795B.

Preview

Color preview on black background

This text has color #52795B on black background.


Color preview on white background

This text has color #52795B on white background.


Black color preview on #52795B background

This text has black color on #52795B background.


White color preview on #52795B background

This text has white color on #52795B background.


Related colors

Complementary color

Complementary color for #hex is #AD86A4.


I love getcolorcode.com

Triadic colors

1 #5B5279 and #795B52 with #52795B are triadic colors.

2 #5B7952 and #79525B with #52795B are triadic colors.