COLOR #856863

HEX: #856863
RGB: (133,104,99)

Renk bilgisi

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

RGB renk modeli

#856863 color RGB value is (133,104,99).

  • kırmız ton 133;
  • yeşil ton 104;
  • mavi ton 99.
RGB:
(133,104,99)
(52%,41%,39%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 104 of 255 = 41%
B 99 of 255 = 39%

133
104
99

R + G + B ~ 44%. #856863 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 104 + 99 = 336 (100%)
R 133 of 336 ~ 39.58%
G 104 of 336 ~ 30.95%
B 99 of 336 ~ 29.46%

%39.58
%30.95
%29.46

CMYK RENK MODELİ

#856863 rengi CMYK tonu (0,22,26,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.80%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(0,22,26,48)
C0M22Y26K48 
(0%,22%,26%,48%)
(0.00/0.22/0.26/0.48)	

CMYK yüzdeleri

%0
%21.8
%25.56
%47.84

Codes

Color #856863 in popluar color models

856863
RGB13310499
HSL14.66%45.49%
HSB/HSV25.56%52.16%
CMYK0.00%21.80%25.56%
47.84%

Color #856863 in popluar number systems.

HEX856863
Decimal13310499
Binary1000010111010001100011
Octal205150143

Shades and tints

Shades of #856863

#856863
(133,104,99)
#795F5A
(121,95,90)
#6D5651
(109,86,81)
#614D48
(97,77,72)
#55443F
(85,68,63)
#493B36
(73,59,54)
#3D322D
(61,50,45)
#312924
(49,41,36)
#25201B
(37,32,27)
#191712
(25,23,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #856863

#856863
(133,104,99)
#907571
(144,117,113)
#9B827F
(155,130,127)
#A68F8D
(166,143,141)
#B19C9B
(177,156,155)
#BCA9A9
(188,169,169)
#C7B6B7
(199,182,183)
#D2C3C5
(210,195,197)
#DDD0D3
(221,208,211)
#E8DDE1
(232,221,225)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856863 color. Also use rgb(133,104,99) instead hex code.

Text Font Color

.myTextColor { color: #856863; }

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

This text font color is #856863.


Background Color

.myBgColor { background-color: #856863; }

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

This div background color is #856863.


Border color

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

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

This div border color is #856863.


Opacity

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

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

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

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

This text has shadow with #856863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856863 on black background.


Color preview on white background

This text has color #856863 on white background.



Black color preview on #856863 background

This text has black color on #856863 background.


White color preview on #856863 background

This text has white color on #856863 background.