COLOR #596469

HEX: #596469
RGB: (89,100,105)

Renk bilgisi

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

RGB renk modeli

#596469 color RGB value is (89,100,105).

  • kırmız ton 89;
  • yeşil ton 100;
  • mavi ton 105.
RGB:
(89,100,105)
(35%,39%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 100 of 255 = 39%
B 105 of 255 = 41%

89
100
105

R + G + B ~ 38%. #596469 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 100 + 105 = 294 (100%)
R 89 of 294 ~ 30.27%
G 100 of 294 ~ 34.01%
B 105 of 294 ~ 35.71%

%30.27
%34.01
%35.71

CMYK RENK MODELİ

#596469 rengi CMYK tonu (15,5,0,59).

  • camgöbeği tonu 15.24%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(15,5,0,59)
C15M5Y0K59 
(15%,5%,0%,59%)
(0.15/0.05/0.00/0.59)	

CMYK yüzdeleri

%15.24
%4.76
%0
%58.82

Codes

Color #596469 in popluar color models

596469
RGB89100105
HSL199°8.25%38.04%
HSB/HSV199°15.24%41.18%
CMYK15.24%4.76%0.00%
58.82%

Color #596469 in popluar number systems.

HEX596469
Decimal89100105
Binary101100111001001101001
Octal131144151

Shades and tints

Shades of #596469

#596469
(89,100,105)
#515B60
(81,91,96)
#495257
(73,82,87)
#41494E
(65,73,78)
#394045
(57,64,69)
#31373C
(49,55,60)
#292E33
(41,46,51)
#21252A
(33,37,42)
#191C21
(25,28,33)
#111318
(17,19,24)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #596469

#596469
(89,100,105)
#687276
(104,114,118)
#778083
(119,128,131)
#868E90
(134,142,144)
#959C9D
(149,156,157)
#A4AAAA
(164,170,170)
#B3B8B7
(179,184,183)
#C2C6C4
(194,198,196)
#D1D4D1
(209,212,209)
#E0E2DE
(224,226,222)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596469 color. Also use rgb(89,100,105) instead hex code.

Text Font Color

.myTextColor { color: #596469; }

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

This text font color is #596469.


Background Color

.myBgColor { background-color: #596469; }

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

This div background color is #596469.


Border color

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

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

This div border color is #596469.


Opacity

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

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

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

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

This text has shadow with #596469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596469 on black background.


Color preview on white background

This text has color #596469 on white background.



Black color preview on #596469 background

This text has black color on #596469 background.


White color preview on #596469 background

This text has white color on #596469 background.