COLOR #53376D

HEX: #53376D
RGB: (83,55,109)

Renk bilgisi

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

RGB renk modeli

#53376D color RGB value is (83,55,109).

  • kırmız ton 83;
  • yeşil ton 55;
  • mavi ton 109.
RGB:
(83,55,109)
(33%,22%,43%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 55 of 255 = 22%
B 109 of 255 = 43%

83
55
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 55 + 109 = 247 (100%)
R 83 of 247 ~ 33.6%
G 55 of 247 ~ 22.27%
B 109 of 247 ~ 44.13%

%33.6
%22.27
%44.13

CMYK RENK MODELİ

#53376D rengi CMYK tonu (24,50,0,57).

  • camgöbeği tonu 23.85%
  • eflatun tonu 49.54%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(24,50,0,57)
C24M50Y0K57 
(24%,50%,0%,57%)
(0.24/0.50/0.00/0.57)	

CMYK yüzdeleri

%23.85
%49.54
%0
%57.25

Codes

Color #53376D in popluar color models

53376D
RGB8355109
HSL271°32.93%32.16%
HSB/HSV271°49.54%42.75%
CMYK23.85%49.54%0.00%
57.25%

Color #53376D in popluar number systems.

HEX53376D
Decimal8355109
Binary10100111101111101101
Octal12367155

Shades and tints

Shades of #53376D

#53376D
(83,55,109)
#4C3264
(76,50,100)
#452D5B
(69,45,91)
#3E2852
(62,40,82)
#372349
(55,35,73)
#301E40
(48,30,64)
#291937
(41,25,55)
#22142E
(34,20,46)
#1B0F25
(27,15,37)
#140A1C
(20,10,28)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #53376D

#53376D
(83,55,109)
#62497A
(98,73,122)
#715B87
(113,91,135)
#806D94
(128,109,148)
#8F7FA1
(143,127,161)
#9E91AE
(158,145,174)
#ADA3BB
(173,163,187)
#BCB5C8
(188,181,200)
#CBC7D5
(203,199,213)
#DAD9E2
(218,217,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53376D color. Also use rgb(83,55,109) instead hex code.

Text Font Color

.myTextColor { color: #53376D; }

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

This text font color is #53376D.


Background Color

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

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

This div background color is #53376D.


Border color

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

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

This div border color is #53376D.


Opacity

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

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

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

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

This text has shadow with #53376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53376D on black background.


Color preview on white background

This text has color #53376D on white background.



Black color preview on #53376D background

This text has black color on #53376D background.


White color preview on #53376D background

This text has white color on #53376D background.