COLOR #527630

HEX: #527630
RGB: (82,118,48)

Color info

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

RGB color model

#527630 color RGB value is (82,118,48).

  • red value is 82;
  • green value is 118;
  • blue value is 48.
RGB:
(82,118,48)
(32%,46%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 48 of 255 = 19%

82
118
48

R + G + B ~ 32%. #527630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 48 = 248 (100%)
R 82 of 248 ~ 33.06%
G 118 of 248 ~ 47.58%
B 48 of 248 ~ 19.35%

%33.06
%47.58
%19.35

CMYK color model

#527630 color CMYK value is (31,0,59,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 53.73%
CMYK:
(31,0,59,54)
C31M0Y59K54 
(31%,0%,59%,54%)
(0.31/0.00/0.59/0.54)	

CMYK percentages

%30.51
%0
%59.32
%53.73

Codes

Color #527630 in popluar color models

527630
RGB8211848
HSL91°42.17%32.55%
HSB/HSV91°59.32%46.27%
CMYK30.51%0.00%59.32%
53.73%

Color #527630 in popluar number systems.

HEX527630
Decimal8211848
Binary10100101110110110000
Octal12216660

Shades and tints

Shades of #527630

#527630
(82,118,48)
#4B6C2C
(75,108,44)
#446228
(68,98,40)
#3D5824
(61,88,36)
#364E20
(54,78,32)
#2F441C
(47,68,28)
#283A18
(40,58,24)
#213014
(33,48,20)
#1A2610
(26,38,16)
#131C0C
(19,28,12)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #527630

#527630
(82,118,48)
#618242
(97,130,66)
#708E54
(112,142,84)
#7F9A66
(127,154,102)
#8EA678
(142,166,120)
#9DB28A
(157,178,138)
#ACBE9C
(172,190,156)
#BBCAAE
(187,202,174)
#CAD6C0
(202,214,192)
#D9E2D2
(217,226,210)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527630 color. Also use rgb(82,118,48) instead hex code.

Text Font Color

.myTextColor { color: #527630; }

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

This text font color is #527630.


Background Color

.myBgColor { background-color: #527630; }

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

This div background color is #527630.


Border color

.myBorderColor { border: 1px solid #527630; }

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

This div border color is #527630.


Opacity

.myOpacity80 { color: #527630; opacity: 0.8; }

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

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

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

This text has shadow with #527630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527630 on black background.


Color preview on white background

This text has color #527630 on white background.



Black color preview on #527630 background

This text has black color on #527630 background.


White color preview on #527630 background

This text has white color on #527630 background.