COLOR #527317

HEX: #527317
RGB: (82,115,23)

Color info

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

RGB color model

#527317 color RGB value is (82,115,23).

  • red value is 82;
  • green value is 115;
  • blue value is 23.
RGB:
(82,115,23)
(32%,45%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 23 of 255 = 9%

82
115
23

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 23 = 220 (100%)
R 82 of 220 ~ 37.27%
G 115 of 220 ~ 52.27%
B 23 of 220 ~ 10.45%

%37.27
%52.27
%10.45

CMYK color model

#527317 color CMYK value is (29,0,80,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(29,0,80,55)
C29M0Y80K55 
(29%,0%,80%,55%)
(0.29/0.00/0.80/0.55)	

CMYK percentages

%28.7
%0
%80
%54.9

Codes

Color #527317 in popluar color models

527317
RGB8211523
HSL82°66.67%27.06%
HSB/HSV82°80.00%45.10%
CMYK28.70%0.00%80.00%
54.90%

Color #527317 in popluar number systems.

HEX527317
Decimal8211523
Binary1010010111001110111
Octal12216327

Shades and tints

Shades of #527317

#527317
(82,115,23)
#4B6915
(75,105,21)
#445F13
(68,95,19)
#3D5511
(61,85,17)
#364B0F
(54,75,15)
#2F410D
(47,65,13)
#28370B
(40,55,11)
#212D09
(33,45,9)
#1A2307
(26,35,7)
#131905
(19,25,5)
#0C0F03
(12,15,3)
#000000
(0,0,0)

Tints of #527317

#527317
(82,115,23)
#617F2C
(97,127,44)
#708B41
(112,139,65)
#7F9756
(127,151,86)
#8EA36B
(142,163,107)
#9DAF80
(157,175,128)
#ACBB95
(172,187,149)
#BBC7AA
(187,199,170)
#CAD3BF
(202,211,191)
#D9DFD4
(217,223,212)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527317 color. Also use rgb(82,115,23) instead hex code.

Text Font Color

.myTextColor { color: #527317; }

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

This text font color is #527317.


Background Color

.myBgColor { background-color: #527317; }

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

This div background color is #527317.


Border color

.myBorderColor { border: 1px solid #527317; }

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

This div border color is #527317.


Opacity

.myOpacity80 { color: #527317; opacity: 0.8; }

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

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

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

This text has shadow with #527317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527317 on black background.


Color preview on white background

This text has color #527317 on white background.



Black color preview on #527317 background

This text has black color on #527317 background.


White color preview on #527317 background

This text has white color on #527317 background.