COLOR #594D49

HEX: #594D49
RGB: (89,77,73)

Renk bilgisi

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

RGB renk modeli

#594D49 color RGB value is (89,77,73).

  • kırmız ton 89;
  • yeşil ton 77;
  • mavi ton 73.
RGB:
(89,77,73)
(35%,30%,29%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 77 of 255 = 30%
B 73 of 255 = 29%

89
77
73

R + G + B ~ 31%. #594D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 77 + 73 = 239 (100%)
R 89 of 239 ~ 37.24%
G 77 of 239 ~ 32.22%
B 73 of 239 ~ 30.54%

%37.24
%32.22
%30.54

CMYK RENK MODELİ

#594D49 rengi CMYK tonu (0,13,18,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 17.98%
  • ana renk tonu 65.10%
CMYK:
(0,13,18,65)
C0M13Y18K65 
(0%,13%,18%,65%)
(0.00/0.13/0.18/0.65)	

CMYK yüzdeleri

%0
%13.48
%17.98
%65.1

Codes

Color #594D49 in popluar color models

594D49
RGB897773
HSL15°9.88%31.76%
HSB/HSV15°17.98%34.90%
CMYK0.00%13.48%17.98%
65.10%

Color #594D49 in popluar number systems.

HEX594D49
Decimal897773
Binary101100110011011001001
Octal131115111

Shades and tints

Shades of #594D49

#594D49
(89,77,73)
#514643
(81,70,67)
#493F3D
(73,63,61)
#413837
(65,56,55)
#393131
(57,49,49)
#312A2B
(49,42,43)
#292325
(41,35,37)
#211C1F
(33,28,31)
#191519
(25,21,25)
#110E13
(17,14,19)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #594D49

#594D49
(89,77,73)
#685D59
(104,93,89)
#776D69
(119,109,105)
#867D79
(134,125,121)
#958D89
(149,141,137)
#A49D99
(164,157,153)
#B3ADA9
(179,173,169)
#C2BDB9
(194,189,185)
#D1CDC9
(209,205,201)
#E0DDD9
(224,221,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D49 color. Also use rgb(89,77,73) instead hex code.

Text Font Color

.myTextColor { color: #594D49; }

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

This text font color is #594D49.


Background Color

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

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

This div background color is #594D49.


Border color

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

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

This div border color is #594D49.


Opacity

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

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

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

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

This text has shadow with #594D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D49 on black background.


Color preview on white background

This text has color #594D49 on white background.



Black color preview on #594D49 background

This text has black color on #594D49 background.


White color preview on #594D49 background

This text has white color on #594D49 background.