COLOR #836B75

HEX: #836B75
RGB: (131,107,117)

Color info

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

RGB color model

#836B75 color RGB value is (131,107,117).

  • red value is 131;
  • green value is 107;
  • blue value is 117.
RGB:
(131,107,117)
(51%,42%,46%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 117 of 255 = 46%

131
107
117

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

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 117 = 355 (100%)
R 131 of 355 ~ 36.9%
G 107 of 355 ~ 30.14%
B 117 of 355 ~ 32.96%

%36.9
%30.14
%32.96

CMYK color model

#836B75 color CMYK value is (0,18,11,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(0,18,11,49)
C0M18Y11K49 
(0%,18%,11%,49%)
(0.00/0.18/0.11/0.49)	

CMYK percentages

%0
%18.32
%10.69
%48.63

Codes

Color #836B75 in popluar color models

836B75
RGB131107117
HSL335°10.08%46.67%
HSB/HSV335°18.32%51.37%
CMYK0.00%18.32%10.69%
48.63%

Color #836B75 in popluar number systems.

HEX836B75
Decimal131107117
Binary1000001111010111110101
Octal203153165

Shades and tints

Shades of #836B75

#836B75
(131,107,117)
#78626B
(120,98,107)
#6D5961
(109,89,97)
#625057
(98,80,87)
#57474D
(87,71,77)
#4C3E43
(76,62,67)
#413539
(65,53,57)
#362C2F
(54,44,47)
#2B2325
(43,35,37)
#201A1B
(32,26,27)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #836B75

#836B75
(131,107,117)
#8E7881
(142,120,129)
#99858D
(153,133,141)
#A49299
(164,146,153)
#AF9FA5
(175,159,165)
#BAACB1
(186,172,177)
#C5B9BD
(197,185,189)
#D0C6C9
(208,198,201)
#DBD3D5
(219,211,213)
#E6E0E1
(230,224,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B75 color. Also use rgb(131,107,117) instead hex code.

Text Font Color

.myTextColor { color: #836B75; }

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

This text font color is #836B75.


Background Color

.myBgColor { background-color: #836B75; }

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

This div background color is #836B75.


Border color

.myBorderColor { border: 1px solid #836B75; }

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

This div border color is #836B75.


Opacity

.myOpacity80 { color: #836B75; opacity: 0.8; }

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

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

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

This text has shadow with #836B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B75 on black background.


Color preview on white background

This text has color #836B75 on white background.



Black color preview on #836B75 background

This text has black color on #836B75 background.


White color preview on #836B75 background

This text has white color on #836B75 background.