COLOR #877368

HEX: #877368
RGB: (135,115,104)

Color info

#877368 contains red, green and blue colors in about the same proportion. Web safe color of #877368 is #996666 (or #966).

RGB color model

#877368 color RGB value is (135,115,104).

  • red value is 135;
  • green value is 115;
  • blue value is 104.
RGB:
(135,115,104)
(53%,45%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 104 of 255 = 41%

135
115
104

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 104 = 354 (100%)
R 135 of 354 ~ 38.14%
G 115 of 354 ~ 32.49%
B 104 of 354 ~ 29.38%

%38.14
%32.49
%29.38

CMYK color model

#877368 color CMYK value is (0,15,23,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,15,23,47)
C0M15Y23K47 
(0%,15%,23%,47%)
(0.00/0.15/0.23/0.47)	

CMYK percentages

%0
%14.81
%22.96
%47.06

Codes

Color #877368 in popluar color models

877368
RGB135115104
HSL21°12.97%46.86%
HSB/HSV21°22.96%52.94%
CMYK0.00%14.81%22.96%
47.06%

Color #877368 in popluar number systems.

HEX877368
Decimal135115104
Binary1000011111100111101000
Octal207163150

Shades and tints

Shades of #877368

#877368
(135,115,104)
#7B695F
(123,105,95)
#6F5F56
(111,95,86)
#63554D
(99,85,77)
#574B44
(87,75,68)
#4B413B
(75,65,59)
#3F3732
(63,55,50)
#332D29
(51,45,41)
#272320
(39,35,32)
#1B1917
(27,25,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #877368

#877368
(135,115,104)
#917F75
(145,127,117)
#9B8B82
(155,139,130)
#A5978F
(165,151,143)
#AFA39C
(175,163,156)
#B9AFA9
(185,175,169)
#C3BBB6
(195,187,182)
#CDC7C3
(205,199,195)
#D7D3D0
(215,211,208)
#E1DFDD
(225,223,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877368 color. Also use rgb(135,115,104) instead hex code.

Text Font Color

.myTextColor { color: #877368; }

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

This text font color is #877368.


Background Color

.myBgColor { background-color: #877368; }

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

This div background color is #877368.


Border color

.myBorderColor { border: 1px solid #877368; }

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

This div border color is #877368.


Opacity

.myOpacity80 { color: #877368; opacity: 0.8; }

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

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

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

This text has shadow with #877368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877368 on black background.


Color preview on white background

This text has color #877368 on white background.



Black color preview on #877368 background

This text has black color on #877368 background.


White color preview on #877368 background

This text has white color on #877368 background.