COLOR #594647

HEX: #594647
RGB: (89,70,71)

Renk bilgisi

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

RGB renk modeli

#594647 color RGB value is (89,70,71).

  • kırmız ton 89;
  • yeşil ton 70;
  • mavi ton 71.
RGB:
(89,70,71)
(35%,27%,28%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 70 of 255 = 27%
B 71 of 255 = 28%

89
70
71

R + G + B ~ 30%. #594647 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 70 + 71 = 230 (100%)
R 89 of 230 ~ 38.7%
G 70 of 230 ~ 30.43%
B 71 of 230 ~ 30.87%

%38.7
%30.43
%30.87

CMYK RENK MODELİ

#594647 rengi CMYK tonu (0,21,20,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.35%
  • sarı tonu 20.22%
  • ana renk tonu 65.10%
CMYK:
(0,21,20,65)
C0M21Y20K65 
(0%,21%,20%,65%)
(0.00/0.21/0.20/0.65)	

CMYK yüzdeleri

%0
%21.35
%20.22
%65.1

Codes

Color #594647 in popluar color models

594647
RGB897071
HSL357°11.95%31.18%
HSB/HSV357°21.35%34.90%
CMYK0.00%21.35%20.22%
65.10%

Color #594647 in popluar number systems.

HEX594647
Decimal897071
Binary101100110001101000111
Octal131106107

Shades and tints

Shades of #594647

#594647
(89,70,71)
#514041
(81,64,65)
#493A3B
(73,58,59)
#413435
(65,52,53)
#392E2F
(57,46,47)
#312829
(49,40,41)
#292223
(41,34,35)
#211C1D
(33,28,29)
#191617
(25,22,23)
#111011
(17,16,17)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #594647

#594647
(89,70,71)
#685657
(104,86,87)
#776667
(119,102,103)
#867677
(134,118,119)
#958687
(149,134,135)
#A49697
(164,150,151)
#B3A6A7
(179,166,167)
#C2B6B7
(194,182,183)
#D1C6C7
(209,198,199)
#E0D6D7
(224,214,215)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594647 color. Also use rgb(89,70,71) instead hex code.

Text Font Color

.myTextColor { color: #594647; }

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

This text font color is #594647.


Background Color

.myBgColor { background-color: #594647; }

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

This div background color is #594647.


Border color

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

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

This div border color is #594647.


Opacity

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

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

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

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

This text has shadow with #594647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594647 on black background.


Color preview on white background

This text has color #594647 on white background.



Black color preview on #594647 background

This text has black color on #594647 background.


White color preview on #594647 background

This text has white color on #594647 background.