COLOR #527E14

HEX: #527E14
RGB: (82,126,20)

Color info

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

RGB color model

#527E14 color RGB value is (82,126,20).

  • red value is 82;
  • green value is 126;
  • blue value is 20.
RGB:
(82,126,20)
(32%,49%,8%)

RGB channels and saturation

R 82 of 255 = 32%
G 126 of 255 = 49%
B 20 of 255 = 8%

82
126
20

R + G + B ~ 30%. #527E14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 126 + 20 = 228 (100%)
R 82 of 228 ~ 35.96%
G 126 of 228 ~ 55.26%
B 20 of 228 ~ 8.77%

%35.96
%55.26

CMYK color model

#527E14 color CMYK value is (35,0,84,51).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 84.13%
  • key color value is 50.59%
CMYK:
(35,0,84,51)
C35M0Y84K51 
(35%,0%,84%,51%)
(0.35/0.00/0.84/0.51)	

CMYK percentages

%34.92
%0
%84.13
%50.59

Codes

Color #527E14 in popluar color models

527E14
RGB8212620
HSL85°72.60%28.63%
HSB/HSV85°84.13%49.41%
CMYK34.92%0.00%84.13%
50.59%

Color #527E14 in popluar number systems.

HEX527E14
Decimal8212620
Binary1010010111111010100
Octal12217624

Shades and tints

Shades of #527E14

#527E14
(82,126,20)
#4B7313
(75,115,19)
#446812
(68,104,18)
#3D5D11
(61,93,17)
#365210
(54,82,16)
#2F470F
(47,71,15)
#283C0E
(40,60,14)
#21310D
(33,49,13)
#1A260C
(26,38,12)
#131B0B
(19,27,11)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #527E14

#527E14
(82,126,20)
#618929
(97,137,41)
#70943E
(112,148,62)
#7F9F53
(127,159,83)
#8EAA68
(142,170,104)
#9DB57D
(157,181,125)
#ACC092
(172,192,146)
#BBCBA7
(187,203,167)
#CAD6BC
(202,214,188)
#D9E1D1
(217,225,209)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527E14 color. Also use rgb(82,126,20) instead hex code.

Text Font Color

.myTextColor { color: #527E14; }

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

This text font color is #527E14.


Background Color

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

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

This div background color is #527E14.


Border color

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

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

This div border color is #527E14.


Opacity

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

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

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

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

This text has shadow with #527E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527E14 on black background.


Color preview on white background

This text has color #527E14 on white background.



Black color preview on #527E14 background

This text has black color on #527E14 background.


White color preview on #527E14 background

This text has white color on #527E14 background.