COLOR #833937

HEX: #833937
RGB: (131,57,55)

Color info

#833937 contains mainly red color. Web safe color of #833937 is #993333 (or #933).

RGB color model

#833937 color RGB value is (131,57,55).

  • red value is 131;
  • green value is 57;
  • blue value is 55.
RGB:
(131,57,55)
(51%,22%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 57 of 255 = 22%
B 55 of 255 = 22%

131
57
55

R + G + B ~ 32%. #833937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 57 + 55 = 243 (100%)
R 131 of 243 ~ 53.91%
G 57 of 243 ~ 23.46%
B 55 of 243 ~ 22.63%

%53.91
%23.46
%22.63

CMYK color model

#833937 color CMYK value is (0,56,58,49).

  • cyan value is 0.00%
  • magenta value is 56.49%
  • yellow value is 58.02%
  • key color value is 48.63%
CMYK:
(0,56,58,49)
C0M56Y58K49 
(0%,56%,58%,49%)
(0.00/0.56/0.58/0.49)	

CMYK percentages

%0
%56.49
%58.02
%48.63

Codes

Color #833937 in popluar color models

833937
RGB1315755
HSL40.86%36.47%
HSB/HSV58.02%51.37%
CMYK0.00%56.49%58.02%
48.63%

Color #833937 in popluar number systems.

HEX833937
Decimal1315755
Binary10000011111001110111
Octal2037167

Shades and tints

Shades of #833937

#833937
(131,57,55)
#783432
(120,52,50)
#6D2F2D
(109,47,45)
#622A28
(98,42,40)
#572523
(87,37,35)
#4C201E
(76,32,30)
#411B19
(65,27,25)
#361614
(54,22,20)
#2B110F
(43,17,15)
#200C0A
(32,12,10)
#150705
(21,7,5)
#000000
(0,0,0)

Tints of #833937

#833937
(131,57,55)
#8E4B49
(142,75,73)
#995D5B
(153,93,91)
#A46F6D
(164,111,109)
#AF817F
(175,129,127)
#BA9391
(186,147,145)
#C5A5A3
(197,165,163)
#D0B7B5
(208,183,181)
#DBC9C7
(219,201,199)
#E6DBD9
(230,219,217)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833937 color. Also use rgb(131,57,55) instead hex code.

Text Font Color

.myTextColor { color: #833937; }

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

This text font color is #833937.


Background Color

.myBgColor { background-color: #833937; }

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

This div background color is #833937.


Border color

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

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

This div border color is #833937.


Opacity

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

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

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

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

This text has shadow with #833937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833937 on black background.


Color preview on white background

This text has color #833937 on white background.



Black color preview on #833937 background

This text has black color on #833937 background.


White color preview on #833937 background

This text has white color on #833937 background.