COLOR #52764B

HEX: #52764B
RGB: (82,118,75)

Color info

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

RGB color model

#52764B color RGB value is (82,118,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 75 of 255 = 29%

82
118
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 75 = 275 (100%)
R 82 of 275 ~ 29.82%
G 118 of 275 ~ 42.91%
B 75 of 275 ~ 27.27%

%29.82
%42.91
%27.27

CMYK color model

#52764B color CMYK value is (31,0,36,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%
CMYK:
(31,0,36,54)
C31M0Y36K54 
(31%,0%,36%,54%)
(0.31/0.00/0.36/0.54)	

CMYK percentages

%30.51
%0
%36.44
%53.73

Codes

Color #52764B in popluar color models

52764B
RGB8211875
HSL110°22.28%37.84%
HSB/HSV110°36.44%46.27%
CMYK30.51%0.00%36.44%
53.73%

Color #52764B in popluar number systems.

HEX52764B
Decimal8211875
Binary101001011101101001011
Octal122166113

Shades and tints

Shades of #52764B

#52764B
(82,118,75)
#4B6C45
(75,108,69)
#44623F
(68,98,63)
#3D5839
(61,88,57)
#364E33
(54,78,51)
#2F442D
(47,68,45)
#283A27
(40,58,39)
#213021
(33,48,33)
#1A261B
(26,38,27)
#131C15
(19,28,21)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #52764B

#52764B
(82,118,75)
#61825B
(97,130,91)
#708E6B
(112,142,107)
#7F9A7B
(127,154,123)
#8EA68B
(142,166,139)
#9DB29B
(157,178,155)
#ACBEAB
(172,190,171)
#BBCABB
(187,202,187)
#CAD6CB
(202,214,203)
#D9E2DB
(217,226,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52764B; }

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

This text font color is #52764B.


Background Color

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

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

This div background color is #52764B.


Border color

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

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

This div border color is #52764B.


Opacity

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

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

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

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

This text has shadow with #52764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52764B on black background.


Color preview on white background

This text has color #52764B on white background.



Black color preview on #52764B background

This text has black color on #52764B background.


White color preview on #52764B background

This text has white color on #52764B background.