COLOR #877E63

HEX: #877E63
RGB: (135,126,99)

Renk bilgisi

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

RGB renk modeli

#877E63 color RGB value is (135,126,99).

  • kırmız ton 135;
  • yeşil ton 126;
  • mavi ton 99.
RGB:
(135,126,99)
(53%,49%,39%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 126 of 255 = 49%
B 99 of 255 = 39%

135
126
99

R + G + B ~ 47%. #877E63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 126 + 99 = 360 (100%)
R 135 of 360 ~ 37.5%
G 126 of 360 ~ 35%
B 99 of 360 ~ 27.5%

%37.5
%35
%27.5

CMYK RENK MODELİ

#877E63 rengi CMYK tonu (0,7,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.67%
  • sarı tonu 26.67%
  • ana renk tonu 47.06%
CMYK:
(0,7,27,47)
C0M7Y27K47 
(0%,7%,27%,47%)
(0.00/0.07/0.27/0.47)	

CMYK yüzdeleri

%0
%6.67
%26.67
%47.06

Codes

Color #877E63 in popluar color models

877E63
RGB13512699
HSL45°15.38%45.88%
HSB/HSV45°26.67%52.94%
CMYK0.00%6.67%26.67%
47.06%

Color #877E63 in popluar number systems.

HEX877E63
Decimal13512699
Binary1000011111111101100011
Octal207176143

Shades and tints

Shades of #877E63

#877E63
(135,126,99)
#7B735A
(123,115,90)
#6F6851
(111,104,81)
#635D48
(99,93,72)
#57523F
(87,82,63)
#4B4736
(75,71,54)
#3F3C2D
(63,60,45)
#333124
(51,49,36)
#27261B
(39,38,27)
#1B1B12
(27,27,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #877E63

#877E63
(135,126,99)
#918971
(145,137,113)
#9B947F
(155,148,127)
#A59F8D
(165,159,141)
#AFAA9B
(175,170,155)
#B9B5A9
(185,181,169)
#C3C0B7
(195,192,183)
#CDCBC5
(205,203,197)
#D7D6D3
(215,214,211)
#E1E1E1
(225,225,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E63 color. Also use rgb(135,126,99) instead hex code.

Text Font Color

.myTextColor { color: #877E63; }

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

This text font color is #877E63.


Background Color

.myBgColor { background-color: #877E63; }

<div style="background-color:#877E63">Inner text</div>

This div background color is #877E63.


Border color

.myBorderColor { border: 1px solid #877E63; }

<div style="border:3px solid #877E63">Div</div>

This div border color is #877E63.


Opacity

.myOpacity80 { color: #877E63; opacity: 0.8; }

<p style="color:#877E63;opacity:0.8;">80%</p>

Text with #877E63 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 #877E63;}

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

This text has shadow with #877E63 color.

.textShadow {text-shadow: 3px 3px 1px #877E63, 3px 3px 1px red;}

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

This text has shadow with #877E63 primary color and red secondary color.


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

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

This text has shadow with #877E63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E63 on black background.


Color preview on white background

This text has color #877E63 on white background.



Black color preview on #877E63 background

This text has black color on #877E63 background.


White color preview on #877E63 background

This text has white color on #877E63 background.