COLOR #52753F

HEX: #52753F
RGB: (82,117,63)

Color info

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

RGB color model

#52753F color RGB value is (82,117,63).

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

RGB channels and saturation

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

82
117
63

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

Portions of RGB colors in percentages

R + G + B =
82 + 117 + 63 = 262 (100%)
R 82 of 262 ~ 31.3%
G 117 of 262 ~ 44.66%
B 63 of 262 ~ 24.05%

%31.3
%44.66
%24.05

CMYK color model

#52753F color CMYK value is (30,0,46,54).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(30,0,46,54)
C30M0Y46K54 
(30%,0%,46%,54%)
(0.30/0.00/0.46/0.54)	

CMYK percentages

%29.91
%0
%46.15
%54.12

Codes

Color #52753F in popluar color models

52753F
RGB8211763
HSL99°30.00%35.29%
HSB/HSV99°46.15%45.88%
CMYK29.91%0.00%46.15%
54.12%

Color #52753F in popluar number systems.

HEX52753F
Decimal8211763
Binary10100101110101111111
Octal12216577

Shades and tints

Shades of #52753F

#52753F
(82,117,63)
#4B6B3A
(75,107,58)
#446135
(68,97,53)
#3D5730
(61,87,48)
#364D2B
(54,77,43)
#2F4326
(47,67,38)
#283921
(40,57,33)
#212F1C
(33,47,28)
#1A2517
(26,37,23)
#131B12
(19,27,18)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #52753F

#52753F
(82,117,63)
#618150
(97,129,80)
#708D61
(112,141,97)
#7F9972
(127,153,114)
#8EA583
(142,165,131)
#9DB194
(157,177,148)
#ACBDA5
(172,189,165)
#BBC9B6
(187,201,182)
#CAD5C7
(202,213,199)
#D9E1D8
(217,225,216)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52753F; }

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

This text font color is #52753F.


Background Color

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

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

This div background color is #52753F.


Border color

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

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

This div border color is #52753F.


Opacity

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

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

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

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

This text has shadow with #52753F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52753F on black background.


Color preview on white background

This text has color #52753F on white background.



Black color preview on #52753F background

This text has black color on #52753F background.


White color preview on #52753F background

This text has white color on #52753F background.