COLOR #83803F

HEX: #83803F
RGB: (131,128,63)

Color info

#83803F contains mainly red and green colors. Web safe color of #83803F is #996633 (or #963).

RGB color model

#83803F color RGB value is (131,128,63).

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

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 63 of 255 = 25%

131
128
63

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 63 = 322 (100%)
R 131 of 322 ~ 40.68%
G 128 of 322 ~ 39.75%
B 63 of 322 ~ 19.57%

%40.68
%39.75
%19.57

CMYK color model

#83803F color CMYK value is (0,2,52,49).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 51.91%
  • key color value is 48.63%
CMYK:
(0,2,52,49)
C0M2Y52K49 
(0%,2%,52%,49%)
(0.00/0.02/0.52/0.49)	

CMYK percentages

%0
%2.29
%51.91
%48.63

Codes

Color #83803F in popluar color models

83803F
RGB13112863
HSL57°35.05%38.04%
HSB/HSV57°51.91%51.37%
CMYK0.00%2.29%51.91%
48.63%

Color #83803F in popluar number systems.

HEX83803F
Decimal13112863
Binary1000001110000000111111
Octal20320077

Shades and tints

Shades of #83803F

#83803F
(131,128,63)
#78753A
(120,117,58)
#6D6A35
(109,106,53)
#625F30
(98,95,48)
#57542B
(87,84,43)
#4C4926
(76,73,38)
#413E21
(65,62,33)
#36331C
(54,51,28)
#2B2817
(43,40,23)
#201D12
(32,29,18)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #83803F

#83803F
(131,128,63)
#8E8B50
(142,139,80)
#999661
(153,150,97)
#A4A172
(164,161,114)
#AFAC83
(175,172,131)
#BAB794
(186,183,148)
#C5C2A5
(197,194,165)
#D0CDB6
(208,205,182)
#DBD8C7
(219,216,199)
#E6E3D8
(230,227,216)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83803F; }

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

This text font color is #83803F.


Background Color

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

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

This div background color is #83803F.


Border color

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

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

This div border color is #83803F.


Opacity

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

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

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

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

This text has shadow with #83803F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83803F on black background.


Color preview on white background

This text has color #83803F on white background.



Black color preview on #83803F background

This text has black color on #83803F background.


White color preview on #83803F background

This text has white color on #83803F background.