COLOR #804059

HEX: #804059
RGB: (128,64,89)

Renk bilgisi

#804059 contains mainly red and blue colors. #804059 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#804059 color RGB value is (128,64,89).

  • kırmız ton 128;
  • yeşil ton 64;
  • mavi ton 89.
RGB:
(128,64,89)
(50%,25%,35%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 64 of 255 = 25%
B 89 of 255 = 35%

128
64
89

R + G + B ~ 37%. #804059 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 64 + 89 = 281 (100%)
R 128 of 281 ~ 45.55%
G 64 of 281 ~ 22.78%
B 89 of 281 ~ 31.67%

%45.55
%22.78
%31.67

CMYK RENK MODELİ

#804059 rengi CMYK tonu (0,50,30,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 30.47%
  • ana renk tonu 49.80%
CMYK:
(0,50,30,50)
C0M50Y30K50 
(0%,50%,30%,50%)
(0.00/0.50/0.30/0.50)	

CMYK yüzdeleri

%0
%50
%30.47
%49.8

Codes

Color #804059 in popluar color models

804059
RGB1286489
HSL337°33.33%37.65%
HSB/HSV337°50.00%50.20%
CMYK0.00%50.00%30.47%
49.80%

Color #804059 in popluar number systems.

HEX804059
Decimal1286489
Binary1000000010000001011001
Octal200100131

Shades and tints

Shades of #804059

#804059
(128,64,89)
#753B51
(117,59,81)
#6A3649
(106,54,73)
#5F3141
(95,49,65)
#542C39
(84,44,57)
#492731
(73,39,49)
#3E2229
(62,34,41)
#331D21
(51,29,33)
#281819
(40,24,25)
#1D1311
(29,19,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #804059

#804059
(128,64,89)
#8B5168
(139,81,104)
#966277
(150,98,119)
#A17386
(161,115,134)
#AC8495
(172,132,149)
#B795A4
(183,149,164)
#C2A6B3
(194,166,179)
#CDB7C2
(205,183,194)
#D8C8D1
(216,200,209)
#E3D9E0
(227,217,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804059 color. Also use rgb(128,64,89) instead hex code.

Text Font Color

.myTextColor { color: #804059; }

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

This text font color is #804059.


Background Color

.myBgColor { background-color: #804059; }

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

This div background color is #804059.


Border color

.myBorderColor { border: 1px solid #804059; }

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

This div border color is #804059.


Opacity

.myOpacity80 { color: #804059; opacity: 0.8; }

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

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

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

This text has shadow with #804059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804059 on black background.


Color preview on white background

This text has color #804059 on white background.



Black color preview on #804059 background

This text has black color on #804059 background.


White color preview on #804059 background

This text has white color on #804059 background.