COLOR #857E71

HEX: #857E71
RGB: (133,126,113)

Renk bilgisi

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

RGB renk modeli

#857E71 color RGB value is (133,126,113).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 126 of 255 = 49%
B 113 of 255 = 44%

133
126
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 126 + 113 = 372 (100%)
R 133 of 372 ~ 35.75%
G 126 of 372 ~ 33.87%
B 113 of 372 ~ 30.38%

%35.75
%33.87
%30.38

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.26%
  • 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
%5.26
%15.04
%47.84

Codes

Color #857E71 in popluar color models

857E71
RGB133126113
HSL39°8.13%48.24%
HSB/HSV39°15.04%52.16%
CMYK0.00%5.26%15.04%
47.84%

Color #857E71 in popluar number systems.

HEX857E71
Decimal133126113
Binary1000010111111101110001
Octal205176161

Shades and tints

Shades of #857E71

#857E71
(133,126,113)
#797367
(121,115,103)
#6D685D
(109,104,93)
#615D53
(97,93,83)
#555249
(85,82,73)
#49473F
(73,71,63)
#3D3C35
(61,60,53)
#31312B
(49,49,43)
#252621
(37,38,33)
#191B17
(25,27,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #857E71

#857E71
(133,126,113)
#90897D
(144,137,125)
#9B9489
(155,148,137)
#A69F95
(166,159,149)
#B1AAA1
(177,170,161)
#BCB5AD
(188,181,173)
#C7C0B9
(199,192,185)
#D2CBC5
(210,203,197)
#DDD6D1
(221,214,209)
#E8E1DD
(232,225,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E71; }

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

This text font color is #857E71.


Background Color

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

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

This div background color is #857E71.


Border color

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

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

This div border color is #857E71.


Opacity

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

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

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

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

This text has shadow with #857E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857E71 on black background.


Color preview on white background

This text has color #857E71 on white background.



Black color preview on #857E71 background

This text has black color on #857E71 background.


White color preview on #857E71 background

This text has white color on #857E71 background.