COLOR #863F76

HEX: #863F76
RGB: (134,63,118)

Renk bilgisi

#863F76 contains mainly red and blue colors. #863F76 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#863F76 color RGB value is (134,63,118).

  • kırmız ton 134;
  • yeşil ton 63;
  • mavi ton 118.
RGB:
(134,63,118)
(53%,25%,46%)

RGB bağlantıları ve doygunluk

R 134 of 255 = 53%
G 63 of 255 = 25%
B 118 of 255 = 46%

134
63
118

R + G + B ~ 41%. #863F76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
134 + 63 + 118 = 315 (100%)
R 134 of 315 ~ 42.54%
G 63 of 315 ~ 20%
B 118 of 315 ~ 37.46%

%42.54
%20
%37.46

CMYK RENK MODELİ

#863F76 rengi CMYK tonu (0,53,12,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.99%
  • sarı tonu 11.94%
  • ana renk tonu 47.45%
CMYK:
(0,53,12,47)
C0M53Y12K47 
(0%,53%,12%,47%)
(0.00/0.53/0.12/0.47)	

CMYK yüzdeleri

%0
%52.99
%11.94
%47.45

Codes

Color #863F76 in popluar color models

863F76
RGB13463118
HSL314°36.04%38.63%
HSB/HSV314°52.99%52.55%
CMYK0.00%52.99%11.94%
47.45%

Color #863F76 in popluar number systems.

HEX863F76
Decimal13463118
Binary100001101111111110110
Octal20677166

Shades and tints

Shades of #863F76

#863F76
(134,63,118)
#7A3A6C
(122,58,108)
#6E3562
(110,53,98)
#623058
(98,48,88)
#562B4E
(86,43,78)
#4A2644
(74,38,68)
#3E213A
(62,33,58)
#321C30
(50,28,48)
#261726
(38,23,38)
#1A121C
(26,18,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #863F76

#863F76
(134,63,118)
#915082
(145,80,130)
#9C618E
(156,97,142)
#A7729A
(167,114,154)
#B283A6
(178,131,166)
#BD94B2
(189,148,178)
#C8A5BE
(200,165,190)
#D3B6CA
(211,182,202)
#DEC7D6
(222,199,214)
#E9D8E2
(233,216,226)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863F76 color. Also use rgb(134,63,118) instead hex code.

Text Font Color

.myTextColor { color: #863F76; }

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

This text font color is #863F76.


Background Color

.myBgColor { background-color: #863F76; }

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

This div background color is #863F76.


Border color

.myBorderColor { border: 1px solid #863F76; }

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

This div border color is #863F76.


Opacity

.myOpacity80 { color: #863F76; opacity: 0.8; }

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

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

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

This text has shadow with #863F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863F76 on black background.


Color preview on white background

This text has color #863F76 on white background.



Black color preview on #863F76 background

This text has black color on #863F76 background.


White color preview on #863F76 background

This text has white color on #863F76 background.