COLOR #83773E

HEX: #83773E
RGB: (131,119,62)

Color info

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

RGB color model

#83773E color RGB value is (131,119,62).

  • red value is 131;
  • green value is 119;
  • blue value is 62.
RGB:
(131,119,62)
(51%,47%,24%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 62 of 255 = 24%

131
119
62

R + G + B ~ 41%. #83773E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 62 = 312 (100%)
R 131 of 312 ~ 41.99%
G 119 of 312 ~ 38.14%
B 62 of 312 ~ 19.87%

%41.99
%38.14
%19.87

CMYK color model

#83773E color CMYK value is (0,9,53,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 52.67%
  • key color value is 48.63%
CMYK:
(0,9,53,49)
C0M9Y53K49 
(0%,9%,53%,49%)
(0.00/0.09/0.53/0.49)	

CMYK percentages

%0
%9.16
%52.67
%48.63

Codes

Color #83773E in popluar color models

83773E
RGB13111962
HSL50°35.75%37.84%
HSB/HSV50°52.67%51.37%
CMYK0.00%9.16%52.67%
48.63%

Color #83773E in popluar number systems.

HEX83773E
Decimal13111962
Binary100000111110111111110
Octal20316776

Shades and tints

Shades of #83773E

#83773E
(131,119,62)
#786D39
(120,109,57)
#6D6334
(109,99,52)
#62592F
(98,89,47)
#574F2A
(87,79,42)
#4C4525
(76,69,37)
#413B20
(65,59,32)
#36311B
(54,49,27)
#2B2716
(43,39,22)
#201D11
(32,29,17)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #83773E

#83773E
(131,119,62)
#8E834F
(142,131,79)
#998F60
(153,143,96)
#A49B71
(164,155,113)
#AFA782
(175,167,130)
#BAB393
(186,179,147)
#C5BFA4
(197,191,164)
#D0CBB5
(208,203,181)
#DBD7C6
(219,215,198)
#E6E3D7
(230,227,215)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83773E color. Also use rgb(131,119,62) instead hex code.

Text Font Color

.myTextColor { color: #83773E; }

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

This text font color is #83773E.


Background Color

.myBgColor { background-color: #83773E; }

<div style="background-color:#83773E">Inner text</div>

This div background color is #83773E.


Border color

.myBorderColor { border: 1px solid #83773E; }

<div style="border:3px solid #83773E">Div</div>

This div border color is #83773E.


Opacity

.myOpacity80 { color: #83773E; opacity: 0.8; }

<p style="color:#83773E;opacity:0.8;">80%</p>

Text with #83773E 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 #83773E;}

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

This text has shadow with #83773E color.

.textShadow {text-shadow: 3px 3px 1px #83773E, 3px 3px 1px red;}

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

This text has shadow with #83773E primary color and red secondary color.


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

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

This text has shadow with #83773E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83773E on black background.


Color preview on white background

This text has color #83773E on white background.



Black color preview on #83773E background

This text has black color on #83773E background.


White color preview on #83773E background

This text has white color on #83773E background.