COLOR #53594C

HEX: #53594C
RGB: (83,89,76)

Renk bilgisi

#53594C contains red, green and blue colors in about the same proportion. #53594C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#53594C color RGB value is (83,89,76).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 89 of 255 = 35%
B 76 of 255 = 30%

83
89
76

R + G + B ~ 33%. #53594C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 89 + 76 = 248 (100%)
R 83 of 248 ~ 33.47%
G 89 of 248 ~ 35.89%
B 76 of 248 ~ 30.65%

%33.47
%35.89
%30.65

CMYK RENK MODELİ

#53594C rengi CMYK tonu (7,0,15,65).

  • camgöbeği tonu 6.74%
  • eflatun tonu 0.00%
  • sarı tonu 14.61%
  • ana renk tonu 65.10%
CMYK:
(7,0,15,65)
C7M0Y15K65 
(7%,0%,15%,65%)
(0.07/0.00/0.15/0.65)	

CMYK yüzdeleri

%6.74
%0
%14.61
%65.1

Codes

Color #53594C in popluar color models

53594C
RGB838976
HSL88°7.88%32.35%
HSB/HSV88°14.61%34.90%
CMYK6.74%0.00%14.61%
65.10%

Color #53594C in popluar number systems.

HEX53594C
Decimal838976
Binary101001110110011001100
Octal123131114

Shades and tints

Shades of #53594C

#53594C
(83,89,76)
#4C5146
(76,81,70)
#454940
(69,73,64)
#3E413A
(62,65,58)
#373934
(55,57,52)
#30312E
(48,49,46)
#292928
(41,41,40)
#222122
(34,33,34)
#1B191C
(27,25,28)
#141116
(20,17,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #53594C

#53594C
(83,89,76)
#62685C
(98,104,92)
#71776C
(113,119,108)
#80867C
(128,134,124)
#8F958C
(143,149,140)
#9EA49C
(158,164,156)
#ADB3AC
(173,179,172)
#BCC2BC
(188,194,188)
#CBD1CC
(203,209,204)
#DAE0DC
(218,224,220)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53594C color. Also use rgb(83,89,76) instead hex code.

Text Font Color

.myTextColor { color: #53594C; }

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

This text font color is #53594C.


Background Color

.myBgColor { background-color: #53594C; }

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

This div background color is #53594C.


Border color

.myBorderColor { border: 1px solid #53594C; }

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

This div border color is #53594C.


Opacity

.myOpacity80 { color: #53594C; opacity: 0.8; }

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

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

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

This text has shadow with #53594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53594C on black background.


Color preview on white background

This text has color #53594C on white background.



Black color preview on #53594C background

This text has black color on #53594C background.


White color preview on #53594C background

This text has white color on #53594C background.