COLOR #715063

HEX: #715063
RGB: (113,80,99)

Renk bilgisi

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

RGB renk modeli

#715063 color RGB value is (113,80,99).

  • kırmız ton 113;
  • yeşil ton 80;
  • mavi ton 99.
RGB:
(113,80,99)
(44%,31%,39%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 80 of 255 = 31%
B 99 of 255 = 39%

113
80
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 80 + 99 = 292 (100%)
R 113 of 292 ~ 38.7%
G 80 of 292 ~ 27.4%
B 99 of 292 ~ 33.9%

%38.7
%27.4
%33.9

CMYK RENK MODELİ

#715063 rengi CMYK tonu (0,29,12,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.20%
  • sarı tonu 12.39%
  • ana renk tonu 55.69%
CMYK:
(0,29,12,56)
C0M29Y12K56 
(0%,29%,12%,56%)
(0.00/0.29/0.12/0.56)	

CMYK yüzdeleri

%0
%29.2
%12.39
%55.69

Codes

Color #715063 in popluar color models

715063
RGB1138099
HSL325°17.10%37.84%
HSB/HSV325°29.20%44.31%
CMYK0.00%29.20%12.39%
55.69%

Color #715063 in popluar number systems.

HEX715063
Decimal1138099
Binary111000110100001100011
Octal161120143

Shades and tints

Shades of #715063

#715063
(113,80,99)
#67495A
(103,73,90)
#5D4251
(93,66,81)
#533B48
(83,59,72)
#49343F
(73,52,63)
#3F2D36
(63,45,54)
#35262D
(53,38,45)
#2B1F24
(43,31,36)
#21181B
(33,24,27)
#171112
(23,17,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #715063

#715063
(113,80,99)
#7D5F71
(125,95,113)
#896E7F
(137,110,127)
#957D8D
(149,125,141)
#A18C9B
(161,140,155)
#AD9BA9
(173,155,169)
#B9AAB7
(185,170,183)
#C5B9C5
(197,185,197)
#D1C8D3
(209,200,211)
#DDD7E1
(221,215,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715063 color. Also use rgb(113,80,99) instead hex code.

Text Font Color

.myTextColor { color: #715063; }

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

This text font color is #715063.


Background Color

.myBgColor { background-color: #715063; }

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

This div background color is #715063.


Border color

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

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

This div border color is #715063.


Opacity

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

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

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

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

This text has shadow with #715063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715063 on black background.


Color preview on white background

This text has color #715063 on white background.



Black color preview on #715063 background

This text has black color on #715063 background.


White color preview on #715063 background

This text has white color on #715063 background.