COLOR #52696E

HEX: #52696E
RGB: (82,105,110)

Color info

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

RGB color model

#52696E color RGB value is (82,105,110).

  • red value is 82;
  • green value is 105;
  • blue value is 110.
RGB:
(82,105,110)
(32%,41%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 110 of 255 = 43%

82
105
110

R + G + B ~ 39%. #52696E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 110 = 297 (100%)
R 82 of 297 ~ 27.61%
G 105 of 297 ~ 35.35%
B 110 of 297 ~ 37.04%

%27.61
%35.35
%37.04

CMYK color model

#52696E color CMYK value is (25,5,0,57).

  • cyan value is 25.45%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,5,0,57)
C25M5Y0K57 
(25%,5%,0%,57%)
(0.25/0.05/0.00/0.57)	

CMYK percentages

%25.45
%4.55
%0
%56.86

Codes

Color #52696E in popluar color models

52696E
RGB82105110
HSL191°14.58%37.65%
HSB/HSV191°25.45%43.14%
CMYK25.45%4.55%0.00%
56.86%

Color #52696E in popluar number systems.

HEX52696E
Decimal82105110
Binary101001011010011101110
Octal122151156

Shades and tints

Shades of #52696E

#52696E
(82,105,110)
#4B6064
(75,96,100)
#44575A
(68,87,90)
#3D4E50
(61,78,80)
#364546
(54,69,70)
#2F3C3C
(47,60,60)
#283332
(40,51,50)
#212A28
(33,42,40)
#1A211E
(26,33,30)
#131814
(19,24,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52696E

#52696E
(82,105,110)
#61767B
(97,118,123)
#708388
(112,131,136)
#7F9095
(127,144,149)
#8E9DA2
(142,157,162)
#9DAAAF
(157,170,175)
#ACB7BC
(172,183,188)
#BBC4C9
(187,196,201)
#CAD1D6
(202,209,214)
#D9DEE3
(217,222,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52696E color. Also use rgb(82,105,110) instead hex code.

Text Font Color

.myTextColor { color: #52696E; }

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

This text font color is #52696E.


Background Color

.myBgColor { background-color: #52696E; }

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

This div background color is #52696E.


Border color

.myBorderColor { border: 1px solid #52696E; }

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

This div border color is #52696E.


Opacity

.myOpacity80 { color: #52696E; opacity: 0.8; }

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

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

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

This text has shadow with #52696E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52696E on black background.


Color preview on white background

This text has color #52696E on white background.



Black color preview on #52696E background

This text has black color on #52696E background.


White color preview on #52696E background

This text has white color on #52696E background.