COLOR #52763F

HEX: #52763F
RGB: (82,118,63)

Color info

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

RGB color model

#52763F color RGB value is (82,118,63).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 63 of 255 = 25%

82
118
63

R + G + B ~ 34%. #52763F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 63 = 263 (100%)
R 82 of 263 ~ 31.18%
G 118 of 263 ~ 44.87%
B 63 of 263 ~ 23.95%

%31.18
%44.87
%23.95

CMYK color model

#52763F color CMYK value is (31,0,47,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK:
(31,0,47,54)
C31M0Y47K54 
(31%,0%,47%,54%)
(0.31/0.00/0.47/0.54)	

CMYK percentages

%30.51
%0
%46.61
%53.73

Codes

Color #52763F in popluar color models

52763F
RGB8211863
HSL99°30.39%35.49%
HSB/HSV99°46.61%46.27%
CMYK30.51%0.00%46.61%
53.73%

Color #52763F in popluar number systems.

HEX52763F
Decimal8211863
Binary10100101110110111111
Octal12216677

Shades and tints

Shades of #52763F

#52763F
(82,118,63)
#4B6C3A
(75,108,58)
#446235
(68,98,53)
#3D5830
(61,88,48)
#364E2B
(54,78,43)
#2F4426
(47,68,38)
#283A21
(40,58,33)
#21301C
(33,48,28)
#1A2617
(26,38,23)
#131C12
(19,28,18)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #52763F

#52763F
(82,118,63)
#618250
(97,130,80)
#708E61
(112,142,97)
#7F9A72
(127,154,114)
#8EA683
(142,166,131)
#9DB294
(157,178,148)
#ACBEA5
(172,190,165)
#BBCAB6
(187,202,182)
#CAD6C7
(202,214,199)
#D9E2D8
(217,226,216)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52763F; }

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

This text font color is #52763F.


Background Color

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

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

This div background color is #52763F.


Border color

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

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

This div border color is #52763F.


Opacity

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

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

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

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

This text has shadow with #52763F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52763F on black background.


Color preview on white background

This text has color #52763F on white background.



Black color preview on #52763F background

This text has black color on #52763F background.


White color preview on #52763F background

This text has white color on #52763F background.