COLOR #52764F

HEX: #52764F
RGB: (82,118,79)

Color info

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

RGB color model

#52764F color RGB value is (82,118,79).

  • red value is 82;
  • green value is 118;
  • blue value is 79.
RGB:
(82,118,79)
(32%,46%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 79 of 255 = 31%

82
118
79

R + G + B ~ 36%. #52764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 79 = 279 (100%)
R 82 of 279 ~ 29.39%
G 118 of 279 ~ 42.29%
B 79 of 279 ~ 28.32%

%29.39
%42.29
%28.32

CMYK color model

#52764F color CMYK value is (31,0,33,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(31,0,33,54)
C31M0Y33K54 
(31%,0%,33%,54%)
(0.31/0.00/0.33/0.54)	

CMYK percentages

%30.51
%0
%33.05
%53.73

Codes

Color #52764F in popluar color models

52764F
RGB8211879
HSL115°19.80%38.63%
HSB/HSV115°33.05%46.27%
CMYK30.51%0.00%33.05%
53.73%

Color #52764F in popluar number systems.

HEX52764F
Decimal8211879
Binary101001011101101001111
Octal122166117

Shades and tints

Shades of #52764F

#52764F
(82,118,79)
#4B6C48
(75,108,72)
#446241
(68,98,65)
#3D583A
(61,88,58)
#364E33
(54,78,51)
#2F442C
(47,68,44)
#283A25
(40,58,37)
#21301E
(33,48,30)
#1A2617
(26,38,23)
#131C10
(19,28,16)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #52764F

#52764F
(82,118,79)
#61825F
(97,130,95)
#708E6F
(112,142,111)
#7F9A7F
(127,154,127)
#8EA68F
(142,166,143)
#9DB29F
(157,178,159)
#ACBEAF
(172,190,175)
#BBCABF
(187,202,191)
#CAD6CF
(202,214,207)
#D9E2DF
(217,226,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52764F color. Also use rgb(82,118,79) instead hex code.

Text Font Color

.myTextColor { color: #52764F; }

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

This text font color is #52764F.


Background Color

.myBgColor { background-color: #52764F; }

<div style="background-color:#52764F">Inner text</div>

This div background color is #52764F.


Border color

.myBorderColor { border: 1px solid #52764F; }

<div style="border:3px solid #52764F">Div</div>

This div border color is #52764F.


Opacity

.myOpacity80 { color: #52764F; opacity: 0.8; }

<p style="color:#52764F;opacity:0.8;">80%</p>

Text with #52764F 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 #52764F;}

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

This text has shadow with #52764F color.

.textShadow {text-shadow: 3px 3px 1px #52764F, 3px 3px 1px red;}

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

This text has shadow with #52764F primary color and red secondary color.


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

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

This text has shadow with #52764F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52764F;
-webkit-box-shadow: 1px 1px 3px 2px #52764F;
box-shadow:1px 1px 3px 2px #52764F;">
Div content here</div>
This div box has shadow with color #52764F.

Preview

Color preview on black background

This text has color #52764F on black background.


Color preview on white background

This text has color #52764F on white background.



Black color preview on #52764F background

This text has black color on #52764F background.


White color preview on #52764F background

This text has white color on #52764F background.