COLOR #53495E

HEX: #53495E
RGB: (83,73,94)

Renk bilgisi

#53495E contains red, green and blue colors in about the same proportion. #53495E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#53495E color RGB value is (83,73,94).

  • kırmız ton 83;
  • yeşil ton 73;
  • mavi ton 94.
RGB:
(83,73,94)
(33%,29%,37%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 73 of 255 = 29%
B 94 of 255 = 37%

83
73
94

R + G + B ~ 33%. #53495E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 73 + 94 = 250 (100%)
R 83 of 250 ~ 33.2%
G 73 of 250 ~ 29.2%
B 94 of 250 ~ 37.6%

%33.2
%29.2
%37.6

CMYK RENK MODELİ

#53495E rengi CMYK tonu (12,22,0,63).

  • camgöbeği tonu 11.70%
  • eflatun tonu 22.34%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(12,22,0,63)
C12M22Y0K63 
(12%,22%,0%,63%)
(0.12/0.22/0.00/0.63)	

CMYK yüzdeleri

%11.7
%22.34
%0
%63.14

Codes

Color #53495E in popluar color models

53495E
RGB837394
HSL269°12.57%32.75%
HSB/HSV269°22.34%36.86%
CMYK11.70%22.34%0.00%
63.14%

Color #53495E in popluar number systems.

HEX53495E
Decimal837394
Binary101001110010011011110
Octal123111136

Shades and tints

Shades of #53495E

#53495E
(83,73,94)
#4C4356
(76,67,86)
#453D4E
(69,61,78)
#3E3746
(62,55,70)
#37313E
(55,49,62)
#302B36
(48,43,54)
#29252E
(41,37,46)
#221F26
(34,31,38)
#1B191E
(27,25,30)
#141316
(20,19,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #53495E

#53495E
(83,73,94)
#62596C
(98,89,108)
#71697A
(113,105,122)
#807988
(128,121,136)
#8F8996
(143,137,150)
#9E99A4
(158,153,164)
#ADA9B2
(173,169,178)
#BCB9C0
(188,185,192)
#CBC9CE
(203,201,206)
#DAD9DC
(218,217,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53495E color. Also use rgb(83,73,94) instead hex code.

Text Font Color

.myTextColor { color: #53495E; }

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

This text font color is #53495E.


Background Color

.myBgColor { background-color: #53495E; }

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

This div background color is #53495E.


Border color

.myBorderColor { border: 1px solid #53495E; }

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

This div border color is #53495E.


Opacity

.myOpacity80 { color: #53495E; opacity: 0.8; }

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

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

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

This text has shadow with #53495E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53495E on black background.


Color preview on white background

This text has color #53495E on white background.



Black color preview on #53495E background

This text has black color on #53495E background.


White color preview on #53495E background

This text has white color on #53495E background.