COLOR #527943

HEX: #527943
RGB: (82,121,67)

Color info

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

RGB color model

#527943 color RGB value is (82,121,67).

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

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 67 of 255 = 26%

82
121
67

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

Portions of RGB colors in percentages

R + G + B =
82 + 121 + 67 = 270 (100%)
R 82 of 270 ~ 30.37%
G 121 of 270 ~ 44.81%
B 67 of 270 ~ 24.81%

%30.37
%44.81
%24.81

CMYK color model

#527943 color CMYK value is (32,0,45,53).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 44.63%
  • key color value is 52.55%
CMYK:
(32,0,45,53)
C32M0Y45K53 
(32%,0%,45%,53%)
(0.32/0.00/0.45/0.53)	

CMYK percentages

%32.23
%0
%44.63
%52.55

Codes

Color #527943 in popluar color models

527943
RGB8212167
HSL103°28.72%36.86%
HSB/HSV103°44.63%47.45%
CMYK32.23%0.00%44.63%
52.55%

Color #527943 in popluar number systems.

HEX527943
Decimal8212167
Binary101001011110011000011
Octal122171103

Shades and tints

Shades of #527943

#527943
(82,121,67)
#4B6E3D
(75,110,61)
#446337
(68,99,55)
#3D5831
(61,88,49)
#364D2B
(54,77,43)
#2F4225
(47,66,37)
#28371F
(40,55,31)
#212C19
(33,44,25)
#1A2113
(26,33,19)
#13160D
(19,22,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #527943

#527943
(82,121,67)
#618554
(97,133,84)
#709165
(112,145,101)
#7F9D76
(127,157,118)
#8EA987
(142,169,135)
#9DB598
(157,181,152)
#ACC1A9
(172,193,169)
#BBCDBA
(187,205,186)
#CAD9CB
(202,217,203)
#D9E5DC
(217,229,220)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527943; }

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

This text font color is #527943.


Background Color

.myBgColor { background-color: #527943; }

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

This div background color is #527943.


Border color

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

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

This div border color is #527943.


Opacity

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

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

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

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

This text has shadow with #527943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527943 on black background.


Color preview on white background

This text has color #527943 on white background.



Black color preview on #527943 background

This text has black color on #527943 background.


White color preview on #527943 background

This text has white color on #527943 background.