COLOR #855F61

HEX: #855F61
RGB: (133,95,97)

Renk bilgisi

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

RGB renk modeli

#855F61 color RGB value is (133,95,97).

  • kırmız ton 133;
  • yeşil ton 95;
  • mavi ton 97.
RGB:
(133,95,97)
(52%,37%,38%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 95 of 255 = 37%
B 97 of 255 = 38%

133
95
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 95 + 97 = 325 (100%)
R 133 of 325 ~ 40.92%
G 95 of 325 ~ 29.23%
B 97 of 325 ~ 29.85%

%40.92
%29.23
%29.85

CMYK RENK MODELİ

#855F61 rengi CMYK tonu (0,29,27,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 27.07%
  • ana renk tonu 47.84%
CMYK:
(0,29,27,48)
C0M29Y27K48 
(0%,29%,27%,48%)
(0.00/0.29/0.27/0.48)	

CMYK yüzdeleri

%0
%28.57
%27.07
%47.84

Codes

Color #855F61 in popluar color models

855F61
RGB1339597
HSL357°16.67%44.71%
HSB/HSV357°28.57%52.16%
CMYK0.00%28.57%27.07%
47.84%

Color #855F61 in popluar number systems.

HEX855F61
Decimal1339597
Binary1000010110111111100001
Octal205137141

Shades and tints

Shades of #855F61

#855F61
(133,95,97)
#795759
(121,87,89)
#6D4F51
(109,79,81)
#614749
(97,71,73)
#553F41
(85,63,65)
#493739
(73,55,57)
#3D2F31
(61,47,49)
#312729
(49,39,41)
#251F21
(37,31,33)
#191719
(25,23,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #855F61

#855F61
(133,95,97)
#906D6F
(144,109,111)
#9B7B7D
(155,123,125)
#A6898B
(166,137,139)
#B19799
(177,151,153)
#BCA5A7
(188,165,167)
#C7B3B5
(199,179,181)
#D2C1C3
(210,193,195)
#DDCFD1
(221,207,209)
#E8DDDF
(232,221,223)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855F61 color. Also use rgb(133,95,97) instead hex code.

Text Font Color

.myTextColor { color: #855F61; }

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

This text font color is #855F61.


Background Color

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

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

This div background color is #855F61.


Border color

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

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

This div border color is #855F61.


Opacity

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

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

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

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

This text has shadow with #855F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F61 on black background.


Color preview on white background

This text has color #855F61 on white background.



Black color preview on #855F61 background

This text has black color on #855F61 background.


White color preview on #855F61 background

This text has white color on #855F61 background.