COLOR #595051

HEX: #595051
RGB: (89,80,81)

Renk bilgisi

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

RGB renk modeli

#595051 color RGB value is (89,80,81).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 81 of 255 = 32%

89
80
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 81 = 250 (100%)
R 89 of 250 ~ 35.6%
G 80 of 250 ~ 32%
B 81 of 250 ~ 32.4%

%35.6
%32
%32.4

CMYK RENK MODELİ

#595051 rengi CMYK tonu (0,10,9,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 8.99%
  • ana renk tonu 65.10%
CMYK:
(0,10,9,65)
C0M10Y9K65 
(0%,10%,9%,65%)
(0.00/0.10/0.09/0.65)	

CMYK yüzdeleri

%0
%10.11
%8.99
%65.1

Codes

Color #595051 in popluar color models

595051
RGB898081
HSL353°5.33%33.14%
HSB/HSV353°10.11%34.90%
CMYK0.00%10.11%8.99%
65.10%

Color #595051 in popluar number systems.

HEX595051
Decimal898081
Binary101100110100001010001
Octal131120121

Shades and tints

Shades of #595051

#595051
(89,80,81)
#51494A
(81,73,74)
#494243
(73,66,67)
#413B3C
(65,59,60)
#393435
(57,52,53)
#312D2E
(49,45,46)
#292627
(41,38,39)
#211F20
(33,31,32)
#191819
(25,24,25)
#111112
(17,17,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #595051

#595051
(89,80,81)
#685F60
(104,95,96)
#776E6F
(119,110,111)
#867D7E
(134,125,126)
#958C8D
(149,140,141)
#A49B9C
(164,155,156)
#B3AAAB
(179,170,171)
#C2B9BA
(194,185,186)
#D1C8C9
(209,200,201)
#E0D7D8
(224,215,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595051; }

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

This text font color is #595051.


Background Color

.myBgColor { background-color: #595051; }

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

This div background color is #595051.


Border color

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

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

This div border color is #595051.


Opacity

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

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

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

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

This text has shadow with #595051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595051 on black background.


Color preview on white background

This text has color #595051 on white background.



Black color preview on #595051 background

This text has black color on #595051 background.


White color preview on #595051 background

This text has white color on #595051 background.