COLOR #525255

HEX: #525255
RGB: (82,82,85)

Renk bilgisi

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

RGB renk modeli

#525255 color RGB value is (82,82,85).

  • kırmız ton 82;
  • yeşil ton 82;
  • mavi ton 85.
RGB:
(82,82,85)
(32%,32%,33%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 82 of 255 = 32%
B 85 of 255 = 33%

82
82
85

R + G + B ~ 32%. #525255 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 82 + 85 = 249 (100%)
R 82 of 249 ~ 32.93%
G 82 of 249 ~ 32.93%
B 85 of 249 ~ 34.14%

%32.93
%32.93
%34.14

CMYK RENK MODELİ

#525255 rengi CMYK tonu (4,4,0,67).

  • camgöbeği tonu 3.53%
  • eflatun tonu 3.53%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(4,4,0,67)
C4M4Y0K67 
(4%,4%,0%,67%)
(0.04/0.04/0.00/0.67)	

CMYK yüzdeleri

%3.53
%3.53
%0
%66.67

Codes

Color #525255 in popluar color models

525255
RGB828285
HSL240°1.80%32.75%
HSB/HSV240°3.53%33.33%
CMYK3.53%3.53%0.00%
66.67%

Color #525255 in popluar number systems.

HEX525255
Decimal828285
Binary101001010100101010101
Octal122122125

Shades and tints

Shades of #525255

#525255
(82,82,85)
#4B4B4E
(75,75,78)
#444447
(68,68,71)
#3D3D40
(61,61,64)
#363639
(54,54,57)
#2F2F32
(47,47,50)
#28282B
(40,40,43)
#212124
(33,33,36)
#1A1A1D
(26,26,29)
#131316
(19,19,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #525255

#525255
(82,82,85)
#616164
(97,97,100)
#707073
(112,112,115)
#7F7F82
(127,127,130)
#8E8E91
(142,142,145)
#9D9DA0
(157,157,160)
#ACACAF
(172,172,175)
#BBBBBE
(187,187,190)
#CACACD
(202,202,205)
#D9D9DC
(217,217,220)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525255; }

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

This text font color is #525255.


Background Color

.myBgColor { background-color: #525255; }

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

This div background color is #525255.


Border color

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

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

This div border color is #525255.


Opacity

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

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

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

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

This text has shadow with #525255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525255 on black background.


Color preview on white background

This text has color #525255 on white background.



Black color preview on #525255 background

This text has black color on #525255 background.


White color preview on #525255 background

This text has white color on #525255 background.