COLOR #856C74

HEX: #856C74
RGB: (133,108,116)

Renk bilgisi

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

RGB renk modeli

#856C74 color RGB value is (133,108,116).

  • kırmız ton 133;
  • yeşil ton 108;
  • mavi ton 116.
RGB:
(133,108,116)
(52%,42%,45%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 108 of 255 = 42%
B 116 of 255 = 45%

133
108
116

R + G + B ~ 46%. #856C74 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 108 + 116 = 357 (100%)
R 133 of 357 ~ 37.25%
G 108 of 357 ~ 30.25%
B 116 of 357 ~ 32.49%

%37.25
%30.25
%32.49

CMYK RENK MODELİ

#856C74 rengi CMYK tonu (0,19,13,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.80%
  • sarı tonu 12.78%
  • ana renk tonu 47.84%
CMYK:
(0,19,13,48)
C0M19Y13K48 
(0%,19%,13%,48%)
(0.00/0.19/0.13/0.48)	

CMYK yüzdeleri

%0
%18.8
%12.78
%47.84

Codes

Color #856C74 in popluar color models

856C74
RGB133108116
HSL341°10.37%47.25%
HSB/HSV341°18.80%52.16%
CMYK0.00%18.80%12.78%
47.84%

Color #856C74 in popluar number systems.

HEX856C74
Decimal133108116
Binary1000010111011001110100
Octal205154164

Shades and tints

Shades of #856C74

#856C74
(133,108,116)
#79636A
(121,99,106)
#6D5A60
(109,90,96)
#615156
(97,81,86)
#55484C
(85,72,76)
#493F42
(73,63,66)
#3D3638
(61,54,56)
#312D2E
(49,45,46)
#252424
(37,36,36)
#191B1A
(25,27,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #856C74

#856C74
(133,108,116)
#907980
(144,121,128)
#9B868C
(155,134,140)
#A69398
(166,147,152)
#B1A0A4
(177,160,164)
#BCADB0
(188,173,176)
#C7BABC
(199,186,188)
#D2C7C8
(210,199,200)
#DDD4D4
(221,212,212)
#E8E1E0
(232,225,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856C74 color. Also use rgb(133,108,116) instead hex code.

Text Font Color

.myTextColor { color: #856C74; }

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

This text font color is #856C74.


Background Color

.myBgColor { background-color: #856C74; }

<div style="background-color:#856C74">Inner text</div>

This div background color is #856C74.


Border color

.myBorderColor { border: 1px solid #856C74; }

<div style="border:3px solid #856C74">Div</div>

This div border color is #856C74.


Opacity

.myOpacity80 { color: #856C74; opacity: 0.8; }

<p style="color:#856C74;opacity:0.8;">80%</p>

Text with #856C74 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 #856C74;}

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

This text has shadow with #856C74 color.

.textShadow {text-shadow: 3px 3px 1px #856C74, 3px 3px 1px red;}

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

This text has shadow with #856C74 primary color and red secondary color.


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

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

This text has shadow with #856C74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C74 on black background.


Color preview on white background

This text has color #856C74 on white background.



Black color preview on #856C74 background

This text has black color on #856C74 background.


White color preview on #856C74 background

This text has white color on #856C74 background.