COLOR #83853F

HEX: #83853F
RGB: (131,133,63)

Color info

#83853F contains mainly red and green colors. Web safe color of #83853F is #999933 (or #993).

RGB color model

#83853F color RGB value is (131,133,63).

  • red value is 131;
  • green value is 133;
  • blue value is 63.
RGB:
(131,133,63)
(51%,52%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 63 of 255 = 25%

131
133
63

R + G + B ~ 43%. #83853F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 63 = 327 (100%)
R 131 of 327 ~ 40.06%
G 133 of 327 ~ 40.67%
B 63 of 327 ~ 19.27%

%40.06
%40.67
%19.27

CMYK color model

#83853F color CMYK value is (2,0,53,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 47.84%
CMYK:
(2,0,53,48)
C2M0Y53K48 
(2%,0%,53%,48%)
(0.02/0.00/0.53/0.48)	

CMYK percentages

%1.5
%0
%52.63
%47.84

Codes

Color #83853F in popluar color models

83853F
RGB13113363
HSL62°35.71%38.43%
HSB/HSV62°52.63%52.16%
CMYK1.50%0.00%52.63%
47.84%

Color #83853F in popluar number systems.

HEX83853F
Decimal13113363
Binary1000001110000101111111
Octal20320577

Shades and tints

Shades of #83853F

#83853F
(131,133,63)
#78793A
(120,121,58)
#6D6D35
(109,109,53)
#626130
(98,97,48)
#57552B
(87,85,43)
#4C4926
(76,73,38)
#413D21
(65,61,33)
#36311C
(54,49,28)
#2B2517
(43,37,23)
#201912
(32,25,18)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83853F

#83853F
(131,133,63)
#8E9050
(142,144,80)
#999B61
(153,155,97)
#A4A672
(164,166,114)
#AFB183
(175,177,131)
#BABC94
(186,188,148)
#C5C7A5
(197,199,165)
#D0D2B6
(208,210,182)
#DBDDC7
(219,221,199)
#E6E8D8
(230,232,216)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83853F color. Also use rgb(131,133,63) instead hex code.

Text Font Color

.myTextColor { color: #83853F; }

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

This text font color is #83853F.


Background Color

.myBgColor { background-color: #83853F; }

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

This div background color is #83853F.


Border color

.myBorderColor { border: 1px solid #83853F; }

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

This div border color is #83853F.


Opacity

.myOpacity80 { color: #83853F; opacity: 0.8; }

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

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

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

This text has shadow with #83853F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83853F on black background.


Color preview on white background

This text has color #83853F on white background.



Black color preview on #83853F background

This text has black color on #83853F background.


White color preview on #83853F background

This text has white color on #83853F background.