COLOR #837B35

HEX: #837B35 RGB: (131,123,53)

Color info

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

RGB color model

#837B35 color RGB value is (131,123,53).

RGB: (131,123,53) (51%, 48%, 21%)

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 53 of 255 = 21%

131
123
53

R + G + B ~ 40%. #837B35 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 123 + 53 = 307 (100%)
R 131 of 307 ~ 42.67%
G 123 of 307 ~ 40.07%
B 53 of 307 ~ 17.26'%

%42.67
%40.07
%17.26

CMYK color model

#837B35 color CMYK value is (0,6,60,49).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 59.54%
  • key color value is 48.63%

CMYK: (0,6,60,49)
C0M6Y60K49 (0%, 6%, 60%, 49%)
(0.00 / 0.06 / 0.60 / 0.49)

CMYK percentages

%0
%6.11
%59.54
%48.63

Codes

Color #837B35 in popluar color models

83 7B 35
RGB 131 123 53
HSL 54° 42.39% 36.08%
HSB/HSV 54° 59.54% 51.37%
CMYK 0.00% 6.11% 59.54%
48.63%

Color #837B35 in popluar number systems.

HEX 83 7B 35
Decimal 131 123 53
Binary 10000011 1111011 110101
Octal 203 173 65

Shades and tints

Shades of #837B35

#837B35
(131,123,53)
#787031
(120,112,49)
#6D652D
(109,101,45)
#625A29
(98,90,41)
#574F25
(87,79,37)
#4C4421
(76,68,33)
#41391D
(65,57,29)
#362E19
(54,46,25)
#2B2315
(43,35,21)
#201811
(32,24,17)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #837B35

#837B35
(131,123,53)
#8E8747
(142,135,71)
#999359
(153,147,89)
#A49F6B
(164,159,107)
#AFAB7D
(175,171,125)
#BAB78F
(186,183,143)
#C5C3A1
(197,195,161)
#D0CFB3
(208,207,179)
#DBDBC5
(219,219,197)
#E6E7D7
(230,231,215)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837B35 color. Also use rgb(131,123,53) instead hex code.

Text Font Color

.myTextColor { color: #837B35; }

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

This text font color is #837B35.

Background Color

.myBgColor { background-color: #837B35; }

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

This div background color is #837B35.

Border color

.myBorderColor { border: 1px solid #837B35; }

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

This div border color is #837B35.

Opacity

.myOpacity80 { color: #837B35; opacity: 0.8; }

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

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

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

This text has shadow with #837B35 color.


.textShadow {text-shadow: 3px 3px 1px #837B35', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837B35; -webkit-box-shadow: 1px 1px 3px 2px #837B35; box-shadow:1px 1px 3px 2px #837B35;">
Div content here
</div>

This div box has shadow with color #837B35.

Preview

Color preview on black background

This text has color #837B35 on black background.


Color preview on white background

This text has color #837B35 on white background.


Black color preview on #837B35 background

This text has black color on #837B35 background.


White color preview on #837B35 background

This text has white color on #837B35 background.


Related colors

Complementary color

Complementary color for #hex is #7C84CA.


I love getcolorcode.com

Triadic colors

1 #35837B and #7B3583 with #837B35 are triadic colors.

2 #357B83 and #7B8335 with #837B35 are triadic colors.