COLOR #714470

HEX: #714470
RGB: (113,68,112)

Renk bilgisi

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

RGB renk modeli

#714470 color RGB value is (113,68,112).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 68 of 255 = 27%
B 112 of 255 = 44%

113
68
112

R + G + B ~ 38%. #714470 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 68 + 112 = 293 (100%)
R 113 of 293 ~ 38.57%
G 68 of 293 ~ 23.21%
B 112 of 293 ~ 38.23%

%38.57
%23.21
%38.23

CMYK RENK MODELİ

#714470 rengi CMYK tonu (0,40,1,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.82%
  • sarı tonu 0.88%
  • ana renk tonu 55.69%
CMYK:
(0,40,1,56)
C0M40Y1K56 
(0%,40%,1%,56%)
(0.00/0.40/0.01/0.56)	

CMYK yüzdeleri

%0
%39.82
%0.88
%55.69

Codes

Color #714470 in popluar color models

714470
RGB11368112
HSL301°24.86%35.49%
HSB/HSV301°39.82%44.31%
CMYK0.00%39.82%0.88%
55.69%

Color #714470 in popluar number systems.

HEX714470
Decimal11368112
Binary111000110001001110000
Octal161104160

Shades and tints

Shades of #714470

#714470
(113,68,112)
#673E66
(103,62,102)
#5D385C
(93,56,92)
#533252
(83,50,82)
#492C48
(73,44,72)
#3F263E
(63,38,62)
#352034
(53,32,52)
#2B1A2A
(43,26,42)
#211420
(33,20,32)
#170E16
(23,14,22)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #714470

#714470
(113,68,112)
#7D557D
(125,85,125)
#89668A
(137,102,138)
#957797
(149,119,151)
#A188A4
(161,136,164)
#AD99B1
(173,153,177)
#B9AABE
(185,170,190)
#C5BBCB
(197,187,203)
#D1CCD8
(209,204,216)
#DDDDE5
(221,221,229)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714470; }

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

This text font color is #714470.


Background Color

.myBgColor { background-color: #714470; }

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

This div background color is #714470.


Border color

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

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

This div border color is #714470.


Opacity

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

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

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

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

This text has shadow with #714470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714470 on black background.


Color preview on white background

This text has color #714470 on white background.



Black color preview on #714470 background

This text has black color on #714470 background.


White color preview on #714470 background

This text has white color on #714470 background.