COLOR #527A18

HEX: #527A18
RGB: (82,122,24)

Color info

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

RGB color model

#527A18 color RGB value is (82,122,24).

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

RGB channels and saturation

R 82 of 255 = 32%
G 122 of 255 = 48%
B 24 of 255 = 9%

82
122
24

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

Portions of RGB colors in percentages

R + G + B =
82 + 122 + 24 = 228 (100%)
R 82 of 228 ~ 35.96%
G 122 of 228 ~ 53.51%
B 24 of 228 ~ 10.53%

%35.96
%53.51
%10.53

CMYK color model

#527A18 color CMYK value is (33,0,80,52).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 80.33%
  • key color value is 52.16%
CMYK:
(33,0,80,52)
C33M0Y80K52 
(33%,0%,80%,52%)
(0.33/0.00/0.80/0.52)	

CMYK percentages

%32.79
%0
%80.33
%52.16

Codes

Color #527A18 in popluar color models

527A18
RGB8212224
HSL84°67.12%28.63%
HSB/HSV84°80.33%47.84%
CMYK32.79%0.00%80.33%
52.16%

Color #527A18 in popluar number systems.

HEX527A18
Decimal8212224
Binary1010010111101011000
Octal12217230

Shades and tints

Shades of #527A18

#527A18
(82,122,24)
#4B6F16
(75,111,22)
#446414
(68,100,20)
#3D5912
(61,89,18)
#364E10
(54,78,16)
#2F430E
(47,67,14)
#28380C
(40,56,12)
#212D0A
(33,45,10)
#1A2208
(26,34,8)
#131706
(19,23,6)
#0C0C04
(12,12,4)
#000000
(0,0,0)

Tints of #527A18

#527A18
(82,122,24)
#61862D
(97,134,45)
#709242
(112,146,66)
#7F9E57
(127,158,87)
#8EAA6C
(142,170,108)
#9DB681
(157,182,129)
#ACC296
(172,194,150)
#BBCEAB
(187,206,171)
#CADAC0
(202,218,192)
#D9E6D5
(217,230,213)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527A18; }

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

This text font color is #527A18.


Background Color

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

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

This div background color is #527A18.


Border color

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

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

This div border color is #527A18.


Opacity

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

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

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

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

This text has shadow with #527A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527A18 on black background.


Color preview on white background

This text has color #527A18 on white background.



Black color preview on #527A18 background

This text has black color on #527A18 background.


White color preview on #527A18 background

This text has white color on #527A18 background.