COLOR #53595F

HEX: #53595F
RGB: (83,89,95)

Renk bilgisi

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

RGB renk modeli

#53595F color RGB value is (83,89,95).

  • kırmız ton 83;
  • yeşil ton 89;
  • mavi ton 95.
RGB:
(83,89,95)
(33%,35%,37%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 89 of 255 = 35%
B 95 of 255 = 37%

83
89
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 89 + 95 = 267 (100%)
R 83 of 267 ~ 31.09%
G 89 of 267 ~ 33.33%
B 95 of 267 ~ 35.58%

%31.09
%33.33
%35.58

CMYK RENK MODELİ

#53595F rengi CMYK tonu (13,6,0,63).

  • camgöbeği tonu 12.63%
  • eflatun tonu 6.32%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(13,6,0,63)
C13M6Y0K63 
(13%,6%,0%,63%)
(0.13/0.06/0.00/0.63)	

CMYK yüzdeleri

%12.63
%6.32
%0
%62.75

Codes

Color #53595F in popluar color models

53595F
RGB838995
HSL210°6.74%34.90%
HSB/HSV210°12.63%37.25%
CMYK12.63%6.32%0.00%
62.75%

Color #53595F in popluar number systems.

HEX53595F
Decimal838995
Binary101001110110011011111
Octal123131137

Shades and tints

Shades of #53595F

#53595F
(83,89,95)
#4C5157
(76,81,87)
#45494F
(69,73,79)
#3E4147
(62,65,71)
#37393F
(55,57,63)
#303137
(48,49,55)
#29292F
(41,41,47)
#222127
(34,33,39)
#1B191F
(27,25,31)
#141117
(20,17,23)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #53595F

#53595F
(83,89,95)
#62686D
(98,104,109)
#71777B
(113,119,123)
#808689
(128,134,137)
#8F9597
(143,149,151)
#9EA4A5
(158,164,165)
#ADB3B3
(173,179,179)
#BCC2C1
(188,194,193)
#CBD1CF
(203,209,207)
#DAE0DD
(218,224,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53595F color. Also use rgb(83,89,95) instead hex code.

Text Font Color

.myTextColor { color: #53595F; }

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

This text font color is #53595F.


Background Color

.myBgColor { background-color: #53595F; }

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

This div background color is #53595F.


Border color

.myBorderColor { border: 1px solid #53595F; }

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

This div border color is #53595F.


Opacity

.myOpacity80 { color: #53595F; opacity: 0.8; }

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

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

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

This text has shadow with #53595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53595F on black background.


Color preview on white background

This text has color #53595F on white background.



Black color preview on #53595F background

This text has black color on #53595F background.


White color preview on #53595F background

This text has white color on #53595F background.