COLOR #876C53

HEX: #876C53
RGB: (135,108,83)

Renk bilgisi

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

RGB renk modeli

#876C53 color RGB value is (135,108,83).

  • kırmız ton 135;
  • yeşil ton 108;
  • mavi ton 83.
RGB:
(135,108,83)
(53%,42%,33%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 108 of 255 = 42%
B 83 of 255 = 33%

135
108
83

R + G + B ~ 43%. #876C53 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 108 + 83 = 326 (100%)
R 135 of 326 ~ 41.41%
G 108 of 326 ~ 33.13%
B 83 of 326 ~ 25.46%

%41.41
%33.13
%25.46

CMYK RENK MODELİ

#876C53 rengi CMYK tonu (0,20,39,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 38.52%
  • ana renk tonu 47.06%
CMYK:
(0,20,39,47)
C0M20Y39K47 
(0%,20%,39%,47%)
(0.00/0.20/0.39/0.47)	

CMYK yüzdeleri

%0
%20
%38.52
%47.06

Codes

Color #876C53 in popluar color models

876C53
RGB13510883
HSL29°23.85%42.75%
HSB/HSV29°38.52%52.94%
CMYK0.00%20.00%38.52%
47.06%

Color #876C53 in popluar number systems.

HEX876C53
Decimal13510883
Binary1000011111011001010011
Octal207154123

Shades and tints

Shades of #876C53

#876C53
(135,108,83)
#7B634C
(123,99,76)
#6F5A45
(111,90,69)
#63513E
(99,81,62)
#574837
(87,72,55)
#4B3F30
(75,63,48)
#3F3629
(63,54,41)
#332D22
(51,45,34)
#27241B
(39,36,27)
#1B1B14
(27,27,20)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #876C53

#876C53
(135,108,83)
#917962
(145,121,98)
#9B8671
(155,134,113)
#A59380
(165,147,128)
#AFA08F
(175,160,143)
#B9AD9E
(185,173,158)
#C3BAAD
(195,186,173)
#CDC7BC
(205,199,188)
#D7D4CB
(215,212,203)
#E1E1DA
(225,225,218)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C53 color. Also use rgb(135,108,83) instead hex code.

Text Font Color

.myTextColor { color: #876C53; }

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

This text font color is #876C53.


Background Color

.myBgColor { background-color: #876C53; }

<div style="background-color:#876C53">Inner text</div>

This div background color is #876C53.


Border color

.myBorderColor { border: 1px solid #876C53; }

<div style="border:3px solid #876C53">Div</div>

This div border color is #876C53.


Opacity

.myOpacity80 { color: #876C53; opacity: 0.8; }

<p style="color:#876C53;opacity:0.8;">80%</p>

Text with #876C53 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 #876C53;}

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

This text has shadow with #876C53 color.

.textShadow {text-shadow: 3px 3px 1px #876C53, 3px 3px 1px red;}

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

This text has shadow with #876C53 primary color and red secondary color.


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

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

This text has shadow with #876C53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C53 on black background.


Color preview on white background

This text has color #876C53 on white background.



Black color preview on #876C53 background

This text has black color on #876C53 background.


White color preview on #876C53 background

This text has white color on #876C53 background.