COLOR #83867B

HEX: #83867B RGB: (131,134,123)

Color info

#83867B contains red, green and blue colors in about the same proportion. Web safe color of #83867B is #999966 (or #996).

RGB color model

#83867B color RGB value is (131,134,123).

RGB: (131,134,123) (51%, 53%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 123 of 255 = 48%

131
134
123

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

Portions of RGB colors in percentages

R + G + B = 131 + 134 + 123 = 388 (100%)
R 131 of 388 ~ 33.76%
G 134 of 388 ~ 34.54%
B 123 of 388 ~ 31.7'%

%33.76
%34.54
%31.7

CMYK color model

#83867B color CMYK value is (2,0,8,47).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%

CMYK: (2,0,8,47)
C2M0Y8K47 (2%, 0%, 8%, 47%)
(0.02 / 0.00 / 0.08 / 0.47)

CMYK percentages

%2.24
%0
%8.21
%47.45

Codes

Color #83867B in popluar color models

83 86 7B
RGB 131 134 123
HSL 76° 4.35% 50.39%
HSB/HSV 76° 8.21% 52.55%
CMYK 2.24% 0.00% 8.21%
47.45%

Color #83867B in popluar number systems.

HEX 83 86 7B
Decimal 131 134 123
Binary 10000011 10000110 1111011
Octal 203 206 173

Shades and tints

Shades of #83867B

#83867B
(131,134,123)
#787A70
(120,122,112)
#6D6E65
(109,110,101)
#62625A
(98,98,90)
#57564F
(87,86,79)
#4C4A44
(76,74,68)
#413E39
(65,62,57)
#36322E
(54,50,46)
#2B2623
(43,38,35)
#201A18
(32,26,24)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #83867B

#83867B
(131,134,123)
#8E9187
(142,145,135)
#999C93
(153,156,147)
#A4A79F
(164,167,159)
#AFB2AB
(175,178,171)
#BABDB7
(186,189,183)
#C5C8C3
(197,200,195)
#D0D3CF
(208,211,207)
#DBDEDB
(219,222,219)
#E6E9E7
(230,233,231)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83867B color. Also use rgb(131,134,123) instead hex code.

Text Font Color

.myTextColor { color: #83867B; }

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

This text font color is #83867B.

Background Color

.myBgColor { background-color: #83867B; }

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

This div background color is #83867B.

Border color

.myBorderColor { border: 1px solid #83867B; }

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

This div border color is #83867B.

Opacity

.myOpacity80 { color: #83867B; opacity: 0.8; }

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

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

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

This text has shadow with #83867B color.


.textShadow {text-shadow: 3px 3px 1px #83867B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83867B; -webkit-box-shadow: 1px 1px 3px 2px #83867B; box-shadow:1px 1px 3px 2px #83867B;">
Div content here
</div>

This div box has shadow with color #83867B.

Preview

Color preview on black background

This text has color #83867B on black background.


Color preview on white background

This text has color #83867B on white background.


Black color preview on #83867B background

This text has black color on #83867B background.


White color preview on #83867B background

This text has white color on #83867B background.


Related colors

Complementary color

Complementary color for #hex is #7C7984.


I love getcolorcode.com

Triadic colors

1 #7B8386 and #867B83 with #83867B are triadic colors.

2 #7B8683 and #86837B with #83867B are triadic colors.