COLOR #595053

HEX: #595053
RGB: (89,80,83)

Renk bilgisi

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

RGB renk modeli

#595053 color RGB value is (89,80,83).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 83 of 255 = 33%

89
80
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 83 = 252 (100%)
R 89 of 252 ~ 35.32%
G 80 of 252 ~ 31.75%
B 83 of 252 ~ 32.94%

%35.32
%31.75
%32.94

CMYK RENK MODELİ

#595053 rengi CMYK tonu (0,10,7,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 6.74%
  • ana renk tonu 65.10%
CMYK:
(0,10,7,65)
C0M10Y7K65 
(0%,10%,7%,65%)
(0.00/0.10/0.07/0.65)	

CMYK yüzdeleri

%0
%10.11
%6.74
%65.1

Codes

Color #595053 in popluar color models

595053
RGB898083
HSL340°5.33%33.14%
HSB/HSV340°10.11%34.90%
CMYK0.00%10.11%6.74%
65.10%

Color #595053 in popluar number systems.

HEX595053
Decimal898083
Binary101100110100001010011
Octal131120123

Shades and tints

Shades of #595053

#595053
(89,80,83)
#51494C
(81,73,76)
#494245
(73,66,69)
#413B3E
(65,59,62)
#393437
(57,52,55)
#312D30
(49,45,48)
#292629
(41,38,41)
#211F22
(33,31,34)
#19181B
(25,24,27)
#111114
(17,17,20)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #595053

#595053
(89,80,83)
#685F62
(104,95,98)
#776E71
(119,110,113)
#867D80
(134,125,128)
#958C8F
(149,140,143)
#A49B9E
(164,155,158)
#B3AAAD
(179,170,173)
#C2B9BC
(194,185,188)
#D1C8CB
(209,200,203)
#E0D7DA
(224,215,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595053; }

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

This text font color is #595053.


Background Color

.myBgColor { background-color: #595053; }

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

This div background color is #595053.


Border color

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

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

This div border color is #595053.


Opacity

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

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

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

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

This text has shadow with #595053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595053 on black background.


Color preview on white background

This text has color #595053 on white background.



Black color preview on #595053 background

This text has black color on #595053 background.


White color preview on #595053 background

This text has white color on #595053 background.