COLOR #595250

HEX: #595250
RGB: (89,82,80)

Renk bilgisi

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

RGB renk modeli

#595250 color RGB value is (89,82,80).

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

RGB bağlantıları ve doygunluk

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

89
82
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 82 + 80 = 251 (100%)
R 89 of 251 ~ 35.46%
G 82 of 251 ~ 32.67%
B 80 of 251 ~ 31.87%

%35.46
%32.67
%31.87

CMYK RENK MODELİ

#595250 rengi CMYK tonu (0,8,10,65).

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

CMYK yüzdeleri

%0
%7.87
%10.11
%65.1

Codes

Color #595250 in popluar color models

595250
RGB898280
HSL13°5.33%33.14%
HSB/HSV13°10.11%34.90%
CMYK0.00%7.87%10.11%
65.10%

Color #595250 in popluar number systems.

HEX595250
Decimal898280
Binary101100110100101010000
Octal131122120

Shades and tints

Shades of #595250

#595250
(89,82,80)
#514B49
(81,75,73)
#494442
(73,68,66)
#413D3B
(65,61,59)
#393634
(57,54,52)
#312F2D
(49,47,45)
#292826
(41,40,38)
#21211F
(33,33,31)
#191A18
(25,26,24)
#111311
(17,19,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #595250

#595250
(89,82,80)
#68615F
(104,97,95)
#77706E
(119,112,110)
#867F7D
(134,127,125)
#958E8C
(149,142,140)
#A49D9B
(164,157,155)
#B3ACAA
(179,172,170)
#C2BBB9
(194,187,185)
#D1CAC8
(209,202,200)
#E0D9D7
(224,217,215)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595250; }

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

This text font color is #595250.


Background Color

.myBgColor { background-color: #595250; }

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

This div background color is #595250.


Border color

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

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

This div border color is #595250.


Opacity

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

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

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

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

This text has shadow with #595250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595250 on black background.


Color preview on white background

This text has color #595250 on white background.



Black color preview on #595250 background

This text has black color on #595250 background.


White color preview on #595250 background

This text has white color on #595250 background.