COLOR #52852A

HEX: #52852A
RGB: (82,133,42)

Color info

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

RGB color model

#52852A color RGB value is (82,133,42).

  • red value is 82;
  • green value is 133;
  • blue value is 42.
RGB:
(82,133,42)
(32%,52%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 42 of 255 = 16%

82
133
42

R + G + B ~ 33%. #52852A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 42 = 257 (100%)
R 82 of 257 ~ 31.91%
G 133 of 257 ~ 51.75%
B 42 of 257 ~ 16.34%

%31.91
%51.75
%16.34

CMYK color model

#52852A color CMYK value is (38,0,68,48).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 47.84%
CMYK:
(38,0,68,48)
C38M0Y68K48 
(38%,0%,68%,48%)
(0.38/0.00/0.68/0.48)	

CMYK percentages

%38.35
%0
%68.42
%47.84

Codes

Color #52852A in popluar color models

52852A
RGB8213342
HSL94°52.00%34.31%
HSB/HSV94°68.42%52.16%
CMYK38.35%0.00%68.42%
47.84%

Color #52852A in popluar number systems.

HEX52852A
Decimal8213342
Binary101001010000101101010
Octal12220552

Shades and tints

Shades of #52852A

#52852A
(82,133,42)
#4B7927
(75,121,39)
#446D24
(68,109,36)
#3D6121
(61,97,33)
#36551E
(54,85,30)
#2F491B
(47,73,27)
#283D18
(40,61,24)
#213115
(33,49,21)
#1A2512
(26,37,18)
#13190F
(19,25,15)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #52852A

#52852A
(82,133,42)
#61903D
(97,144,61)
#709B50
(112,155,80)
#7FA663
(127,166,99)
#8EB176
(142,177,118)
#9DBC89
(157,188,137)
#ACC79C
(172,199,156)
#BBD2AF
(187,210,175)
#CADDC2
(202,221,194)
#D9E8D5
(217,232,213)
#E8F3E8
(232,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52852A color. Also use rgb(82,133,42) instead hex code.

Text Font Color

.myTextColor { color: #52852A; }

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

This text font color is #52852A.


Background Color

.myBgColor { background-color: #52852A; }

<div style="background-color:#52852A">Inner text</div>

This div background color is #52852A.


Border color

.myBorderColor { border: 1px solid #52852A; }

<div style="border:3px solid #52852A">Div</div>

This div border color is #52852A.


Opacity

.myOpacity80 { color: #52852A; opacity: 0.8; }

<p style="color:#52852A;opacity:0.8;">80%</p>

Text with #52852A 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 #52852A;}

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

This text has shadow with #52852A color.

.textShadow {text-shadow: 3px 3px 1px #52852A, 3px 3px 1px red;}

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

This text has shadow with #52852A primary color and red secondary color.


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

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

This text has shadow with #52852A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52852A on black background.


Color preview on white background

This text has color #52852A on white background.



Black color preview on #52852A background

This text has black color on #52852A background.


White color preview on #52852A background

This text has white color on #52852A background.