COLOR #853B80

HEX: #853B80
RGB: (133,59,128)

Renk bilgisi

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

RGB renk modeli

#853B80 color RGB value is (133,59,128).

  • kırmız ton 133;
  • yeşil ton 59;
  • mavi ton 128.
RGB:
(133,59,128)
(52%,23%,50%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 59 of 255 = 23%
B 128 of 255 = 50%

133
59
128

R + G + B ~ 42%. #853B80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 59 + 128 = 320 (100%)
R 133 of 320 ~ 41.56%
G 59 of 320 ~ 18.44%
B 128 of 320 ~ 40%

%41.56
%18.44
%40

CMYK RENK MODELİ

#853B80 rengi CMYK tonu (0,56,4,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.64%
  • sarı tonu 3.76%
  • ana renk tonu 47.84%
CMYK:
(0,56,4,48)
C0M56Y4K48 
(0%,56%,4%,48%)
(0.00/0.56/0.04/0.48)	

CMYK yüzdeleri

%0
%55.64
%3.76
%47.84

Codes

Color #853B80 in popluar color models

853B80
RGB13359128
HSL304°38.54%37.65%
HSB/HSV304°55.64%52.16%
CMYK0.00%55.64%3.76%
47.84%

Color #853B80 in popluar number systems.

HEX853B80
Decimal13359128
Binary1000010111101110000000
Octal20573200

Shades and tints

Shades of #853B80

#853B80
(133,59,128)
#793675
(121,54,117)
#6D316A
(109,49,106)
#612C5F
(97,44,95)
#552754
(85,39,84)
#492249
(73,34,73)
#3D1D3E
(61,29,62)
#311833
(49,24,51)
#251328
(37,19,40)
#190E1D
(25,14,29)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #853B80

#853B80
(133,59,128)
#904C8B
(144,76,139)
#9B5D96
(155,93,150)
#A66EA1
(166,110,161)
#B17FAC
(177,127,172)
#BC90B7
(188,144,183)
#C7A1C2
(199,161,194)
#D2B2CD
(210,178,205)
#DDC3D8
(221,195,216)
#E8D4E3
(232,212,227)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853B80 color. Also use rgb(133,59,128) instead hex code.

Text Font Color

.myTextColor { color: #853B80; }

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

This text font color is #853B80.


Background Color

.myBgColor { background-color: #853B80; }

<div style="background-color:#853B80">Inner text</div>

This div background color is #853B80.


Border color

.myBorderColor { border: 1px solid #853B80; }

<div style="border:3px solid #853B80">Div</div>

This div border color is #853B80.


Opacity

.myOpacity80 { color: #853B80; opacity: 0.8; }

<p style="color:#853B80;opacity:0.8;">80%</p>

Text with #853B80 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 #853B80;}

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

This text has shadow with #853B80 color.

.textShadow {text-shadow: 3px 3px 1px #853B80, 3px 3px 1px red;}

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

This text has shadow with #853B80 primary color and red secondary color.


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

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

This text has shadow with #853B80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853B80 on black background.


Color preview on white background

This text has color #853B80 on white background.



Black color preview on #853B80 background

This text has black color on #853B80 background.


White color preview on #853B80 background

This text has white color on #853B80 background.