COLOR #8B0059

HEX: #8B0059
RGB: (139,0,89)

Renk bilgisi

#8B0059 contains only red and blue colors. #8B0059 ‘ nin web güvenlik rengi #990066 (ya da #906) dir.

RGB renk modeli

#8B0059 color RGB value is (139,0,89).

  • kırmız ton 139;
  • yeşil ton 0;
  • mavi ton 89.
RGB:
(139,0,89)
(55%,0%,35%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 0 of 255 = 0%
B 89 of 255 = 35%

139
0
89

R + G + B ~ 30%. #8B0059 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 0 + 89 = 228 (100%)
R 139 of 228 ~ 60.96%
G 0 of 228 ~ 0%
B 89 of 228 ~ 39.04%

%60.96
%39.04

CMYK RENK MODELİ

#8B0059 rengi CMYK tonu (0,100,36,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 35.97%
  • ana renk tonu 45.49%
CMYK:
(0,100,36,45)
C0M100Y36K45 
(0%,100%,36%,45%)
(0.00/1.00/0.36/0.45)	

CMYK yüzdeleri

%0
%100
%35.97
%45.49

Codes

Color #8B0059 in popluar color models

8B0059
RGB139089
HSL322°100.00%27.25%
HSB/HSV322°100.00%54.51%
CMYK0.00%100.00%35.97%
45.49%

Color #8B0059 in popluar number systems.

HEX8B0059
Decimal139089
Binary1000101101011001
Octal2130131

Shades and tints

Shades of #8B0059

#8B0059
(139,0,89)
#7F0051
(127,0,81)
#730049
(115,0,73)
#670041
(103,0,65)
#5B0039
(91,0,57)
#4F0031
(79,0,49)
#430029
(67,0,41)
#370021
(55,0,33)
#2B0019
(43,0,25)
#1F0011
(31,0,17)
#130009
(19,0,9)
#000000
(0,0,0)

Tints of #8B0059

#8B0059
(139,0,89)
#951768
(149,23,104)
#9F2E77
(159,46,119)
#A94586
(169,69,134)
#B35C95
(179,92,149)
#BD73A4
(189,115,164)
#C78AB3
(199,138,179)
#D1A1C2
(209,161,194)
#DBB8D1
(219,184,209)
#E5CFE0
(229,207,224)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0059 color. Also use rgb(139,0,89) instead hex code.

Text Font Color

.myTextColor { color: #8B0059; }

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

This text font color is #8B0059.


Background Color

.myBgColor { background-color: #8B0059; }

<div style="background-color:#8B0059">Inner text</div>

This div background color is #8B0059.


Border color

.myBorderColor { border: 1px solid #8B0059; }

<div style="border:3px solid #8B0059">Div</div>

This div border color is #8B0059.


Opacity

.myOpacity80 { color: #8B0059; opacity: 0.8; }

<p style="color:#8B0059;opacity:0.8;">80%</p>

Text with #8B0059 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 #8B0059;}

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

This text has shadow with #8B0059 color.

.textShadow {text-shadow: 3px 3px 1px #8B0059, 3px 3px 1px red;}

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

This text has shadow with #8B0059 primary color and red secondary color.


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

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

This text has shadow with #8B0059 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0059 on black background.


Color preview on white background

This text has color #8B0059 on white background.



Black color preview on #8B0059 background

This text has black color on #8B0059 background.


White color preview on #8B0059 background

This text has white color on #8B0059 background.