COLOR #596150

HEX: #596150
RGB: (89,97,80)

Renk bilgisi

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

RGB renk modeli

#596150 color RGB value is (89,97,80).

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

RGB bağlantıları ve doygunluk

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

89
97
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 97 + 80 = 266 (100%)
R 89 of 266 ~ 33.46%
G 97 of 266 ~ 36.47%
B 80 of 266 ~ 30.08%

%33.46
%36.47
%30.08

CMYK RENK MODELİ

#596150 rengi CMYK tonu (8,0,18,62).

  • camgöbeği tonu 8.25%
  • eflatun tonu 0.00%
  • sarı tonu 17.53%
  • ana renk tonu 61.96%
CMYK:
(8,0,18,62)
C8M0Y18K62 
(8%,0%,18%,62%)
(0.08/0.00/0.18/0.62)	

CMYK yüzdeleri

%8.25
%0
%17.53
%61.96

Codes

Color #596150 in popluar color models

596150
RGB899780
HSL88°9.60%34.71%
HSB/HSV88°17.53%38.04%
CMYK8.25%0.00%17.53%
61.96%

Color #596150 in popluar number systems.

HEX596150
Decimal899780
Binary101100111000011010000
Octal131141120

Shades and tints

Shades of #596150

#596150
(89,97,80)
#515949
(81,89,73)
#495142
(73,81,66)
#41493B
(65,73,59)
#394134
(57,65,52)
#31392D
(49,57,45)
#293126
(41,49,38)
#21291F
(33,41,31)
#192118
(25,33,24)
#111911
(17,25,17)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #596150

#596150
(89,97,80)
#686F5F
(104,111,95)
#777D6E
(119,125,110)
#868B7D
(134,139,125)
#95998C
(149,153,140)
#A4A79B
(164,167,155)
#B3B5AA
(179,181,170)
#C2C3B9
(194,195,185)
#D1D1C8
(209,209,200)
#E0DFD7
(224,223,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596150; }

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

This text font color is #596150.


Background Color

.myBgColor { background-color: #596150; }

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

This div background color is #596150.


Border color

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

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

This div border color is #596150.


Opacity

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

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

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

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

This text has shadow with #596150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596150 on black background.


Color preview on white background

This text has color #596150 on white background.



Black color preview on #596150 background

This text has black color on #596150 background.


White color preview on #596150 background

This text has white color on #596150 background.