COLOR #52823C

HEX: #52823C
RGB: (82,130,60)

Color info

#52823C contains mainly red and green colors. Web safe color of #52823C is #669933 (or #693).

RGB color model

#52823C color RGB value is (82,130,60).

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

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 60 of 255 = 24%

82
130
60

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

Portions of RGB colors in percentages

R + G + B =
82 + 130 + 60 = 272 (100%)
R 82 of 272 ~ 30.15%
G 130 of 272 ~ 47.79%
B 60 of 272 ~ 22.06%

%30.15
%47.79
%22.06

CMYK color model

#52823C color CMYK value is (37,0,54,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%
CMYK:
(37,0,54,49)
C37M0Y54K49 
(37%,0%,54%,49%)
(0.37/0.00/0.54/0.49)	

CMYK percentages

%36.92
%0
%53.85
%49.02

Codes

Color #52823C in popluar color models

52823C
RGB8213060
HSL101°36.84%37.25%
HSB/HSV101°53.85%50.98%
CMYK36.92%0.00%53.85%
49.02%

Color #52823C in popluar number systems.

HEX52823C
Decimal8213060
Binary101001010000010111100
Octal12220274

Shades and tints

Shades of #52823C

#52823C
(82,130,60)
#4B7737
(75,119,55)
#446C32
(68,108,50)
#3D612D
(61,97,45)
#365628
(54,86,40)
#2F4B23
(47,75,35)
#28401E
(40,64,30)
#213519
(33,53,25)
#1A2A14
(26,42,20)
#131F0F
(19,31,15)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #52823C

#52823C
(82,130,60)
#618D4D
(97,141,77)
#70985E
(112,152,94)
#7FA36F
(127,163,111)
#8EAE80
(142,174,128)
#9DB991
(157,185,145)
#ACC4A2
(172,196,162)
#BBCFB3
(187,207,179)
#CADAC4
(202,218,196)
#D9E5D5
(217,229,213)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52823C; }

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

This text font color is #52823C.


Background Color

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

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

This div background color is #52823C.


Border color

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

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

This div border color is #52823C.


Opacity

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

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

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

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

This text has shadow with #52823C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52823C on black background.


Color preview on white background

This text has color #52823C on white background.



Black color preview on #52823C background

This text has black color on #52823C background.


White color preview on #52823C background

This text has white color on #52823C background.