COLOR #527945

HEX: #527945
RGB: (82,121,69)

Color info

#527945 contains red, green and blue colors in about the same proportion. Web safe color of #527945 is #666633 (or #663).

RGB color model

#527945 color RGB value is (82,121,69).

  • red value is 82;
  • green value is 121;
  • blue value is 69.
RGB:
(82,121,69)
(32%,47%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 69 of 255 = 27%

82
121
69

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

Portions of RGB colors in percentages

R + G + B =
82 + 121 + 69 = 272 (100%)
R 82 of 272 ~ 30.15%
G 121 of 272 ~ 44.49%
B 69 of 272 ~ 25.37%

%30.15
%44.49
%25.37

CMYK color model

#527945 color CMYK value is (32,0,43,53).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 42.98%
  • key color value is 52.55%
CMYK:
(32,0,43,53)
C32M0Y43K53 
(32%,0%,43%,53%)
(0.32/0.00/0.43/0.53)	

CMYK percentages

%32.23
%0
%42.98
%52.55

Codes

Color #527945 in popluar color models

527945
RGB8212169
HSL105°27.37%37.25%
HSB/HSV105°42.98%47.45%
CMYK32.23%0.00%42.98%
52.55%

Color #527945 in popluar number systems.

HEX527945
Decimal8212169
Binary101001011110011000101
Octal122171105

Shades and tints

Shades of #527945

#527945
(82,121,69)
#4B6E3F
(75,110,63)
#446339
(68,99,57)
#3D5833
(61,88,51)
#364D2D
(54,77,45)
#2F4227
(47,66,39)
#283721
(40,55,33)
#212C1B
(33,44,27)
#1A2115
(26,33,21)
#13160F
(19,22,15)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #527945

#527945
(82,121,69)
#618555
(97,133,85)
#709165
(112,145,101)
#7F9D75
(127,157,117)
#8EA985
(142,169,133)
#9DB595
(157,181,149)
#ACC1A5
(172,193,165)
#BBCDB5
(187,205,181)
#CAD9C5
(202,217,197)
#D9E5D5
(217,229,213)
#E8F1E5
(232,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527945 color. Also use rgb(82,121,69) instead hex code.

Text Font Color

.myTextColor { color: #527945; }

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

This text font color is #527945.


Background Color

.myBgColor { background-color: #527945; }

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

This div background color is #527945.


Border color

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

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

This div border color is #527945.


Opacity

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

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

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

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

This text has shadow with #527945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527945 on black background.


Color preview on white background

This text has color #527945 on white background.



Black color preview on #527945 background

This text has black color on #527945 background.


White color preview on #527945 background

This text has white color on #527945 background.