COLOR #52827F

HEX: #52827F RGB: (82,130,127)

Color info

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

RGB color model

#52827F color RGB value is (82,130,127).

RGB: (82,130,127) (32%, 51%, 50%)

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 127 of 255 = 50%

82
130
127

R + G + B ~ 44%. #52827F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 130 + 127 = 339 (100%)
R 82 of 339 ~ 24.19%
G 130 of 339 ~ 38.35%
B 127 of 339 ~ 37.46'%

%24.19
%38.35
%37.46

CMYK color model

#52827F color CMYK value is (37,0,2,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 49.02%

CMYK: (37,0,2,49)
C37M0Y2K49 (37%, 0%, 2%, 49%)
(0.37 / 0.00 / 0.02 / 0.49)

CMYK percentages

%36.92
%0
%2.31
%49.02

Codes

Color #52827F in popluar color models

52 82 7F
RGB 82 130 127
HSL 176° 22.64% 41.57%
HSB/HSV 176° 36.92% 50.98%
CMYK 36.92% 0.00% 2.31%
49.02%

Color #52827F in popluar number systems.

HEX 52 82 7F
Decimal 82 130 127
Binary 1010010 10000010 1111111
Octal 122 202 177

Shades and tints

Shades of #52827F

#52827F
(82,130,127)
#4B7774
(75,119,116)
#446C69
(68,108,105)
#3D615E
(61,97,94)
#365653
(54,86,83)
#2F4B48
(47,75,72)
#28403D
(40,64,61)
#213532
(33,53,50)
#1A2A27
(26,42,39)
#131F1C
(19,31,28)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #52827F

#52827F
(82,130,127)
#618D8A
(97,141,138)
#709895
(112,152,149)
#7FA3A0
(127,163,160)
#8EAEAB
(142,174,171)
#9DB9B6
(157,185,182)
#ACC4C1
(172,196,193)
#BBCFCC
(187,207,204)
#CADAD7
(202,218,215)
#D9E5E2
(217,229,226)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52827F; }

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

This text font color is #52827F.

Background Color

.myBgColor { background-color: #52827F; }

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

This div background color is #52827F.

Border color

.myBorderColor { border: 1px solid #52827F; }

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

This div border color is #52827F.

Opacity

.myOpacity80 { color: #52827F; opacity: 0.8; }

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

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

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

This text has shadow with #52827F color.


.textShadow {text-shadow: 3px 3px 1px #52827F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52827F; -webkit-box-shadow: 1px 1px 3px 2px #52827F; box-shadow:1px 1px 3px 2px #52827F;">
Div content here
</div>

This div box has shadow with color #52827F.

Preview

Color preview on black background

This text has color #52827F on black background.


Color preview on white background

This text has color #52827F on white background.


Black color preview on #52827F background

This text has black color on #52827F background.


White color preview on #52827F background

This text has white color on #52827F background.


Related colors

Complementary color

Complementary color for #hex is #AD7D80.


I love getcolorcode.com

Triadic colors

1 #7F5282 and #827F52 with #52827F are triadic colors.

2 #7F8252 and #82527F with #52827F are triadic colors.