COLOR #528268

HEX: #528268
RGB: (82,130,104)

Color info

#528268 contains red, green and blue colors in about the same proportion. Web safe color of #528268 is #669966 (or #696).

RGB color model

#528268 color RGB value is (82,130,104).

  • red value is 82;
  • green value is 130;
  • blue value is 104.
RGB:
(82,130,104)
(32%,51%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 104 of 255 = 41%

82
130
104

R + G + B ~ 41%. #528268 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 130 + 104 = 316 (100%)
R 82 of 316 ~ 25.95%
G 130 of 316 ~ 41.14%
B 104 of 316 ~ 32.91%

%25.95
%41.14
%32.91

CMYK color model

#528268 color CMYK value is (37,0,20,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(37,0,20,49)
C37M0Y20K49 
(37%,0%,20%,49%)
(0.37/0.00/0.20/0.49)	

CMYK percentages

%36.92
%0
%20
%49.02

Codes

Color #528268 in popluar color models

528268
RGB82130104
HSL148°22.64%41.57%
HSB/HSV148°36.92%50.98%
CMYK36.92%0.00%20.00%
49.02%

Color #528268 in popluar number systems.

HEX528268
Decimal82130104
Binary1010010100000101101000
Octal122202150

Shades and tints

Shades of #528268

#528268
(82,130,104)
#4B775F
(75,119,95)
#446C56
(68,108,86)
#3D614D
(61,97,77)
#365644
(54,86,68)
#2F4B3B
(47,75,59)
#284032
(40,64,50)
#213529
(33,53,41)
#1A2A20
(26,42,32)
#131F17
(19,31,23)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #528268

#528268
(82,130,104)
#618D75
(97,141,117)
#709882
(112,152,130)
#7FA38F
(127,163,143)
#8EAE9C
(142,174,156)
#9DB9A9
(157,185,169)
#ACC4B6
(172,196,182)
#BBCFC3
(187,207,195)
#CADAD0
(202,218,208)
#D9E5DD
(217,229,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528268 color. Also use rgb(82,130,104) instead hex code.

Text Font Color

.myTextColor { color: #528268; }

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

This text font color is #528268.


Background Color

.myBgColor { background-color: #528268; }

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

This div background color is #528268.


Border color

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

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

This div border color is #528268.


Opacity

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

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

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

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

This text has shadow with #528268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528268 on black background.


Color preview on white background

This text has color #528268 on white background.



Black color preview on #528268 background

This text has black color on #528268 background.


White color preview on #528268 background

This text has white color on #528268 background.