COLOR #52665D

HEX: #52665D
RGB: (82,102,93)

Color info

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

RGB color model

#52665D color RGB value is (82,102,93).

  • red value is 82;
  • green value is 102;
  • blue value is 93.
RGB:
(82,102,93)
(32%,40%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 93 of 255 = 36%

82
102
93

R + G + B ~ 36%. #52665D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 93 = 277 (100%)
R 82 of 277 ~ 29.6%
G 102 of 277 ~ 36.82%
B 93 of 277 ~ 33.57%

%29.6
%36.82
%33.57

CMYK color model

#52665D color CMYK value is (20,0,9,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%
CMYK:
(20,0,9,60)
C20M0Y9K60 
(20%,0%,9%,60%)
(0.20/0.00/0.09/0.60)	

CMYK percentages

%19.61
%0
%8.82
%60

Codes

Color #52665D in popluar color models

52665D
RGB8210293
HSL153°10.87%36.08%
HSB/HSV153°19.61%40.00%
CMYK19.61%0.00%8.82%
60.00%

Color #52665D in popluar number systems.

HEX52665D
Decimal8210293
Binary101001011001101011101
Octal122146135

Shades and tints

Shades of #52665D

#52665D
(82,102,93)
#4B5D55
(75,93,85)
#44544D
(68,84,77)
#3D4B45
(61,75,69)
#36423D
(54,66,61)
#2F3935
(47,57,53)
#28302D
(40,48,45)
#212725
(33,39,37)
#1A1E1D
(26,30,29)
#131515
(19,21,21)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #52665D

#52665D
(82,102,93)
#61736B
(97,115,107)
#708079
(112,128,121)
#7F8D87
(127,141,135)
#8E9A95
(142,154,149)
#9DA7A3
(157,167,163)
#ACB4B1
(172,180,177)
#BBC1BF
(187,193,191)
#CACECD
(202,206,205)
#D9DBDB
(217,219,219)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52665D color. Also use rgb(82,102,93) instead hex code.

Text Font Color

.myTextColor { color: #52665D; }

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

This text font color is #52665D.


Background Color

.myBgColor { background-color: #52665D; }

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

This div background color is #52665D.


Border color

.myBorderColor { border: 1px solid #52665D; }

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

This div border color is #52665D.


Opacity

.myOpacity80 { color: #52665D; opacity: 0.8; }

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

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

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

This text has shadow with #52665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52665D on black background.


Color preview on white background

This text has color #52665D on white background.



Black color preview on #52665D background

This text has black color on #52665D background.


White color preview on #52665D background

This text has white color on #52665D background.