COLOR #52825A

HEX: #52825A
RGB: (82,130,90)

Color info

#52825A contains red, green and blue colors in about the same proportion. Web safe color of #52825A is #669966 (or #696).

RGB color model

#52825A color RGB value is (82,130,90).

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

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 90 of 255 = 35%

82
130
90

R + G + B ~ 39%. #52825A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 130 + 90 = 302 (100%)
R 82 of 302 ~ 27.15%
G 130 of 302 ~ 43.05%
B 90 of 302 ~ 29.8%

%27.15
%43.05
%29.8

CMYK color model

#52825A color CMYK value is (37,0,31,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(37,0,31,49)
C37M0Y31K49 
(37%,0%,31%,49%)
(0.37/0.00/0.31/0.49)	

CMYK percentages

%36.92
%0
%30.77
%49.02

Codes

Color #52825A in popluar color models

52825A
RGB8213090
HSL130°22.64%41.57%
HSB/HSV130°36.92%50.98%
CMYK36.92%0.00%30.77%
49.02%

Color #52825A in popluar number systems.

HEX52825A
Decimal8213090
Binary1010010100000101011010
Octal122202132

Shades and tints

Shades of #52825A

#52825A
(82,130,90)
#4B7752
(75,119,82)
#446C4A
(68,108,74)
#3D6142
(61,97,66)
#36563A
(54,86,58)
#2F4B32
(47,75,50)
#28402A
(40,64,42)
#213522
(33,53,34)
#1A2A1A
(26,42,26)
#131F12
(19,31,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #52825A

#52825A
(82,130,90)
#618D69
(97,141,105)
#709878
(112,152,120)
#7FA387
(127,163,135)
#8EAE96
(142,174,150)
#9DB9A5
(157,185,165)
#ACC4B4
(172,196,180)
#BBCFC3
(187,207,195)
#CADAD2
(202,218,210)
#D9E5E1
(217,229,225)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52825A color. Also use rgb(82,130,90) instead hex code.

Text Font Color

.myTextColor { color: #52825A; }

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

This text font color is #52825A.


Background Color

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

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

This div background color is #52825A.


Border color

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

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

This div border color is #52825A.


Opacity

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

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

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

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

This text has shadow with #52825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52825A on black background.


Color preview on white background

This text has color #52825A on white background.



Black color preview on #52825A background

This text has black color on #52825A background.


White color preview on #52825A background

This text has white color on #52825A background.