COLOR #596271

HEX: #596271
RGB: (89,98,113)

Renk bilgisi

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

RGB renk modeli

#596271 color RGB value is (89,98,113).

  • kırmız ton 89;
  • yeşil ton 98;
  • mavi ton 113.
RGB:
(89,98,113)
(35%,38%,44%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 98 of 255 = 38%
B 113 of 255 = 44%

89
98
113

R + G + B ~ 39%. #596271 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 98 + 113 = 300 (100%)
R 89 of 300 ~ 29.67%
G 98 of 300 ~ 32.67%
B 113 of 300 ~ 37.67%

%29.67
%32.67
%37.67

CMYK RENK MODELİ

#596271 rengi CMYK tonu (21,13,0,56).

  • camgöbeği tonu 21.24%
  • eflatun tonu 13.27%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(21,13,0,56)
C21M13Y0K56 
(21%,13%,0%,56%)
(0.21/0.13/0.00/0.56)	

CMYK yüzdeleri

%21.24
%13.27
%0
%55.69

Codes

Color #596271 in popluar color models

596271
RGB8998113
HSL218°11.88%39.61%
HSB/HSV218°21.24%44.31%
CMYK21.24%13.27%0.00%
55.69%

Color #596271 in popluar number systems.

HEX596271
Decimal8998113
Binary101100111000101110001
Octal131142161

Shades and tints

Shades of #596271

#596271
(89,98,113)
#515A67
(81,90,103)
#49525D
(73,82,93)
#414A53
(65,74,83)
#394249
(57,66,73)
#313A3F
(49,58,63)
#293235
(41,50,53)
#212A2B
(33,42,43)
#192221
(25,34,33)
#111A17
(17,26,23)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #596271

#596271
(89,98,113)
#68707D
(104,112,125)
#777E89
(119,126,137)
#868C95
(134,140,149)
#959AA1
(149,154,161)
#A4A8AD
(164,168,173)
#B3B6B9
(179,182,185)
#C2C4C5
(194,196,197)
#D1D2D1
(209,210,209)
#E0E0DD
(224,224,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596271 color. Also use rgb(89,98,113) instead hex code.

Text Font Color

.myTextColor { color: #596271; }

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

This text font color is #596271.


Background Color

.myBgColor { background-color: #596271; }

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

This div background color is #596271.


Border color

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

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

This div border color is #596271.


Opacity

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

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

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

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

This text has shadow with #596271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596271 on black background.


Color preview on white background

This text has color #596271 on white background.



Black color preview on #596271 background

This text has black color on #596271 background.


White color preview on #596271 background

This text has white color on #596271 background.