COLOR #596050

HEX: #596050
RGB: (89,96,80)

Renk bilgisi

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

RGB renk modeli

#596050 color RGB value is (89,96,80).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 96 of 255 = 38%
B 80 of 255 = 31%

89
96
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 96 + 80 = 265 (100%)
R 89 of 265 ~ 33.58%
G 96 of 265 ~ 36.23%
B 80 of 265 ~ 30.19%

%33.58
%36.23
%30.19

CMYK RENK MODELİ

#596050 rengi CMYK tonu (7,0,17,62).

  • camgöbeği tonu 7.29%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 62.35%
CMYK:
(7,0,17,62)
C7M0Y17K62 
(7%,0%,17%,62%)
(0.07/0.00/0.17/0.62)	

CMYK yüzdeleri

%7.29
%0
%16.67
%62.35

Codes

Color #596050 in popluar color models

596050
RGB899680
HSL86°9.09%34.51%
HSB/HSV86°16.67%37.65%
CMYK7.29%0.00%16.67%
62.35%

Color #596050 in popluar number systems.

HEX596050
Decimal899680
Binary101100111000001010000
Octal131140120

Shades and tints

Shades of #596050

#596050
(89,96,80)
#515849
(81,88,73)
#495042
(73,80,66)
#41483B
(65,72,59)
#394034
(57,64,52)
#31382D
(49,56,45)
#293026
(41,48,38)
#21281F
(33,40,31)
#192018
(25,32,24)
#111811
(17,24,17)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #596050

#596050
(89,96,80)
#686E5F
(104,110,95)
#777C6E
(119,124,110)
#868A7D
(134,138,125)
#95988C
(149,152,140)
#A4A69B
(164,166,155)
#B3B4AA
(179,180,170)
#C2C2B9
(194,194,185)
#D1D0C8
(209,208,200)
#E0DED7
(224,222,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596050; }

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

This text font color is #596050.


Background Color

.myBgColor { background-color: #596050; }

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

This div background color is #596050.


Border color

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

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

This div border color is #596050.


Opacity

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

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

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

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

This text has shadow with #596050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596050 on black background.


Color preview on white background

This text has color #596050 on white background.



Black color preview on #596050 background

This text has black color on #596050 background.


White color preview on #596050 background

This text has white color on #596050 background.