COLOR #527C11

HEX: #527C11
RGB: (82,124,17)

Color info

#527C11 contains mainly red and green colors. Web safe color of #527C11 is #666600 (or #660).

RGB color model

#527C11 color RGB value is (82,124,17).

  • red value is 82;
  • green value is 124;
  • blue value is 17.
RGB:
(82,124,17)
(32%,49%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 17 of 255 = 7%

82
124
17

R + G + B ~ 29%. #527C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 124 + 17 = 223 (100%)
R 82 of 223 ~ 36.77%
G 124 of 223 ~ 55.61%
B 17 of 223 ~ 7.62%

%36.77
%55.61

CMYK color model

#527C11 color CMYK value is (34,0,86,51).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 86.29%
  • key color value is 51.37%
CMYK:
(34,0,86,51)
C34M0Y86K51 
(34%,0%,86%,51%)
(0.34/0.00/0.86/0.51)	

CMYK percentages

%33.87
%0
%86.29
%51.37

Codes

Color #527C11 in popluar color models

527C11
RGB8212417
HSL84°75.89%27.65%
HSB/HSV84°86.29%48.63%
CMYK33.87%0.00%86.29%
51.37%

Color #527C11 in popluar number systems.

HEX527C11
Decimal8212417
Binary1010010111110010001
Octal12217421

Shades and tints

Shades of #527C11

#527C11
(82,124,17)
#4B7110
(75,113,16)
#44660F
(68,102,15)
#3D5B0E
(61,91,14)
#36500D
(54,80,13)
#2F450C
(47,69,12)
#283A0B
(40,58,11)
#212F0A
(33,47,10)
#1A2409
(26,36,9)
#131908
(19,25,8)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #527C11

#527C11
(82,124,17)
#618726
(97,135,38)
#70923B
(112,146,59)
#7F9D50
(127,157,80)
#8EA865
(142,168,101)
#9DB37A
(157,179,122)
#ACBE8F
(172,190,143)
#BBC9A4
(187,201,164)
#CAD4B9
(202,212,185)
#D9DFCE
(217,223,206)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527C11 color. Also use rgb(82,124,17) instead hex code.

Text Font Color

.myTextColor { color: #527C11; }

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

This text font color is #527C11.


Background Color

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

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

This div background color is #527C11.


Border color

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

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

This div border color is #527C11.


Opacity

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

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

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

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

This text has shadow with #527C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527C11 on black background.


Color preview on white background

This text has color #527C11 on white background.



Black color preview on #527C11 background

This text has black color on #527C11 background.


White color preview on #527C11 background

This text has white color on #527C11 background.