COLOR #527A2D

HEX: #527A2D
RGB: (82,122,45)

Color info

#527A2D contains mainly red and green colors. Web safe color of #527A2D is #666633 (or #663).

RGB color model

#527A2D color RGB value is (82,122,45).

  • red value is 82;
  • green value is 122;
  • blue value is 45.
RGB:
(82,122,45)
(32%,48%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 122 of 255 = 48%
B 45 of 255 = 18%

82
122
45

R + G + B ~ 33%. #527A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 122 + 45 = 249 (100%)
R 82 of 249 ~ 32.93%
G 122 of 249 ~ 49%
B 45 of 249 ~ 18.07%

%32.93
%49
%18.07

CMYK color model

#527A2D color CMYK value is (33,0,63,52).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 63.11%
  • key color value is 52.16%
CMYK:
(33,0,63,52)
C33M0Y63K52 
(33%,0%,63%,52%)
(0.33/0.00/0.63/0.52)	

CMYK percentages

%32.79
%0
%63.11
%52.16

Codes

Color #527A2D in popluar color models

527A2D
RGB8212245
HSL91°46.11%32.75%
HSB/HSV91°63.11%47.84%
CMYK32.79%0.00%63.11%
52.16%

Color #527A2D in popluar number systems.

HEX527A2D
Decimal8212245
Binary10100101111010101101
Octal12217255

Shades and tints

Shades of #527A2D

#527A2D
(82,122,45)
#4B6F29
(75,111,41)
#446425
(68,100,37)
#3D5921
(61,89,33)
#364E1D
(54,78,29)
#2F4319
(47,67,25)
#283815
(40,56,21)
#212D11
(33,45,17)
#1A220D
(26,34,13)
#131709
(19,23,9)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #527A2D

#527A2D
(82,122,45)
#618640
(97,134,64)
#709253
(112,146,83)
#7F9E66
(127,158,102)
#8EAA79
(142,170,121)
#9DB68C
(157,182,140)
#ACC29F
(172,194,159)
#BBCEB2
(187,206,178)
#CADAC5
(202,218,197)
#D9E6D8
(217,230,216)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527A2D color. Also use rgb(82,122,45) instead hex code.

Text Font Color

.myTextColor { color: #527A2D; }

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

This text font color is #527A2D.


Background Color

.myBgColor { background-color: #527A2D; }

<div style="background-color:#527A2D">Inner text</div>

This div background color is #527A2D.


Border color

.myBorderColor { border: 1px solid #527A2D; }

<div style="border:3px solid #527A2D">Div</div>

This div border color is #527A2D.


Opacity

.myOpacity80 { color: #527A2D; opacity: 0.8; }

<p style="color:#527A2D;opacity:0.8;">80%</p>

Text with #527A2D 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 #527A2D;}

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

This text has shadow with #527A2D color.

.textShadow {text-shadow: 3px 3px 1px #527A2D, 3px 3px 1px red;}

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

This text has shadow with #527A2D primary color and red secondary color.


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

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

This text has shadow with #527A2D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527A2D on black background.


Color preview on white background

This text has color #527A2D on white background.



Black color preview on #527A2D background

This text has black color on #527A2D background.


White color preview on #527A2D background

This text has white color on #527A2D background.