COLOR #704059

HEX: #704059
RGB: (112,64,89)

Renk bilgisi

#704059 contains red, green and blue colors in about the same proportion. #704059 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#704059 color RGB value is (112,64,89).

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

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 64 of 255 = 25%
B 89 of 255 = 35%

112
64
89

R + G + B ~ 35%. #704059 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 64 + 89 = 265 (100%)
R 112 of 265 ~ 42.26%
G 64 of 265 ~ 24.15%
B 89 of 265 ~ 33.58%

%42.26
%24.15
%33.58

CMYK RENK MODELİ

#704059 rengi CMYK tonu (0,43,21,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.86%
  • sarı tonu 20.54%
  • ana renk tonu 56.08%
CMYK:
(0,43,21,56)
C0M43Y21K56 
(0%,43%,21%,56%)
(0.00/0.43/0.21/0.56)	

CMYK yüzdeleri

%0
%42.86
%20.54
%56.08

Codes

Color #704059 in popluar color models

704059
RGB1126489
HSL329°27.27%34.51%
HSB/HSV329°42.86%43.92%
CMYK0.00%42.86%20.54%
56.08%

Color #704059 in popluar number systems.

HEX704059
Decimal1126489
Binary111000010000001011001
Octal160100131

Shades and tints

Shades of #704059

#704059
(112,64,89)
#663B51
(102,59,81)
#5C3649
(92,54,73)
#523141
(82,49,65)
#482C39
(72,44,57)
#3E2731
(62,39,49)
#342229
(52,34,41)
#2A1D21
(42,29,33)
#201819
(32,24,25)
#161311
(22,19,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #704059

#704059
(112,64,89)
#7D5168
(125,81,104)
#8A6277
(138,98,119)
#977386
(151,115,134)
#A48495
(164,132,149)
#B195A4
(177,149,164)
#BEA6B3
(190,166,179)
#CBB7C2
(203,183,194)
#D8C8D1
(216,200,209)
#E5D9E0
(229,217,224)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704059; }

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

This text font color is #704059.


Background Color

.myBgColor { background-color: #704059; }

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

This div background color is #704059.


Border color

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

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

This div border color is #704059.


Opacity

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

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

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

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

This text has shadow with #704059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704059 on black background.


Color preview on white background

This text has color #704059 on white background.



Black color preview on #704059 background

This text has black color on #704059 background.


White color preview on #704059 background

This text has white color on #704059 background.