COLOR #855651

HEX: #855651
RGB: (133,86,81)

Renk bilgisi

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

RGB renk modeli

#855651 color RGB value is (133,86,81).

  • kırmız ton 133;
  • yeşil ton 86;
  • mavi ton 81.
RGB:
(133,86,81)
(52%,34%,32%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 86 of 255 = 34%
B 81 of 255 = 32%

133
86
81

R + G + B ~ 39%. #855651 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 86 + 81 = 300 (100%)
R 133 of 300 ~ 44.33%
G 86 of 300 ~ 28.67%
B 81 of 300 ~ 27%

%44.33
%28.67
%27

CMYK RENK MODELİ

#855651 rengi CMYK tonu (0,35,39,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.34%
  • sarı tonu 39.10%
  • ana renk tonu 47.84%
CMYK:
(0,35,39,48)
C0M35Y39K48 
(0%,35%,39%,48%)
(0.00/0.35/0.39/0.48)	

CMYK yüzdeleri

%0
%35.34
%39.1
%47.84

Codes

Color #855651 in popluar color models

855651
RGB1338681
HSL24.30%41.96%
HSB/HSV39.10%52.16%
CMYK0.00%35.34%39.10%
47.84%

Color #855651 in popluar number systems.

HEX855651
Decimal1338681
Binary1000010110101101010001
Octal205126121

Shades and tints

Shades of #855651

#855651
(133,86,81)
#794F4A
(121,79,74)
#6D4843
(109,72,67)
#61413C
(97,65,60)
#553A35
(85,58,53)
#49332E
(73,51,46)
#3D2C27
(61,44,39)
#312520
(49,37,32)
#251E19
(37,30,25)
#191712
(25,23,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #855651

#855651
(133,86,81)
#906560
(144,101,96)
#9B746F
(155,116,111)
#A6837E
(166,131,126)
#B1928D
(177,146,141)
#BCA19C
(188,161,156)
#C7B0AB
(199,176,171)
#D2BFBA
(210,191,186)
#DDCEC9
(221,206,201)
#E8DDD8
(232,221,216)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855651 color. Also use rgb(133,86,81) instead hex code.

Text Font Color

.myTextColor { color: #855651; }

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

This text font color is #855651.


Background Color

.myBgColor { background-color: #855651; }

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

This div background color is #855651.


Border color

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

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

This div border color is #855651.


Opacity

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

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

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

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

This text has shadow with #855651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855651 on black background.


Color preview on white background

This text has color #855651 on white background.



Black color preview on #855651 background

This text has black color on #855651 background.


White color preview on #855651 background

This text has white color on #855651 background.