COLOR #595252

HEX: #595252
RGB: (89,82,82)

Renk bilgisi

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

RGB renk modeli

#595252 color RGB value is (89,82,82).

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

RGB bağlantıları ve doygunluk

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

89
82
82

R + G + B ~ 33%. #595252 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 82 + 82 = 253 (100%)
R 89 of 253 ~ 35.18%
G 82 of 253 ~ 32.41%
B 82 of 253 ~ 32.41%

%35.18
%32.41
%32.41

CMYK RENK MODELİ

#595252 rengi CMYK tonu (0,8,8,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.87%
  • sarı tonu 7.87%
  • ana renk tonu 65.10%
CMYK:
(0,8,8,65)
C0M8Y8K65 
(0%,8%,8%,65%)
(0.00/0.08/0.08/0.65)	

CMYK yüzdeleri

%0
%7.87
%7.87
%65.1

Codes

Color #595252 in popluar color models

595252
RGB898282
HSL4.09%33.53%
HSB/HSV7.87%34.90%
CMYK0.00%7.87%7.87%
65.10%

Color #595252 in popluar number systems.

HEX595252
Decimal898282
Binary101100110100101010010
Octal131122122

Shades and tints

Shades of #595252

#595252
(89,82,82)
#514B4B
(81,75,75)
#494444
(73,68,68)
#413D3D
(65,61,61)
#393636
(57,54,54)
#312F2F
(49,47,47)
#292828
(41,40,40)
#212121
(33,33,33)
#191A1A
(25,26,26)
#111313
(17,19,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #595252

#595252
(89,82,82)
#686161
(104,97,97)
#777070
(119,112,112)
#867F7F
(134,127,127)
#958E8E
(149,142,142)
#A49D9D
(164,157,157)
#B3ACAC
(179,172,172)
#C2BBBB
(194,187,187)
#D1CACA
(209,202,202)
#E0D9D9
(224,217,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595252; }

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

This text font color is #595252.


Background Color

.myBgColor { background-color: #595252; }

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

This div background color is #595252.


Border color

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

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

This div border color is #595252.


Opacity

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

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

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

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

This text has shadow with #595252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595252 on black background.


Color preview on white background

This text has color #595252 on white background.



Black color preview on #595252 background

This text has black color on #595252 background.


White color preview on #595252 background

This text has white color on #595252 background.