COLOR #704D71

HEX: #704D71
RGB: (112,77,113)

Renk bilgisi

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

RGB renk modeli

#704D71 color RGB value is (112,77,113).

  • kırmız ton 112;
  • yeşil ton 77;
  • mavi ton 113.
RGB:
(112,77,113)
(44%,30%,44%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 77 of 255 = 30%
B 113 of 255 = 44%

112
77
113

R + G + B ~ 39%. #704D71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 77 + 113 = 302 (100%)
R 112 of 302 ~ 37.09%
G 77 of 302 ~ 25.5%
B 113 of 302 ~ 37.42%

%37.09
%25.5
%37.42

CMYK RENK MODELİ

#704D71 rengi CMYK tonu (1,32,0,56).

  • camgöbeği tonu 0.88%
  • eflatun tonu 31.86%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(1,32,0,56)
C1M32Y0K56 
(1%,32%,0%,56%)
(0.01/0.32/0.00/0.56)	

CMYK yüzdeleri

%0.88
%31.86
%0
%55.69

Codes

Color #704D71 in popluar color models

704D71
RGB11277113
HSL298°18.95%37.25%
HSB/HSV298°31.86%44.31%
CMYK0.88%31.86%0.00%
55.69%

Color #704D71 in popluar number systems.

HEX704D71
Decimal11277113
Binary111000010011011110001
Octal160115161

Shades and tints

Shades of #704D71

#704D71
(112,77,113)
#664667
(102,70,103)
#5C3F5D
(92,63,93)
#523853
(82,56,83)
#483149
(72,49,73)
#3E2A3F
(62,42,63)
#342335
(52,35,53)
#2A1C2B
(42,28,43)
#201521
(32,21,33)
#160E17
(22,14,23)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #704D71

#704D71
(112,77,113)
#7D5D7D
(125,93,125)
#8A6D89
(138,109,137)
#977D95
(151,125,149)
#A48DA1
(164,141,161)
#B19DAD
(177,157,173)
#BEADB9
(190,173,185)
#CBBDC5
(203,189,197)
#D8CDD1
(216,205,209)
#E5DDDD
(229,221,221)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704D71 color. Also use rgb(112,77,113) instead hex code.

Text Font Color

.myTextColor { color: #704D71; }

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

This text font color is #704D71.


Background Color

.myBgColor { background-color: #704D71; }

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

This div background color is #704D71.


Border color

.myBorderColor { border: 1px solid #704D71; }

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

This div border color is #704D71.


Opacity

.myOpacity80 { color: #704D71; opacity: 0.8; }

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

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

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

This text has shadow with #704D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D71 on black background.


Color preview on white background

This text has color #704D71 on white background.



Black color preview on #704D71 background

This text has black color on #704D71 background.


White color preview on #704D71 background

This text has white color on #704D71 background.