COLOR #52733C

HEX: #52733C
RGB: (82,115,60)

Color info

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

RGB color model

#52733C color RGB value is (82,115,60).

  • red value is 82;
  • green value is 115;
  • blue value is 60.
RGB:
(82,115,60)
(32%,45%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 60 of 255 = 24%

82
115
60

R + G + B ~ 34%. #52733C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 60 = 257 (100%)
R 82 of 257 ~ 31.91%
G 115 of 257 ~ 44.75%
B 60 of 257 ~ 23.35%

%31.91
%44.75
%23.35

CMYK color model

#52733C color CMYK value is (29,0,48,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(29,0,48,55)
C29M0Y48K55 
(29%,0%,48%,55%)
(0.29/0.00/0.48/0.55)	

CMYK percentages

%28.7
%0
%47.83
%54.9

Codes

Color #52733C in popluar color models

52733C
RGB8211560
HSL96°31.43%34.31%
HSB/HSV96°47.83%45.10%
CMYK28.70%0.00%47.83%
54.90%

Color #52733C in popluar number systems.

HEX52733C
Decimal8211560
Binary10100101110011111100
Octal12216374

Shades and tints

Shades of #52733C

#52733C
(82,115,60)
#4B6937
(75,105,55)
#445F32
(68,95,50)
#3D552D
(61,85,45)
#364B28
(54,75,40)
#2F4123
(47,65,35)
#28371E
(40,55,30)
#212D19
(33,45,25)
#1A2314
(26,35,20)
#13190F
(19,25,15)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52733C

#52733C
(82,115,60)
#617F4D
(97,127,77)
#708B5E
(112,139,94)
#7F976F
(127,151,111)
#8EA380
(142,163,128)
#9DAF91
(157,175,145)
#ACBBA2
(172,187,162)
#BBC7B3
(187,199,179)
#CAD3C4
(202,211,196)
#D9DFD5
(217,223,213)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52733C color. Also use rgb(82,115,60) instead hex code.

Text Font Color

.myTextColor { color: #52733C; }

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

This text font color is #52733C.


Background Color

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

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

This div background color is #52733C.


Border color

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

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

This div border color is #52733C.


Opacity

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

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

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

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

This text has shadow with #52733C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52733C on black background.


Color preview on white background

This text has color #52733C on white background.



Black color preview on #52733C background

This text has black color on #52733C background.


White color preview on #52733C background

This text has white color on #52733C background.