COLOR #53399C

HEX: #53399C
RGB: (83,57,156)

Renk bilgisi

#53399C contains mainly blue color. #53399C ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#53399C color RGB value is (83,57,156).

  • kırmız ton 83;
  • yeşil ton 57;
  • mavi ton 156.
RGB:
(83,57,156)
(33%,22%,61%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 57 of 255 = 22%
B 156 of 255 = 61%

83
57
156

R + G + B ~ 39%. #53399C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 57 + 156 = 296 (100%)
R 83 of 296 ~ 28.04%
G 57 of 296 ~ 19.26%
B 156 of 296 ~ 52.7%

%28.04
%19.26
%52.7

CMYK RENK MODELİ

#53399C rengi CMYK tonu (47,63,0,39).

  • camgöbeği tonu 46.79%
  • eflatun tonu 63.46%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(47,63,0,39)
C47M63Y0K39 
(47%,63%,0%,39%)
(0.47/0.63/0.00/0.39)	

CMYK yüzdeleri

%46.79
%63.46
%0
%38.82

Codes

Color #53399C in popluar color models

53399C
RGB8357156
HSL256°46.48%41.76%
HSB/HSV256°63.46%61.18%
CMYK46.79%63.46%0.00%
38.82%

Color #53399C in popluar number systems.

HEX53399C
Decimal8357156
Binary101001111100110011100
Octal12371234

Shades and tints

Shades of #53399C

#53399C
(83,57,156)
#4C348E
(76,52,142)
#452F80
(69,47,128)
#3E2A72
(62,42,114)
#372564
(55,37,100)
#302056
(48,32,86)
#291B48
(41,27,72)
#22163A
(34,22,58)
#1B112C
(27,17,44)
#140C1E
(20,12,30)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #53399C

#53399C
(83,57,156)
#624BA5
(98,75,165)
#715DAE
(113,93,174)
#806FB7
(128,111,183)
#8F81C0
(143,129,192)
#9E93C9
(158,147,201)
#ADA5D2
(173,165,210)
#BCB7DB
(188,183,219)
#CBC9E4
(203,201,228)
#DADBED
(218,219,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53399C color. Also use rgb(83,57,156) instead hex code.

Text Font Color

.myTextColor { color: #53399C; }

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

This text font color is #53399C.


Background Color

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

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

This div background color is #53399C.


Border color

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

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

This div border color is #53399C.


Opacity

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

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

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

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

This text has shadow with #53399C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53399C on black background.


Color preview on white background

This text has color #53399C on white background.



Black color preview on #53399C background

This text has black color on #53399C background.


White color preview on #53399C background

This text has white color on #53399C background.