COLOR #855B5D

HEX: #855B5D
RGB: (133,91,93)

Renk bilgisi

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

RGB renk modeli

#855B5D color RGB value is (133,91,93).

  • kırmız ton 133;
  • yeşil ton 91;
  • mavi ton 93.
RGB:
(133,91,93)
(52%,36%,36%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 91 of 255 = 36%
B 93 of 255 = 36%

133
91
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 91 + 93 = 317 (100%)
R 133 of 317 ~ 41.96%
G 91 of 317 ~ 28.71%
B 93 of 317 ~ 29.34%

%41.96
%28.71
%29.34

CMYK RENK MODELİ

#855B5D rengi CMYK tonu (0,32,30,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 30.08%
  • ana renk tonu 47.84%
CMYK:
(0,32,30,48)
C0M32Y30K48 
(0%,32%,30%,48%)
(0.00/0.32/0.30/0.48)	

CMYK yüzdeleri

%0
%31.58
%30.08
%47.84

Codes

Color #855B5D in popluar color models

855B5D
RGB1339193
HSL357°18.75%43.92%
HSB/HSV357°31.58%52.16%
CMYK0.00%31.58%30.08%
47.84%

Color #855B5D in popluar number systems.

HEX855B5D
Decimal1339193
Binary1000010110110111011101
Octal205133135

Shades and tints

Shades of #855B5D

#855B5D
(133,91,93)
#795355
(121,83,85)
#6D4B4D
(109,75,77)
#614345
(97,67,69)
#553B3D
(85,59,61)
#493335
(73,51,53)
#3D2B2D
(61,43,45)
#312325
(49,35,37)
#251B1D
(37,27,29)
#191315
(25,19,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #855B5D

#855B5D
(133,91,93)
#90696B
(144,105,107)
#9B7779
(155,119,121)
#A68587
(166,133,135)
#B19395
(177,147,149)
#BCA1A3
(188,161,163)
#C7AFB1
(199,175,177)
#D2BDBF
(210,189,191)
#DDCBCD
(221,203,205)
#E8D9DB
(232,217,219)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B5D color. Also use rgb(133,91,93) instead hex code.

Text Font Color

.myTextColor { color: #855B5D; }

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

This text font color is #855B5D.


Background Color

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

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

This div background color is #855B5D.


Border color

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

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

This div border color is #855B5D.


Opacity

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

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

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

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

This text has shadow with #855B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B5D on black background.


Color preview on white background

This text has color #855B5D on white background.



Black color preview on #855B5D background

This text has black color on #855B5D background.


White color preview on #855B5D background

This text has white color on #855B5D background.