COLOR #594949

HEX: #594949
RGB: (89,73,73)

Renk bilgisi

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

RGB renk modeli

#594949 color RGB value is (89,73,73).

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

RGB bağlantıları ve doygunluk

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

89
73
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 73 + 73 = 235 (100%)
R 89 of 235 ~ 37.87%
G 73 of 235 ~ 31.06%
B 73 of 235 ~ 31.06%

%37.87
%31.06
%31.06

CMYK RENK MODELİ

#594949 rengi CMYK tonu (0,18,18,65).

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

CMYK yüzdeleri

%0
%17.98
%17.98
%65.1

Codes

Color #594949 in popluar color models

594949
RGB897373
HSL9.88%31.76%
HSB/HSV17.98%34.90%
CMYK0.00%17.98%17.98%
65.10%

Color #594949 in popluar number systems.

HEX594949
Decimal897373
Binary101100110010011001001
Octal131111111

Shades and tints

Shades of #594949

#594949
(89,73,73)
#514343
(81,67,67)
#493D3D
(73,61,61)
#413737
(65,55,55)
#393131
(57,49,49)
#312B2B
(49,43,43)
#292525
(41,37,37)
#211F1F
(33,31,31)
#191919
(25,25,25)
#111313
(17,19,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #594949

#594949
(89,73,73)
#685959
(104,89,89)
#776969
(119,105,105)
#867979
(134,121,121)
#958989
(149,137,137)
#A49999
(164,153,153)
#B3A9A9
(179,169,169)
#C2B9B9
(194,185,185)
#D1C9C9
(209,201,201)
#E0D9D9
(224,217,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594949; }

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

This text font color is #594949.


Background Color

.myBgColor { background-color: #594949; }

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

This div background color is #594949.


Border color

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

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

This div border color is #594949.


Opacity

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

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

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

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

This text has shadow with #594949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594949 on black background.


Color preview on white background

This text has color #594949 on white background.



Black color preview on #594949 background

This text has black color on #594949 background.


White color preview on #594949 background

This text has white color on #594949 background.