COLOR #527C3C

HEX: #527C3C
RGB: (82,124,60)

Color info

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

RGB color model

#527C3C color RGB value is (82,124,60).

  • red value is 82;
  • green value is 124;
  • blue value is 60.
RGB:
(82,124,60)
(32%,49%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 60 of 255 = 24%

82
124
60

R + G + B ~ 35%. #527C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 124 + 60 = 266 (100%)
R 82 of 266 ~ 30.83%
G 124 of 266 ~ 46.62%
B 60 of 266 ~ 22.56%

%30.83
%46.62
%22.56

CMYK color model

#527C3C color CMYK value is (34,0,52,51).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(34,0,52,51)
C34M0Y52K51 
(34%,0%,52%,51%)
(0.34/0.00/0.52/0.51)	

CMYK percentages

%33.87
%0
%51.61
%51.37

Codes

Color #527C3C in popluar color models

527C3C
RGB8212460
HSL99°34.78%36.08%
HSB/HSV99°51.61%48.63%
CMYK33.87%0.00%51.61%
51.37%

Color #527C3C in popluar number systems.

HEX527C3C
Decimal8212460
Binary10100101111100111100
Octal12217474

Shades and tints

Shades of #527C3C

#527C3C
(82,124,60)
#4B7137
(75,113,55)
#446632
(68,102,50)
#3D5B2D
(61,91,45)
#365028
(54,80,40)
#2F4523
(47,69,35)
#283A1E
(40,58,30)
#212F19
(33,47,25)
#1A2414
(26,36,20)
#13190F
(19,25,15)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #527C3C

#527C3C
(82,124,60)
#61874D
(97,135,77)
#70925E
(112,146,94)
#7F9D6F
(127,157,111)
#8EA880
(142,168,128)
#9DB391
(157,179,145)
#ACBEA2
(172,190,162)
#BBC9B3
(187,201,179)
#CAD4C4
(202,212,196)
#D9DFD5
(217,223,213)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527C3C color. Also use rgb(82,124,60) instead hex code.

Text Font Color

.myTextColor { color: #527C3C; }

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

This text font color is #527C3C.


Background Color

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

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

This div background color is #527C3C.


Border color

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

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

This div border color is #527C3C.


Opacity

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

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

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

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

This text has shadow with #527C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527C3C on black background.


Color preview on white background

This text has color #527C3C on white background.



Black color preview on #527C3C background

This text has black color on #527C3C background.


White color preview on #527C3C background

This text has white color on #527C3C background.