COLOR #525552

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

82
85
82

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

Yüzdelerle RGB renk parçaları

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

%32.93
%34.14
%32.93

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%3.53
%0
%3.53
%66.67

Codes

Color #525552 in popluar color models

525552
RGB828582
HSL120°1.80%32.75%
HSB/HSV120°3.53%33.33%
CMYK3.53%0.00%3.53%
66.67%

Color #525552 in popluar number systems.

HEX525552
Decimal828582
Binary101001010101011010010
Octal122125122

Shades and tints

Shades of #525552

#525552
(82,85,82)
#4B4E4B
(75,78,75)
#444744
(68,71,68)
#3D403D
(61,64,61)
#363936
(54,57,54)
#2F322F
(47,50,47)
#282B28
(40,43,40)
#212421
(33,36,33)
#1A1D1A
(26,29,26)
#131613
(19,22,19)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #525552

#525552
(82,85,82)
#616461
(97,100,97)
#707370
(112,115,112)
#7F827F
(127,130,127)
#8E918E
(142,145,142)
#9DA09D
(157,160,157)
#ACAFAC
(172,175,172)
#BBBEBB
(187,190,187)
#CACDCA
(202,205,202)
#D9DCD9
(217,220,217)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525552; }

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

This text font color is #525552.


Background Color

.myBgColor { background-color: #525552; }

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

This div background color is #525552.


Border color

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

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

This div border color is #525552.


Opacity

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

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

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

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

This text has shadow with #525552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525552 on black background.


Color preview on white background

This text has color #525552 on white background.



Black color preview on #525552 background

This text has black color on #525552 background.


White color preview on #525552 background

This text has white color on #525552 background.