COLOR #857C71

HEX: #857C71
RGB: (133,124,113)

Renk bilgisi

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

RGB renk modeli

#857C71 color RGB value is (133,124,113).

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

RGB bağlantıları ve doygunluk

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

133
124
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 124 + 113 = 370 (100%)
R 133 of 370 ~ 35.95%
G 124 of 370 ~ 33.51%
B 113 of 370 ~ 30.54%

%35.95
%33.51
%30.54

CMYK RENK MODELİ

#857C71 rengi CMYK tonu (0,7,15,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.77%
  • sarı tonu 15.04%
  • ana renk tonu 47.84%
CMYK:
(0,7,15,48)
C0M7Y15K48 
(0%,7%,15%,48%)
(0.00/0.07/0.15/0.48)	

CMYK yüzdeleri

%0
%6.77
%15.04
%47.84

Codes

Color #857C71 in popluar color models

857C71
RGB133124113
HSL33°8.13%48.24%
HSB/HSV33°15.04%52.16%
CMYK0.00%6.77%15.04%
47.84%

Color #857C71 in popluar number systems.

HEX857C71
Decimal133124113
Binary1000010111111001110001
Octal205174161

Shades and tints

Shades of #857C71

#857C71
(133,124,113)
#797167
(121,113,103)
#6D665D
(109,102,93)
#615B53
(97,91,83)
#555049
(85,80,73)
#49453F
(73,69,63)
#3D3A35
(61,58,53)
#312F2B
(49,47,43)
#252421
(37,36,33)
#191917
(25,25,23)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857C71

#857C71
(133,124,113)
#90877D
(144,135,125)
#9B9289
(155,146,137)
#A69D95
(166,157,149)
#B1A8A1
(177,168,161)
#BCB3AD
(188,179,173)
#C7BEB9
(199,190,185)
#D2C9C5
(210,201,197)
#DDD4D1
(221,212,209)
#E8DFDD
(232,223,221)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C71; }

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

This text font color is #857C71.


Background Color

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

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

This div background color is #857C71.


Border color

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

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

This div border color is #857C71.


Opacity

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

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

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

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

This text has shadow with #857C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C71 on black background.


Color preview on white background

This text has color #857C71 on white background.



Black color preview on #857C71 background

This text has black color on #857C71 background.


White color preview on #857C71 background

This text has white color on #857C71 background.