COLOR #527B08

HEX: #527B08
RGB: (82,123,8)

Color info

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

RGB color model

#527B08 color RGB value is (82,123,8).

  • red value is 82;
  • green value is 123;
  • blue value is 8.
RGB:
(82,123,8)
(32%,48%,3%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 8 of 255 = 3%

82
123
8

R + G + B ~ 28%. #527B08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 8 = 213 (100%)
R 82 of 213 ~ 38.5%
G 123 of 213 ~ 57.75%
B 8 of 213 ~ 3.76%

%38.5
%57.75

CMYK color model

#527B08 color CMYK value is (33,0,93,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 93.50%
  • key color value is 51.76%
CMYK:
(33,0,93,52)
C33M0Y93K52 
(33%,0%,93%,52%)
(0.33/0.00/0.93/0.52)	

CMYK percentages

%33.33
%0
%93.5
%51.76

Codes

Color #527B08 in popluar color models

527B08
RGB821238
HSL81°87.79%25.69%
HSB/HSV81°93.50%48.24%
CMYK33.33%0.00%93.50%
51.76%

Color #527B08 in popluar number systems.

HEX527B08
Decimal821238
Binary101001011110111000
Octal12217310

Shades and tints

Shades of #527B08

#527B08
(82,123,8)
#4B7008
(75,112,8)
#446508
(68,101,8)
#3D5A08
(61,90,8)
#364F08
(54,79,8)
#2F4408
(47,68,8)
#283908
(40,57,8)
#212E08
(33,46,8)
#1A2308
(26,35,8)
#131808
(19,24,8)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #527B08

#527B08
(82,123,8)
#61871E
(97,135,30)
#709334
(112,147,52)
#7F9F4A
(127,159,74)
#8EAB60
(142,171,96)
#9DB776
(157,183,118)
#ACC38C
(172,195,140)
#BBCFA2
(187,207,162)
#CADBB8
(202,219,184)
#D9E7CE
(217,231,206)
#E8F3E4
(232,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527B08 color. Also use rgb(82,123,8) instead hex code.

Text Font Color

.myTextColor { color: #527B08; }

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

This text font color is #527B08.


Background Color

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

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

This div background color is #527B08.


Border color

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

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

This div border color is #527B08.


Opacity

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

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

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

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

This text has shadow with #527B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527B08 on black background.


Color preview on white background

This text has color #527B08 on white background.



Black color preview on #527B08 background

This text has black color on #527B08 background.


White color preview on #527B08 background

This text has white color on #527B08 background.