COLOR #83357D

HEX: #83357D
RGB: (131,53,125)

Renk bilgisi

#83357D contains mainly red and blue colors. #83357D ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#83357D color RGB value is (131,53,125).

  • kırmız ton 131;
  • yeşil ton 53;
  • mavi ton 125.
RGB:
(131,53,125)
(51%,21%,49%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 53 of 255 = 21%
B 125 of 255 = 49%

131
53
125

R + G + B ~ 40%. #83357D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 53 + 125 = 309 (100%)
R 131 of 309 ~ 42.39%
G 53 of 309 ~ 17.15%
B 125 of 309 ~ 40.45%

%42.39
%17.15
%40.45

CMYK RENK MODELİ

#83357D rengi CMYK tonu (0,60,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.54%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(0,60,5,49)
C0M60Y5K49 
(0%,60%,5%,49%)
(0.00/0.60/0.05/0.49)	

CMYK yüzdeleri

%0
%59.54
%4.58
%48.63

Codes

Color #83357D in popluar color models

83357D
RGB13153125
HSL305°42.39%36.08%
HSB/HSV305°59.54%51.37%
CMYK0.00%59.54%4.58%
48.63%

Color #83357D in popluar number systems.

HEX83357D
Decimal13153125
Binary100000111101011111101
Octal20365175

Shades and tints

Shades of #83357D

#83357D
(131,53,125)
#783172
(120,49,114)
#6D2D67
(109,45,103)
#62295C
(98,41,92)
#572551
(87,37,81)
#4C2146
(76,33,70)
#411D3B
(65,29,59)
#361930
(54,25,48)
#2B1525
(43,21,37)
#20111A
(32,17,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #83357D

#83357D
(131,53,125)
#8E4788
(142,71,136)
#995993
(153,89,147)
#A46B9E
(164,107,158)
#AF7DA9
(175,125,169)
#BA8FB4
(186,143,180)
#C5A1BF
(197,161,191)
#D0B3CA
(208,179,202)
#DBC5D5
(219,197,213)
#E6D7E0
(230,215,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83357D color. Also use rgb(131,53,125) instead hex code.

Text Font Color

.myTextColor { color: #83357D; }

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

This text font color is #83357D.


Background Color

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

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

This div background color is #83357D.


Border color

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

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

This div border color is #83357D.


Opacity

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

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

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

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

This text has shadow with #83357D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83357D on black background.


Color preview on white background

This text has color #83357D on white background.



Black color preview on #83357D background

This text has black color on #83357D background.


White color preview on #83357D background

This text has white color on #83357D background.