COLOR #857F71

HEX: #857F71
RGB: (133,127,113)

Renk bilgisi

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

RGB renk modeli

#857F71 color RGB value is (133,127,113).

  • kırmız ton 133;
  • yeşil ton 127;
  • mavi ton 113.
RGB:
(133,127,113)
(52%,50%,44%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 127 of 255 = 50%
B 113 of 255 = 44%

133
127
113

R + G + B ~ 49%. #857F71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 127 + 113 = 373 (100%)
R 133 of 373 ~ 35.66%
G 127 of 373 ~ 34.05%
B 113 of 373 ~ 30.29%

%35.66
%34.05
%30.29

CMYK RENK MODELİ

#857F71 rengi CMYK tonu (0,5,15,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.51%
  • sarı tonu 15.04%
  • ana renk tonu 47.84%
CMYK:
(0,5,15,48)
C0M5Y15K48 
(0%,5%,15%,48%)
(0.00/0.05/0.15/0.48)	

CMYK yüzdeleri

%0
%4.51
%15.04
%47.84

Codes

Color #857F71 in popluar color models

857F71
RGB133127113
HSL42°8.13%48.24%
HSB/HSV42°15.04%52.16%
CMYK0.00%4.51%15.04%
47.84%

Color #857F71 in popluar number systems.

HEX857F71
Decimal133127113
Binary1000010111111111110001
Octal205177161

Shades and tints

Shades of #857F71

#857F71
(133,127,113)
#797467
(121,116,103)
#6D695D
(109,105,93)
#615E53
(97,94,83)
#555349
(85,83,73)
#49483F
(73,72,63)
#3D3D35
(61,61,53)
#31322B
(49,50,43)
#252721
(37,39,33)
#191C17
(25,28,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #857F71

#857F71
(133,127,113)
#908A7D
(144,138,125)
#9B9589
(155,149,137)
#A6A095
(166,160,149)
#B1ABA1
(177,171,161)
#BCB6AD
(188,182,173)
#C7C1B9
(199,193,185)
#D2CCC5
(210,204,197)
#DDD7D1
(221,215,209)
#E8E2DD
(232,226,221)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857F71 color. Also use rgb(133,127,113) instead hex code.

Text Font Color

.myTextColor { color: #857F71; }

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

This text font color is #857F71.


Background Color

.myBgColor { background-color: #857F71; }

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

This div background color is #857F71.


Border color

.myBorderColor { border: 1px solid #857F71; }

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

This div border color is #857F71.


Opacity

.myOpacity80 { color: #857F71; opacity: 0.8; }

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

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

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

This text has shadow with #857F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F71 on black background.


Color preview on white background

This text has color #857F71 on white background.



Black color preview on #857F71 background

This text has black color on #857F71 background.


White color preview on #857F71 background

This text has white color on #857F71 background.