COLOR #85377D

HEX: #85377D
RGB: (133,55,125)

Renk bilgisi

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

RGB renk modeli

#85377D color RGB value is (133,55,125).

  • kırmız ton 133;
  • yeşil ton 55;
  • mavi ton 125.
RGB:
(133,55,125)
(52%,22%,49%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 55 of 255 = 22%
B 125 of 255 = 49%

133
55
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 55 + 125 = 313 (100%)
R 133 of 313 ~ 42.49%
G 55 of 313 ~ 17.57%
B 125 of 313 ~ 39.94%

%42.49
%17.57
%39.94

CMYK RENK MODELİ

#85377D rengi CMYK tonu (0,59,6,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.65%
  • sarı tonu 6.02%
  • ana renk tonu 47.84%
CMYK:
(0,59,6,48)
C0M59Y6K48 
(0%,59%,6%,48%)
(0.00/0.59/0.06/0.48)	

CMYK yüzdeleri

%0
%58.65
%6.02
%47.84

Codes

Color #85377D in popluar color models

85377D
RGB13355125
HSL306°41.49%36.86%
HSB/HSV306°58.65%52.16%
CMYK0.00%58.65%6.02%
47.84%

Color #85377D in popluar number systems.

HEX85377D
Decimal13355125
Binary100001011101111111101
Octal20567175

Shades and tints

Shades of #85377D

#85377D
(133,55,125)
#793272
(121,50,114)
#6D2D67
(109,45,103)
#61285C
(97,40,92)
#552351
(85,35,81)
#491E46
(73,30,70)
#3D193B
(61,25,59)
#311430
(49,20,48)
#250F25
(37,15,37)
#190A1A
(25,10,26)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #85377D

#85377D
(133,55,125)
#904988
(144,73,136)
#9B5B93
(155,91,147)
#A66D9E
(166,109,158)
#B17FA9
(177,127,169)
#BC91B4
(188,145,180)
#C7A3BF
(199,163,191)
#D2B5CA
(210,181,202)
#DDC7D5
(221,199,213)
#E8D9E0
(232,217,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85377D color. Also use rgb(133,55,125) instead hex code.

Text Font Color

.myTextColor { color: #85377D; }

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

This text font color is #85377D.


Background Color

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

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

This div background color is #85377D.


Border color

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

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

This div border color is #85377D.


Opacity

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

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

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

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

This text has shadow with #85377D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85377D on black background.


Color preview on white background

This text has color #85377D on white background.



Black color preview on #85377D background

This text has black color on #85377D background.


White color preview on #85377D background

This text has white color on #85377D background.