COLOR #704759

HEX: #704759
RGB: (112,71,89)

Renk bilgisi

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

RGB renk modeli

#704759 color RGB value is (112,71,89).

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

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 71 of 255 = 28%
B 89 of 255 = 35%

112
71
89

R + G + B ~ 36%. #704759 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 71 + 89 = 272 (100%)
R 112 of 272 ~ 41.18%
G 71 of 272 ~ 26.1%
B 89 of 272 ~ 32.72%

%41.18
%26.1
%32.72

CMYK RENK MODELİ

#704759 rengi CMYK tonu (0,37,21,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.61%
  • sarı tonu 20.54%
  • ana renk tonu 56.08%
CMYK:
(0,37,21,56)
C0M37Y21K56 
(0%,37%,21%,56%)
(0.00/0.37/0.21/0.56)	

CMYK yüzdeleri

%0
%36.61
%20.54
%56.08

Codes

Color #704759 in popluar color models

704759
RGB1127189
HSL334°22.40%35.88%
HSB/HSV334°36.61%43.92%
CMYK0.00%36.61%20.54%
56.08%

Color #704759 in popluar number systems.

HEX704759
Decimal1127189
Binary111000010001111011001
Octal160107131

Shades and tints

Shades of #704759

#704759
(112,71,89)
#664151
(102,65,81)
#5C3B49
(92,59,73)
#523541
(82,53,65)
#482F39
(72,47,57)
#3E2931
(62,41,49)
#342329
(52,35,41)
#2A1D21
(42,29,33)
#201719
(32,23,25)
#161111
(22,17,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #704759

#704759
(112,71,89)
#7D5768
(125,87,104)
#8A6777
(138,103,119)
#977786
(151,119,134)
#A48795
(164,135,149)
#B197A4
(177,151,164)
#BEA7B3
(190,167,179)
#CBB7C2
(203,183,194)
#D8C7D1
(216,199,209)
#E5D7E0
(229,215,224)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704759; }

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

This text font color is #704759.


Background Color

.myBgColor { background-color: #704759; }

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

This div background color is #704759.


Border color

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

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

This div border color is #704759.


Opacity

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

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

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

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

This text has shadow with #704759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704759 on black background.


Color preview on white background

This text has color #704759 on white background.



Black color preview on #704759 background

This text has black color on #704759 background.


White color preview on #704759 background

This text has white color on #704759 background.