COLOR #53594D

HEX: #53594D
RGB: (83,89,77)

Renk bilgisi

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

RGB renk modeli

#53594D color RGB value is (83,89,77).

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

RGB bağlantıları ve doygunluk

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

83
89
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 89 + 77 = 249 (100%)
R 83 of 249 ~ 33.33%
G 89 of 249 ~ 35.74%
B 77 of 249 ~ 30.92%

%33.33
%35.74
%30.92

CMYK RENK MODELİ

#53594D rengi CMYK tonu (7,0,13,65).

  • camgöbeği tonu 6.74%
  • eflatun tonu 0.00%
  • sarı tonu 13.48%
  • ana renk tonu 65.10%
CMYK:
(7,0,13,65)
C7M0Y13K65 
(7%,0%,13%,65%)
(0.07/0.00/0.13/0.65)	

CMYK yüzdeleri

%6.74
%0
%13.48
%65.1

Codes

Color #53594D in popluar color models

53594D
RGB838977
HSL90°7.23%32.55%
HSB/HSV90°13.48%34.90%
CMYK6.74%0.00%13.48%
65.10%

Color #53594D in popluar number systems.

HEX53594D
Decimal838977
Binary101001110110011001101
Octal123131115

Shades and tints

Shades of #53594D

#53594D
(83,89,77)
#4C5146
(76,81,70)
#45493F
(69,73,63)
#3E4138
(62,65,56)
#373931
(55,57,49)
#30312A
(48,49,42)
#292923
(41,41,35)
#22211C
(34,33,28)
#1B1915
(27,25,21)
#14110E
(20,17,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #53594D

#53594D
(83,89,77)
#62685D
(98,104,93)
#71776D
(113,119,109)
#80867D
(128,134,125)
#8F958D
(143,149,141)
#9EA49D
(158,164,157)
#ADB3AD
(173,179,173)
#BCC2BD
(188,194,189)
#CBD1CD
(203,209,205)
#DAE0DD
(218,224,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53594D; }

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

This text font color is #53594D.


Background Color

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

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

This div background color is #53594D.


Border color

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

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

This div border color is #53594D.


Opacity

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

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

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

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

This text has shadow with #53594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53594D on black background.


Color preview on white background

This text has color #53594D on white background.



Black color preview on #53594D background

This text has black color on #53594D background.


White color preview on #53594D background

This text has white color on #53594D background.