COLOR #527953

HEX: #527953
RGB: (82,121,83)

Color info

#527953 contains red, green and blue colors in about the same proportion. Web safe color of #527953 is #666666 (or #666).

RGB color model

#527953 color RGB value is (82,121,83).

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

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 83 of 255 = 33%

82
121
83

R + G + B ~ 37%. #527953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 121 + 83 = 286 (100%)
R 82 of 286 ~ 28.67%
G 121 of 286 ~ 42.31%
B 83 of 286 ~ 29.02%

%28.67
%42.31
%29.02

CMYK color model

#527953 color CMYK value is (32,0,31,53).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 52.55%
CMYK:
(32,0,31,53)
C32M0Y31K53 
(32%,0%,31%,53%)
(0.32/0.00/0.31/0.53)	

CMYK percentages

%32.23
%0
%31.4
%52.55

Codes

Color #527953 in popluar color models

527953
RGB8212183
HSL122°19.21%39.80%
HSB/HSV122°32.23%47.45%
CMYK32.23%0.00%31.40%
52.55%

Color #527953 in popluar number systems.

HEX527953
Decimal8212183
Binary101001011110011010011
Octal122171123

Shades and tints

Shades of #527953

#527953
(82,121,83)
#4B6E4C
(75,110,76)
#446345
(68,99,69)
#3D583E
(61,88,62)
#364D37
(54,77,55)
#2F4230
(47,66,48)
#283729
(40,55,41)
#212C22
(33,44,34)
#1A211B
(26,33,27)
#131614
(19,22,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #527953

#527953
(82,121,83)
#618562
(97,133,98)
#709171
(112,145,113)
#7F9D80
(127,157,128)
#8EA98F
(142,169,143)
#9DB59E
(157,181,158)
#ACC1AD
(172,193,173)
#BBCDBC
(187,205,188)
#CAD9CB
(202,217,203)
#D9E5DA
(217,229,218)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527953; }

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

This text font color is #527953.


Background Color

.myBgColor { background-color: #527953; }

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

This div background color is #527953.


Border color

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

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

This div border color is #527953.


Opacity

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

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

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

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

This text has shadow with #527953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527953 on black background.


Color preview on white background

This text has color #527953 on white background.



Black color preview on #527953 background

This text has black color on #527953 background.


White color preview on #527953 background

This text has white color on #527953 background.