COLOR #714B70

HEX: #714B70
RGB: (113,75,112)

Renk bilgisi

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

RGB renk modeli

#714B70 color RGB value is (113,75,112).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 112 of 255 = 44%

113
75
112

R + G + B ~ 39%. #714B70 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 112 = 300 (100%)
R 113 of 300 ~ 37.67%
G 75 of 300 ~ 25%
B 112 of 300 ~ 37.33%

%37.67
%25
%37.33

CMYK RENK MODELİ

#714B70 rengi CMYK tonu (0,34,1,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 0.88%
  • ana renk tonu 55.69%
CMYK:
(0,34,1,56)
C0M34Y1K56 
(0%,34%,1%,56%)
(0.00/0.34/0.01/0.56)	

CMYK yüzdeleri

%0
%33.63
%0.88
%55.69

Codes

Color #714B70 in popluar color models

714B70
RGB11375112
HSL302°20.21%36.86%
HSB/HSV302°33.63%44.31%
CMYK0.00%33.63%0.88%
55.69%

Color #714B70 in popluar number systems.

HEX714B70
Decimal11375112
Binary111000110010111110000
Octal161113160

Shades and tints

Shades of #714B70

#714B70
(113,75,112)
#674566
(103,69,102)
#5D3F5C
(93,63,92)
#533952
(83,57,82)
#493348
(73,51,72)
#3F2D3E
(63,45,62)
#352734
(53,39,52)
#2B212A
(43,33,42)
#211B20
(33,27,32)
#171516
(23,21,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #714B70

#714B70
(113,75,112)
#7D5B7D
(125,91,125)
#896B8A
(137,107,138)
#957B97
(149,123,151)
#A18BA4
(161,139,164)
#AD9BB1
(173,155,177)
#B9ABBE
(185,171,190)
#C5BBCB
(197,187,203)
#D1CBD8
(209,203,216)
#DDDBE5
(221,219,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B70; }

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

This text font color is #714B70.


Background Color

.myBgColor { background-color: #714B70; }

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

This div background color is #714B70.


Border color

.myBorderColor { border: 1px solid #714B70; }

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

This div border color is #714B70.


Opacity

.myOpacity80 { color: #714B70; opacity: 0.8; }

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

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

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

This text has shadow with #714B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B70 on black background.


Color preview on white background

This text has color #714B70 on white background.



Black color preview on #714B70 background

This text has black color on #714B70 background.


White color preview on #714B70 background

This text has white color on #714B70 background.