COLOR #865B63

HEX: #865B63
RGB: (134,91,99)

Renk bilgisi

#865B63 contains red, green and blue colors in about the same proportion. #865B63 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#865B63 color RGB value is (134,91,99).

  • kırmız ton 134;
  • yeşil ton 91;
  • mavi ton 99.
RGB:
(134,91,99)
(53%,36%,39%)

RGB bağlantıları ve doygunluk

R 134 of 255 = 53%
G 91 of 255 = 36%
B 99 of 255 = 39%

134
91
99

R + G + B ~ 43%. #865B63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
134 + 91 + 99 = 324 (100%)
R 134 of 324 ~ 41.36%
G 91 of 324 ~ 28.09%
B 99 of 324 ~ 30.56%

%41.36
%28.09
%30.56

CMYK RENK MODELİ

#865B63 rengi CMYK tonu (0,32,26,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.09%
  • sarı tonu 26.12%
  • ana renk tonu 47.45%
CMYK:
(0,32,26,47)
C0M32Y26K47 
(0%,32%,26%,47%)
(0.00/0.32/0.26/0.47)	

CMYK yüzdeleri

%0
%32.09
%26.12
%47.45

Codes

Color #865B63 in popluar color models

865B63
RGB1349199
HSL349°19.11%44.12%
HSB/HSV349°32.09%52.55%
CMYK0.00%32.09%26.12%
47.45%

Color #865B63 in popluar number systems.

HEX865B63
Decimal1349199
Binary1000011010110111100011
Octal206133143

Shades and tints

Shades of #865B63

#865B63
(134,91,99)
#7A535A
(122,83,90)
#6E4B51
(110,75,81)
#624348
(98,67,72)
#563B3F
(86,59,63)
#4A3336
(74,51,54)
#3E2B2D
(62,43,45)
#322324
(50,35,36)
#261B1B
(38,27,27)
#1A1312
(26,19,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #865B63

#865B63
(134,91,99)
#916971
(145,105,113)
#9C777F
(156,119,127)
#A7858D
(167,133,141)
#B2939B
(178,147,155)
#BDA1A9
(189,161,169)
#C8AFB7
(200,175,183)
#D3BDC5
(211,189,197)
#DECBD3
(222,203,211)
#E9D9E1
(233,217,225)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865B63 color. Also use rgb(134,91,99) instead hex code.

Text Font Color

.myTextColor { color: #865B63; }

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

This text font color is #865B63.


Background Color

.myBgColor { background-color: #865B63; }

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

This div background color is #865B63.


Border color

.myBorderColor { border: 1px solid #865B63; }

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

This div border color is #865B63.


Opacity

.myOpacity80 { color: #865B63; opacity: 0.8; }

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

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

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

This text has shadow with #865B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865B63 on black background.


Color preview on white background

This text has color #865B63 on white background.



Black color preview on #865B63 background

This text has black color on #865B63 background.


White color preview on #865B63 background

This text has white color on #865B63 background.