COLOR #855E55

HEX: #855E55
RGB: (133,94,85)

Renk bilgisi

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

RGB renk modeli

#855E55 color RGB value is (133,94,85).

  • kırmız ton 133;
  • yeşil ton 94;
  • mavi ton 85.
RGB:
(133,94,85)
(52%,37%,33%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 94 of 255 = 37%
B 85 of 255 = 33%

133
94
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 94 + 85 = 312 (100%)
R 133 of 312 ~ 42.63%
G 94 of 312 ~ 30.13%
B 85 of 312 ~ 27.24%

%42.63
%30.13
%27.24

CMYK RENK MODELİ

#855E55 rengi CMYK tonu (0,29,36,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.32%
  • sarı tonu 36.09%
  • ana renk tonu 47.84%
CMYK:
(0,29,36,48)
C0M29Y36K48 
(0%,29%,36%,48%)
(0.00/0.29/0.36/0.48)	

CMYK yüzdeleri

%0
%29.32
%36.09
%47.84

Codes

Color #855E55 in popluar color models

855E55
RGB1339485
HSL11°22.02%42.75%
HSB/HSV11°36.09%52.16%
CMYK0.00%29.32%36.09%
47.84%

Color #855E55 in popluar number systems.

HEX855E55
Decimal1339485
Binary1000010110111101010101
Octal205136125

Shades and tints

Shades of #855E55

#855E55
(133,94,85)
#79564E
(121,86,78)
#6D4E47
(109,78,71)
#614640
(97,70,64)
#553E39
(85,62,57)
#493632
(73,54,50)
#3D2E2B
(61,46,43)
#312624
(49,38,36)
#251E1D
(37,30,29)
#191616
(25,22,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #855E55

#855E55
(133,94,85)
#906C64
(144,108,100)
#9B7A73
(155,122,115)
#A68882
(166,136,130)
#B19691
(177,150,145)
#BCA4A0
(188,164,160)
#C7B2AF
(199,178,175)
#D2C0BE
(210,192,190)
#DDCECD
(221,206,205)
#E8DCDC
(232,220,220)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E55 color. Also use rgb(133,94,85) instead hex code.

Text Font Color

.myTextColor { color: #855E55; }

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

This text font color is #855E55.


Background Color

.myBgColor { background-color: #855E55; }

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

This div background color is #855E55.


Border color

.myBorderColor { border: 1px solid #855E55; }

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

This div border color is #855E55.


Opacity

.myOpacity80 { color: #855E55; opacity: 0.8; }

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

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

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

This text has shadow with #855E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E55 on black background.


Color preview on white background

This text has color #855E55 on white background.



Black color preview on #855E55 background

This text has black color on #855E55 background.


White color preview on #855E55 background

This text has white color on #855E55 background.