COLOR #83885D

HEX: #83885D RGB: (131,136,93)

Color info

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

RGB color model

#83885D color RGB value is (131,136,93).

RGB: (131,136,93) (51%, 53%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 93 of 255 = 36%

131
136
93

R + G + B ~ 47%. #83885D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 93 = 360 (100%)
R 131 of 360 ~ 36.39%
G 136 of 360 ~ 37.78%
B 93 of 360 ~ 25.83'%

%36.39
%37.78
%25.83

CMYK color model

#83885D color CMYK value is (4,0,32,47).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK: (4,0,32,47) C4M0Y32K47 (4%,0%,32%,47%) (0.04/0.00/0.32/0.47) 

CMYK percentages

%3.68
%0
%31.62
%46.67

Codes

Color #83885D in popluar color models

83 88 5D
RGB 131 136 93
HSL 67° 18.78% 44.90%
HSB/HSV 67° 31.62% 53.33%
CMYK 3.68% 0.00% 31.62%
46.67%

Color #83885D in popluar number systems.

HEX 83 88 5D
Decimal 131 136 93
Binary 10000011 10001000 1011101
Octal 203 210 135

Shades and tints

Shades of #83885D

#83885D
(131,136,93)
#787C55
(120,124,85)
#6D704D
(109,112,77)
#626445
(98,100,69)
#57583D
(87,88,61)
#4C4C35
(76,76,53)
#41402D
(65,64,45)
#363425
(54,52,37)
#2B281D
(43,40,29)
#201C15
(32,28,21)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #83885D

#83885D
(131,136,93)
#8E926B
(142,146,107)
#999C79
(153,156,121)
#A4A687
(164,166,135)
#AFB095
(175,176,149)
#BABAA3
(186,186,163)
#C5C4B1
(197,196,177)
#D0CEBF
(208,206,191)
#DBD8CD
(219,216,205)
#E6E2DB
(230,226,219)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83885D color. Also use rgb(131,136,93) instead hex code.

Text Font Color

.myTextColor { color: #83885D; }

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

This text font color is #83885D.

Background Color

.myBgColor { background-color: #83885D; }

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

This div background color is #83885D.

Border color

.myBorderColor { border: 1px solid #83885D; }

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

This div border color is #83885D.

Opacity

.myOpacity80 { color: #83885D; opacity: 0.8; }

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

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

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

This text has shadow with #83885D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83885D.

Preview

Color preview on black background

This text has color #83885D on black background.


Color preview on white background

This text has color #83885D on white background.


Black color preview on #83885D background

This text has black color on #83885D background.


White color preview on #83885D background

This text has white color on #83885D background.


Related colors

Complementary color

Complementary color for #hex is #7C77A2.


I love getcolorcode.com

Triadic colors

1 #5D8388 and #885D83 with #83885D are triadic colors.

2 #5D8883 and #88835D with #83885D are triadic colors.