COLOR #525963

HEX: #525963
RGB: (82,89,99)

Renk bilgisi

#525963 contains red, green and blue colors in about the same proportion. #525963 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#525963 color RGB value is (82,89,99).

  • kırmız ton 82;
  • yeşil ton 89;
  • mavi ton 99.
RGB:
(82,89,99)
(32%,35%,39%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 89 of 255 = 35%
B 99 of 255 = 39%

82
89
99

R + G + B ~ 35%. #525963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 89 + 99 = 270 (100%)
R 82 of 270 ~ 30.37%
G 89 of 270 ~ 32.96%
B 99 of 270 ~ 36.67%

%30.37
%32.96
%36.67

CMYK RENK MODELİ

#525963 rengi CMYK tonu (17,10,0,61).

  • camgöbeği tonu 17.17%
  • eflatun tonu 10.10%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(17,10,0,61)
C17M10Y0K61 
(17%,10%,0%,61%)
(0.17/0.10/0.00/0.61)	

CMYK yüzdeleri

%17.17
%10.1
%0
%61.18

Codes

Color #525963 in popluar color models

525963
RGB828999
HSL215°9.39%35.49%
HSB/HSV215°17.17%38.82%
CMYK17.17%10.10%0.00%
61.18%

Color #525963 in popluar number systems.

HEX525963
Decimal828999
Binary101001010110011100011
Octal122131143

Shades and tints

Shades of #525963

#525963
(82,89,99)
#4B515A
(75,81,90)
#444951
(68,73,81)
#3D4148
(61,65,72)
#36393F
(54,57,63)
#2F3136
(47,49,54)
#28292D
(40,41,45)
#212124
(33,33,36)
#1A191B
(26,25,27)
#131112
(19,17,18)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #525963

#525963
(82,89,99)
#616871
(97,104,113)
#70777F
(112,119,127)
#7F868D
(127,134,141)
#8E959B
(142,149,155)
#9DA4A9
(157,164,169)
#ACB3B7
(172,179,183)
#BBC2C5
(187,194,197)
#CAD1D3
(202,209,211)
#D9E0E1
(217,224,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525963 color. Also use rgb(82,89,99) instead hex code.

Text Font Color

.myTextColor { color: #525963; }

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

This text font color is #525963.


Background Color

.myBgColor { background-color: #525963; }

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

This div background color is #525963.


Border color

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

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

This div border color is #525963.


Opacity

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

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

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

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

This text has shadow with #525963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525963 on black background.


Color preview on white background

This text has color #525963 on white background.



Black color preview on #525963 background

This text has black color on #525963 background.


White color preview on #525963 background

This text has white color on #525963 background.