COLOR #857D73

HEX: #857D73
RGB: (133,125,115)

Renk bilgisi

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

RGB renk modeli

#857D73 color RGB value is (133,125,115).

  • kırmız ton 133;
  • yeşil ton 125;
  • mavi ton 115.
RGB:
(133,125,115)
(52%,49%,45%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 125 of 255 = 49%
B 115 of 255 = 45%

133
125
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 125 + 115 = 373 (100%)
R 133 of 373 ~ 35.66%
G 125 of 373 ~ 33.51%
B 115 of 373 ~ 30.83%

%35.66
%33.51
%30.83

CMYK RENK MODELİ

#857D73 rengi CMYK tonu (0,6,14,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.02%
  • sarı tonu 13.53%
  • ana renk tonu 47.84%
CMYK:
(0,6,14,48)
C0M6Y14K48 
(0%,6%,14%,48%)
(0.00/0.06/0.14/0.48)	

CMYK yüzdeleri

%0
%6.02
%13.53
%47.84

Codes

Color #857D73 in popluar color models

857D73
RGB133125115
HSL33°7.26%48.63%
HSB/HSV33°13.53%52.16%
CMYK0.00%6.02%13.53%
47.84%

Color #857D73 in popluar number systems.

HEX857D73
Decimal133125115
Binary1000010111111011110011
Octal205175163

Shades and tints

Shades of #857D73

#857D73
(133,125,115)
#797269
(121,114,105)
#6D675F
(109,103,95)
#615C55
(97,92,85)
#55514B
(85,81,75)
#494641
(73,70,65)
#3D3B37
(61,59,55)
#31302D
(49,48,45)
#252523
(37,37,35)
#191A19
(25,26,25)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #857D73

#857D73
(133,125,115)
#90887F
(144,136,127)
#9B938B
(155,147,139)
#A69E97
(166,158,151)
#B1A9A3
(177,169,163)
#BCB4AF
(188,180,175)
#C7BFBB
(199,191,187)
#D2CAC7
(210,202,199)
#DDD5D3
(221,213,211)
#E8E0DF
(232,224,223)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D73 color. Also use rgb(133,125,115) instead hex code.

Text Font Color

.myTextColor { color: #857D73; }

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

This text font color is #857D73.


Background Color

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

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

This div background color is #857D73.


Border color

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

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

This div border color is #857D73.


Opacity

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

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

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

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

This text has shadow with #857D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D73 on black background.


Color preview on white background

This text has color #857D73 on white background.



Black color preview on #857D73 background

This text has black color on #857D73 background.


White color preview on #857D73 background

This text has white color on #857D73 background.