COLOR #896F75

HEX: #896F75
RGB: (137,111,117)

Color info

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

RGB color model

#896F75 color RGB value is (137,111,117).

  • red value is 137;
  • green value is 111;
  • blue value is 117.
RGB: (137,111,117) (54%,44%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 117 of 255 = 46%

137
111
117

R + G + B ~ 48%. #896F75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 111 + 117 = 365 (100%)
R 137 of 365 ~ 37.53%
G 111 of 365 ~ 30.41%
B 117 of 365 ~ 32.05%

%37.53
%30.41
%32.05

CMYK color model

#896F75 color CMYK value is (0,19,15,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK: (0,19,15,46) C0M19Y15K46 (0%,19%,15%,46%) (0.00/0.19/0.15/0.46)

CMYK percentages

%0
%18.98
%14.6
%46.27

Codes

Color #896F75 in popluar color models

896F75
RGB137111117
HSL346°10.48%48.63%
HSB/HSV346°18.98%53.73%
CMYK0.00%18.98%14.60%
46.27%

Color #896F75 in popluar number systems.

HEX896F75
Decimal137111117
Binary1000100111011111110101
Octal211157165

Shades and tints

Shades of #896F75

#896F75
(137,111,117)
#7D656B
(125,101,107)
#715B61
(113,91,97)
#655157
(101,81,87)
#59474D
(89,71,77)
#4D3D43
(77,61,67)
#413339
(65,51,57)
#35292F
(53,41,47)
#291F25
(41,31,37)
#1D151B
(29,21,27)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #896F75

#896F75
(137,111,117)
#937C81
(147,124,129)
#9D898D
(157,137,141)
#A79699
(167,150,153)
#B1A3A5
(177,163,165)
#BBB0B1
(187,176,177)
#C5BDBD
(197,189,189)
#CFCAC9
(207,202,201)
#D9D7D5
(217,215,213)
#E3E4E1
(227,228,225)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F75 color. Also use rgb(137,111,117) instead hex code.

Text Font Color

.myTextColor { color: #896F75; }

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

This text font color is #896F75.


Background Color

.myBgColor { background-color: #896F75; }

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

This div background color is #896F75.


Border color

.myBorderColor { border: 1px solid #896F75; }

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

This div border color is #896F75.


Opacity

.myOpacity80 { color: #896F75; opacity: 0.8; }

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

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

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

This text has shadow with #896F75 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #896F75 on black background.


Color preview on white background

This text has color #896F75 on white background.



Black color preview on #896F75 background

This text has black color on #896F75 background.


White color preview on #896F75 background

This text has white color on #896F75 background.