COLOR #594047

HEX: #594047
RGB: (89,64,71)

Renk bilgisi

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

RGB renk modeli

#594047 color RGB value is (89,64,71).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 64 of 255 = 25%
B 71 of 255 = 28%

89
64
71

R + G + B ~ 29%. #594047 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 64 + 71 = 224 (100%)
R 89 of 224 ~ 39.73%
G 64 of 224 ~ 28.57%
B 71 of 224 ~ 31.7%

%39.73
%28.57
%31.7

CMYK RENK MODELİ

#594047 rengi CMYK tonu (0,28,20,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.09%
  • sarı tonu 20.22%
  • ana renk tonu 65.10%
CMYK:
(0,28,20,65)
C0M28Y20K65 
(0%,28%,20%,65%)
(0.00/0.28/0.20/0.65)	

CMYK yüzdeleri

%0
%28.09
%20.22
%65.1

Codes

Color #594047 in popluar color models

594047
RGB896471
HSL343°16.34%30.00%
HSB/HSV343°28.09%34.90%
CMYK0.00%28.09%20.22%
65.10%

Color #594047 in popluar number systems.

HEX594047
Decimal896471
Binary101100110000001000111
Octal131100107

Shades and tints

Shades of #594047

#594047
(89,64,71)
#513B41
(81,59,65)
#49363B
(73,54,59)
#413135
(65,49,53)
#392C2F
(57,44,47)
#312729
(49,39,41)
#292223
(41,34,35)
#211D1D
(33,29,29)
#191817
(25,24,23)
#111311
(17,19,17)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #594047

#594047
(89,64,71)
#685157
(104,81,87)
#776267
(119,98,103)
#867377
(134,115,119)
#958487
(149,132,135)
#A49597
(164,149,151)
#B3A6A7
(179,166,167)
#C2B7B7
(194,183,183)
#D1C8C7
(209,200,199)
#E0D9D7
(224,217,215)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594047; }

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

This text font color is #594047.


Background Color

.myBgColor { background-color: #594047; }

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

This div background color is #594047.


Border color

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

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

This div border color is #594047.


Opacity

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

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

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

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

This text has shadow with #594047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594047 on black background.


Color preview on white background

This text has color #594047 on white background.



Black color preview on #594047 background

This text has black color on #594047 background.


White color preview on #594047 background

This text has white color on #594047 background.