COLOR #52794C

HEX: #52794C RGB: (82,121,76)

Color info

#52794C contains red, green and blue colors in about the same proportion. Web safe color of #52794C is #666633 (or #663).

RGB color model

#52794C color RGB value is (82,121,76).

RGB: (82,121,76) (32%, 47%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 76 of 255 = 30%

82
121
76

R + G + B ~ 36%. #52794C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 121 + 76 = 279 (100%)
R 82 of 279 ~ 29.39%
G 121 of 279 ~ 43.37%
B 76 of 279 ~ 27.24'%

%29.39
%43.37
%27.24

CMYK color model

#52794C color CMYK value is (32,0,37,53).

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

CMYK: (32,0,37,53)
C32M0Y37K53 (32%, 0%, 37%, 53%)
(0.32 / 0.00 / 0.37 / 0.53)

CMYK percentages

%32.23
%0
%37.19
%52.55

Codes

Color #52794C in popluar color models

52 79 4C
RGB 82 121 76
HSL 112° 22.84% 38.63%
HSB/HSV 112° 37.19% 47.45%
CMYK 32.23% 0.00% 37.19%
52.55%

Color #52794C in popluar number systems.

HEX 52 79 4C
Decimal 82 121 76
Binary 1010010 1111001 1001100
Octal 122 171 114

Shades and tints

Shades of #52794C

#52794C
(82,121,76)
#4B6E46
(75,110,70)
#446340
(68,99,64)
#3D583A
(61,88,58)
#364D34
(54,77,52)
#2F422E
(47,66,46)
#283728
(40,55,40)
#212C22
(33,44,34)
#1A211C
(26,33,28)
#131616
(19,22,22)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #52794C

#52794C
(82,121,76)
#61855C
(97,133,92)
#70916C
(112,145,108)
#7F9D7C
(127,157,124)
#8EA98C
(142,169,140)
#9DB59C
(157,181,156)
#ACC1AC
(172,193,172)
#BBCDBC
(187,205,188)
#CAD9CC
(202,217,204)
#D9E5DC
(217,229,220)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52794C; }

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

This text font color is #52794C.

Background Color

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

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

This div background color is #52794C.

Border color

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

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

This div border color is #52794C.

Opacity

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

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

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

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

This text has shadow with #52794C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52794C.

Preview

Color preview on black background

This text has color #52794C on black background.


Color preview on white background

This text has color #52794C on white background.


Black color preview on #52794C background

This text has black color on #52794C background.


White color preview on #52794C background

This text has white color on #52794C background.


Related colors

Complementary color

Complementary color for #hex is #AD86B3.


I love getcolorcode.com

Triadic colors

1 #4C5279 and #794C52 with #52794C are triadic colors.

2 #4C7952 and #79524C with #52794C are triadic colors.