COLOR #837334

HEX: #837334
RGB: (131,115,52)

Color info

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

RGB color model

#837334 color RGB value is (131,115,52).

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

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 52 of 255 = 20%

131
115
52

R + G + B ~ 39%. #837334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 52 = 298 (100%)
R 131 of 298 ~ 43.96%
G 115 of 298 ~ 38.59%
B 52 of 298 ~ 17.45%

%43.96
%38.59
%17.45

CMYK color model

#837334 color CMYK value is (0,12,60,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 60.31%
  • key color value is 48.63%
CMYK:
(0,12,60,49)
C0M12Y60K49 
(0%,12%,60%,49%)
(0.00/0.12/0.60/0.49)	

CMYK percentages

%0
%12.21
%60.31
%48.63

Codes

Color #837334 in popluar color models

837334
RGB13111552
HSL48°43.17%35.88%
HSB/HSV48°60.31%51.37%
CMYK0.00%12.21%60.31%
48.63%

Color #837334 in popluar number systems.

HEX837334
Decimal13111552
Binary100000111110011110100
Octal20316364

Shades and tints

Shades of #837334

#837334
(131,115,52)
#786930
(120,105,48)
#6D5F2C
(109,95,44)
#625528
(98,85,40)
#574B24
(87,75,36)
#4C4120
(76,65,32)
#41371C
(65,55,28)
#362D18
(54,45,24)
#2B2314
(43,35,20)
#201910
(32,25,16)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #837334

#837334
(131,115,52)
#8E7F46
(142,127,70)
#998B58
(153,139,88)
#A4976A
(164,151,106)
#AFA37C
(175,163,124)
#BAAF8E
(186,175,142)
#C5BBA0
(197,187,160)
#D0C7B2
(208,199,178)
#DBD3C4
(219,211,196)
#E6DFD6
(230,223,214)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837334; }

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

This text font color is #837334.


Background Color

.myBgColor { background-color: #837334; }

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

This div background color is #837334.


Border color

.myBorderColor { border: 1px solid #837334; }

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

This div border color is #837334.


Opacity

.myOpacity80 { color: #837334; opacity: 0.8; }

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

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

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

This text has shadow with #837334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837334 on black background.


Color preview on white background

This text has color #837334 on white background.



Black color preview on #837334 background

This text has black color on #837334 background.


White color preview on #837334 background

This text has white color on #837334 background.