COLOR #875B63

HEX: #875B63
RGB: (135,91,99)

Renk bilgisi

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

RGB renk modeli

#875B63 color RGB value is (135,91,99).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 91 of 255 = 36%
B 99 of 255 = 39%

135
91
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 91 + 99 = 325 (100%)
R 135 of 325 ~ 41.54%
G 91 of 325 ~ 28%
B 99 of 325 ~ 30.46%

%41.54
%28
%30.46

CMYK RENK MODELİ

#875B63 rengi CMYK tonu (0,33,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.59%
  • sarı tonu 26.67%
  • ana renk tonu 47.06%
CMYK:
(0,33,27,47)
C0M33Y27K47 
(0%,33%,27%,47%)
(0.00/0.33/0.27/0.47)	

CMYK yüzdeleri

%0
%32.59
%26.67
%47.06

Codes

Color #875B63 in popluar color models

875B63
RGB1359199
HSL349°19.47%44.31%
HSB/HSV349°32.59%52.94%
CMYK0.00%32.59%26.67%
47.06%

Color #875B63 in popluar number systems.

HEX875B63
Decimal1359199
Binary1000011110110111100011
Octal207133143

Shades and tints

Shades of #875B63

#875B63
(135,91,99)
#7B535A
(123,83,90)
#6F4B51
(111,75,81)
#634348
(99,67,72)
#573B3F
(87,59,63)
#4B3336
(75,51,54)
#3F2B2D
(63,43,45)
#332324
(51,35,36)
#271B1B
(39,27,27)
#1B1312
(27,19,18)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #875B63

#875B63
(135,91,99)
#916971
(145,105,113)
#9B777F
(155,119,127)
#A5858D
(165,133,141)
#AF939B
(175,147,155)
#B9A1A9
(185,161,169)
#C3AFB7
(195,175,183)
#CDBDC5
(205,189,197)
#D7CBD3
(215,203,211)
#E1D9E1
(225,217,225)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875B63 color. Also use rgb(135,91,99) instead hex code.

Text Font Color

.myTextColor { color: #875B63; }

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

This text font color is #875B63.


Background Color

.myBgColor { background-color: #875B63; }

<div style="background-color:#875B63">Inner text</div>

This div background color is #875B63.


Border color

.myBorderColor { border: 1px solid #875B63; }

<div style="border:3px solid #875B63">Div</div>

This div border color is #875B63.


Opacity

.myOpacity80 { color: #875B63; opacity: 0.8; }

<p style="color:#875B63;opacity:0.8;">80%</p>

Text with #875B63 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 #875B63;}

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

This text has shadow with #875B63 color.

.textShadow {text-shadow: 3px 3px 1px #875B63, 3px 3px 1px red;}

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

This text has shadow with #875B63 primary color and red secondary color.


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

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

This text has shadow with #875B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875B63 on black background.


Color preview on white background

This text has color #875B63 on white background.



Black color preview on #875B63 background

This text has black color on #875B63 background.


White color preview on #875B63 background

This text has white color on #875B63 background.