COLOR #527B28

HEX: #527B28
RGB: (82,123,40)

Color info

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

RGB color model

#527B28 color RGB value is (82,123,40).

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

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 40 of 255 = 16%

82
123
40

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

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 40 = 245 (100%)
R 82 of 245 ~ 33.47%
G 123 of 245 ~ 50.2%
B 40 of 245 ~ 16.33%

%33.47
%50.2
%16.33

CMYK color model

#527B28 color CMYK value is (33,0,67,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 67.48%
  • key color value is 51.76%
CMYK:
(33,0,67,52)
C33M0Y67K52 
(33%,0%,67%,52%)
(0.33/0.00/0.67/0.52)	

CMYK percentages

%33.33
%0
%67.48
%51.76

Codes

Color #527B28 in popluar color models

527B28
RGB8212340
HSL90°50.92%31.96%
HSB/HSV90°67.48%48.24%
CMYK33.33%0.00%67.48%
51.76%

Color #527B28 in popluar number systems.

HEX527B28
Decimal8212340
Binary10100101111011101000
Octal12217350

Shades and tints

Shades of #527B28

#527B28
(82,123,40)
#4B7025
(75,112,37)
#446522
(68,101,34)
#3D5A1F
(61,90,31)
#364F1C
(54,79,28)
#2F4419
(47,68,25)
#283916
(40,57,22)
#212E13
(33,46,19)
#1A2310
(26,35,16)
#13180D
(19,24,13)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #527B28

#527B28
(82,123,40)
#61873B
(97,135,59)
#70934E
(112,147,78)
#7F9F61
(127,159,97)
#8EAB74
(142,171,116)
#9DB787
(157,183,135)
#ACC39A
(172,195,154)
#BBCFAD
(187,207,173)
#CADBC0
(202,219,192)
#D9E7D3
(217,231,211)
#E8F3E6
(232,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527B28; }

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

This text font color is #527B28.


Background Color

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

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

This div background color is #527B28.


Border color

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

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

This div border color is #527B28.


Opacity

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

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

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

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

This text has shadow with #527B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527B28 on black background.


Color preview on white background

This text has color #527B28 on white background.



Black color preview on #527B28 background

This text has black color on #527B28 background.


White color preview on #527B28 background

This text has white color on #527B28 background.