COLOR #833A39

HEX: #833A39
RGB: (131,58,57)

Color info

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

RGB color model

#833A39 color RGB value is (131,58,57).

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

RGB channels and saturation

R 131 of 255 = 51%
G 58 of 255 = 23%
B 57 of 255 = 22%

131
58
57

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

Portions of RGB colors in percentages

R + G + B =
131 + 58 + 57 = 246 (100%)
R 131 of 246 ~ 53.25%
G 58 of 246 ~ 23.58%
B 57 of 246 ~ 23.17%

%53.25
%23.58
%23.17

CMYK color model

#833A39 color CMYK value is (0,56,56,49).

  • cyan value is 0.00%
  • magenta value is 55.73%
  • yellow value is 56.49%
  • key color value is 48.63%
CMYK:
(0,56,56,49)
C0M56Y56K49 
(0%,56%,56%,49%)
(0.00/0.56/0.56/0.49)	

CMYK percentages

%0
%55.73
%56.49
%48.63

Codes

Color #833A39 in popluar color models

833A39
RGB1315857
HSL39.36%36.86%
HSB/HSV56.49%51.37%
CMYK0.00%55.73%56.49%
48.63%

Color #833A39 in popluar number systems.

HEX833A39
Decimal1315857
Binary10000011111010111001
Octal2037271

Shades and tints

Shades of #833A39

#833A39
(131,58,57)
#783534
(120,53,52)
#6D302F
(109,48,47)
#622B2A
(98,43,42)
#572625
(87,38,37)
#4C2120
(76,33,32)
#411C1B
(65,28,27)
#361716
(54,23,22)
#2B1211
(43,18,17)
#200D0C
(32,13,12)
#150807
(21,8,7)
#000000
(0,0,0)

Tints of #833A39

#833A39
(131,58,57)
#8E4B4B
(142,75,75)
#995C5D
(153,92,93)
#A46D6F
(164,109,111)
#AF7E81
(175,126,129)
#BA8F93
(186,143,147)
#C5A0A5
(197,160,165)
#D0B1B7
(208,177,183)
#DBC2C9
(219,194,201)
#E6D3DB
(230,211,219)
#F1E4ED
(241,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833A39; }

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

This text font color is #833A39.


Background Color

.myBgColor { background-color: #833A39; }

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

This div background color is #833A39.


Border color

.myBorderColor { border: 1px solid #833A39; }

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

This div border color is #833A39.


Opacity

.myOpacity80 { color: #833A39; opacity: 0.8; }

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

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

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

This text has shadow with #833A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833A39 on black background.


Color preview on white background

This text has color #833A39 on white background.



Black color preview on #833A39 background

This text has black color on #833A39 background.


White color preview on #833A39 background

This text has white color on #833A39 background.