COLOR #594C56

HEX: #594C56
RGB: (89,76,86)

Renk bilgisi

#594C56 contains red, green and blue colors in about the same proportion. #594C56 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#594C56 color RGB value is (89,76,86).

  • kırmız ton 89;
  • yeşil ton 76;
  • mavi ton 86.
RGB:
(89,76,86)
(35%,30%,34%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 76 of 255 = 30%
B 86 of 255 = 34%

89
76
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 76 + 86 = 251 (100%)
R 89 of 251 ~ 35.46%
G 76 of 251 ~ 30.28%
B 86 of 251 ~ 34.26%

%35.46
%30.28
%34.26

CMYK RENK MODELİ

#594C56 rengi CMYK tonu (0,15,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.61%
  • sarı tonu 3.37%
  • ana renk tonu 65.10%
CMYK:
(0,15,3,65)
C0M15Y3K65 
(0%,15%,3%,65%)
(0.00/0.15/0.03/0.65)	

CMYK yüzdeleri

%0
%14.61
%3.37
%65.1

Codes

Color #594C56 in popluar color models

594C56
RGB897686
HSL314°7.88%32.35%
HSB/HSV314°14.61%34.90%
CMYK0.00%14.61%3.37%
65.10%

Color #594C56 in popluar number systems.

HEX594C56
Decimal897686
Binary101100110011001010110
Octal131114126

Shades and tints

Shades of #594C56

#594C56
(89,76,86)
#51464F
(81,70,79)
#494048
(73,64,72)
#413A41
(65,58,65)
#39343A
(57,52,58)
#312E33
(49,46,51)
#29282C
(41,40,44)
#212225
(33,34,37)
#191C1E
(25,28,30)
#111617
(17,22,23)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #594C56

#594C56
(89,76,86)
#685C65
(104,92,101)
#776C74
(119,108,116)
#867C83
(134,124,131)
#958C92
(149,140,146)
#A49CA1
(164,156,161)
#B3ACB0
(179,172,176)
#C2BCBF
(194,188,191)
#D1CCCE
(209,204,206)
#E0DCDD
(224,220,221)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594C56 color. Also use rgb(89,76,86) instead hex code.

Text Font Color

.myTextColor { color: #594C56; }

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

This text font color is #594C56.


Background Color

.myBgColor { background-color: #594C56; }

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

This div background color is #594C56.


Border color

.myBorderColor { border: 1px solid #594C56; }

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

This div border color is #594C56.


Opacity

.myOpacity80 { color: #594C56; opacity: 0.8; }

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

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

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

This text has shadow with #594C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C56 on black background.


Color preview on white background

This text has color #594C56 on white background.



Black color preview on #594C56 background

This text has black color on #594C56 background.


White color preview on #594C56 background

This text has white color on #594C56 background.