COLOR #52454F

HEX: #52454F
RGB: (82,69,79)

Color info

#52454F contains red, green and blue colors in about the same proportion. Web safe color of #52454F is #663366 (or #636).

RGB color model

#52454F color RGB value is (82,69,79).

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

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 79 of 255 = 31%

82
69
79

R + G + B ~ 30%. #52454F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 79 = 230 (100%)
R 82 of 230 ~ 35.65%
G 69 of 230 ~ 30%
B 79 of 230 ~ 34.35%

%35.65
%30
%34.35

CMYK color model

#52454F color CMYK value is (0,16,4,68).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK: (0,16,4,68) C0M16Y4K68 (0%,16%,4%,68%) (0.00/0.16/0.04/0.68)

CMYK percentages

%0
%15.85
%3.66
%67.84

Codes

Color #52454F in popluar color models

52454F
RGB826979
HSL314°8.61%29.61%
HSB/HSV314°15.85%32.16%
CMYK0.00%15.85%3.66%
67.84%

Color #52454F in popluar number systems.

HEX52454F
Decimal826979
Binary101001010001011001111
Octal122105117

Shades and tints

Shades of #52454F

#52454F
(82,69,79)
#4B3F48
(75,63,72)
#443941
(68,57,65)
#3D333A
(61,51,58)
#362D33
(54,45,51)
#2F272C
(47,39,44)
#282125
(40,33,37)
#211B1E
(33,27,30)
#1A1517
(26,21,23)
#130F10
(19,15,16)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #52454F

#52454F
(82,69,79)
#61555F
(97,85,95)
#70656F
(112,101,111)
#7F757F
(127,117,127)
#8E858F
(142,133,143)
#9D959F
(157,149,159)
#ACA5AF
(172,165,175)
#BBB5BF
(187,181,191)
#CAC5CF
(202,197,207)
#D9D5DF
(217,213,223)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52454F; }

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

This text font color is #52454F.


Background Color

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

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

This div background color is #52454F.


Border color

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

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

This div border color is #52454F.


Opacity

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

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

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

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

This text has shadow with #52454F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #52454F on black background.


Color preview on white background

This text has color #52454F on white background.



Black color preview on #52454F background

This text has black color on #52454F background.


White color preview on #52454F background

This text has white color on #52454F background.