COLOR #83734D

HEX: #83734D
RGB: (131,115,77)

Color info

#83734D contains red, green and blue colors in about the same proportion. Web safe color of #83734D is #996633 (or #963).

RGB color model

#83734D color RGB value is (131,115,77).

  • red value is 131;
  • green value is 115;
  • blue value is 77.
RGB:
(131,115,77)
(51%,45%,30%)

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 77 of 255 = 30%

131
115
77

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

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 77 = 323 (100%)
R 131 of 323 ~ 40.56%
G 115 of 323 ~ 35.6%
B 77 of 323 ~ 23.84%

%40.56
%35.6
%23.84

CMYK color model

#83734D color CMYK value is (0,12,41,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 41.22%
  • key color value is 48.63%
CMYK:
(0,12,41,49)
C0M12Y41K49 
(0%,12%,41%,49%)
(0.00/0.12/0.41/0.49)	

CMYK percentages

%0
%12.21
%41.22
%48.63

Codes

Color #83734D in popluar color models

83734D
RGB13111577
HSL42°25.96%40.78%
HSB/HSV42°41.22%51.37%
CMYK0.00%12.21%41.22%
48.63%

Color #83734D in popluar number systems.

HEX83734D
Decimal13111577
Binary1000001111100111001101
Octal203163115

Shades and tints

Shades of #83734D

#83734D
(131,115,77)
#786946
(120,105,70)
#6D5F3F
(109,95,63)
#625538
(98,85,56)
#574B31
(87,75,49)
#4C412A
(76,65,42)
#413723
(65,55,35)
#362D1C
(54,45,28)
#2B2315
(43,35,21)
#20190E
(32,25,14)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #83734D

#83734D
(131,115,77)
#8E7F5D
(142,127,93)
#998B6D
(153,139,109)
#A4977D
(164,151,125)
#AFA38D
(175,163,141)
#BAAF9D
(186,175,157)
#C5BBAD
(197,187,173)
#D0C7BD
(208,199,189)
#DBD3CD
(219,211,205)
#E6DFDD
(230,223,221)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83734D color. Also use rgb(131,115,77) instead hex code.

Text Font Color

.myTextColor { color: #83734D; }

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

This text font color is #83734D.


Background Color

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

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

This div background color is #83734D.


Border color

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

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

This div border color is #83734D.


Opacity

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

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

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

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

This text has shadow with #83734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83734D on black background.


Color preview on white background

This text has color #83734D on white background.



Black color preview on #83734D background

This text has black color on #83734D background.


White color preview on #83734D background

This text has white color on #83734D background.