COLOR #53425C

HEX: #53425C
RGB: (83,66,92)

Renk bilgisi

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

RGB renk modeli

#53425C color RGB value is (83,66,92).

  • kırmız ton 83;
  • yeşil ton 66;
  • mavi ton 92.
RGB:
(83,66,92)
(33%,26%,36%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 66 of 255 = 26%
B 92 of 255 = 36%

83
66
92

R + G + B ~ 32%. #53425C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 66 + 92 = 241 (100%)
R 83 of 241 ~ 34.44%
G 66 of 241 ~ 27.39%
B 92 of 241 ~ 38.17%

%34.44
%27.39
%38.17

CMYK RENK MODELİ

#53425C rengi CMYK tonu (10,28,0,64).

  • camgöbeği tonu 9.78%
  • eflatun tonu 28.26%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(10,28,0,64)
C10M28Y0K64 
(10%,28%,0%,64%)
(0.10/0.28/0.00/0.64)	

CMYK yüzdeleri

%9.78
%28.26
%0
%63.92

Codes

Color #53425C in popluar color models

53425C
RGB836692
HSL279°16.46%30.98%
HSB/HSV279°28.26%36.08%
CMYK9.78%28.26%0.00%
63.92%

Color #53425C in popluar number systems.

HEX53425C
Decimal836692
Binary101001110000101011100
Octal123102134

Shades and tints

Shades of #53425C

#53425C
(83,66,92)
#4C3C54
(76,60,84)
#45364C
(69,54,76)
#3E3044
(62,48,68)
#372A3C
(55,42,60)
#302434
(48,36,52)
#291E2C
(41,30,44)
#221824
(34,24,36)
#1B121C
(27,18,28)
#140C14
(20,12,20)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #53425C

#53425C
(83,66,92)
#62536A
(98,83,106)
#716478
(113,100,120)
#807586
(128,117,134)
#8F8694
(143,134,148)
#9E97A2
(158,151,162)
#ADA8B0
(173,168,176)
#BCB9BE
(188,185,190)
#CBCACC
(203,202,204)
#DADBDA
(218,219,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53425C color. Also use rgb(83,66,92) instead hex code.

Text Font Color

.myTextColor { color: #53425C; }

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

This text font color is #53425C.


Background Color

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

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

This div background color is #53425C.


Border color

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

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

This div border color is #53425C.


Opacity

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

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

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

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

This text has shadow with #53425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53425C on black background.


Color preview on white background

This text has color #53425C on white background.



Black color preview on #53425C background

This text has black color on #53425C background.


White color preview on #53425C background

This text has white color on #53425C background.