COLOR #863C61

HEX: #863C61
RGB: (134,60,97)

Renk bilgisi

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

RGB renk modeli

#863C61 color RGB value is (134,60,97).

  • kırmız ton 134;
  • yeşil ton 60;
  • mavi ton 97.
RGB:
(134,60,97)
(53%,24%,38%)

RGB bağlantıları ve doygunluk

R 134 of 255 = 53%
G 60 of 255 = 24%
B 97 of 255 = 38%

134
60
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
134 + 60 + 97 = 291 (100%)
R 134 of 291 ~ 46.05%
G 60 of 291 ~ 20.62%
B 97 of 291 ~ 33.33%

%46.05
%20.62
%33.33

CMYK RENK MODELİ

#863C61 rengi CMYK tonu (0,55,28,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.22%
  • sarı tonu 27.61%
  • ana renk tonu 47.45%
CMYK:
(0,55,28,47)
C0M55Y28K47 
(0%,55%,28%,47%)
(0.00/0.55/0.28/0.47)	

CMYK yüzdeleri

%0
%55.22
%27.61
%47.45

Codes

Color #863C61 in popluar color models

863C61
RGB1346097
HSL330°38.14%38.04%
HSB/HSV330°55.22%52.55%
CMYK0.00%55.22%27.61%
47.45%

Color #863C61 in popluar number systems.

HEX863C61
Decimal1346097
Binary100001101111001100001
Octal20674141

Shades and tints

Shades of #863C61

#863C61
(134,60,97)
#7A3759
(122,55,89)
#6E3251
(110,50,81)
#622D49
(98,45,73)
#562841
(86,40,65)
#4A2339
(74,35,57)
#3E1E31
(62,30,49)
#321929
(50,25,41)
#261421
(38,20,33)
#1A0F19
(26,15,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #863C61

#863C61
(134,60,97)
#914D6F
(145,77,111)
#9C5E7D
(156,94,125)
#A76F8B
(167,111,139)
#B28099
(178,128,153)
#BD91A7
(189,145,167)
#C8A2B5
(200,162,181)
#D3B3C3
(211,179,195)
#DEC4D1
(222,196,209)
#E9D5DF
(233,213,223)
#F4E6ED
(244,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863C61 color. Also use rgb(134,60,97) instead hex code.

Text Font Color

.myTextColor { color: #863C61; }

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

This text font color is #863C61.


Background Color

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

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

This div background color is #863C61.


Border color

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

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

This div border color is #863C61.


Opacity

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

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

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

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

This text has shadow with #863C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863C61 on black background.


Color preview on white background

This text has color #863C61 on white background.



Black color preview on #863C61 background

This text has black color on #863C61 background.


White color preview on #863C61 background

This text has white color on #863C61 background.