COLOR #83392A

HEX: #83392A
RGB: (131,57,42)

Color info

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

RGB color model

#83392A color RGB value is (131,57,42).

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

RGB channels and saturation

R 131 of 255 = 51%
G 57 of 255 = 22%
B 42 of 255 = 16%

131
57
42

R + G + B ~ 30%. #83392A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 57 + 42 = 230 (100%)
R 131 of 230 ~ 56.96%
G 57 of 230 ~ 24.78%
B 42 of 230 ~ 18.26%

%56.96
%24.78
%18.26

CMYK color model

#83392A color CMYK value is (0,56,68,49).

  • cyan value is 0.00%
  • magenta value is 56.49%
  • yellow value is 67.94%
  • key color value is 48.63%
CMYK:
(0,56,68,49)
C0M56Y68K49 
(0%,56%,68%,49%)
(0.00/0.56/0.68/0.49)	

CMYK percentages

%0
%56.49
%67.94
%48.63

Codes

Color #83392A in popluar color models

83392A
RGB1315742
HSL10°51.45%33.92%
HSB/HSV10°67.94%51.37%
CMYK0.00%56.49%67.94%
48.63%

Color #83392A in popluar number systems.

HEX83392A
Decimal1315742
Binary10000011111001101010
Octal2037152

Shades and tints

Shades of #83392A

#83392A
(131,57,42)
#783427
(120,52,39)
#6D2F24
(109,47,36)
#622A21
(98,42,33)
#57251E
(87,37,30)
#4C201B
(76,32,27)
#411B18
(65,27,24)
#361615
(54,22,21)
#2B1112
(43,17,18)
#200C0F
(32,12,15)
#15070C
(21,7,12)
#000000
(0,0,0)

Tints of #83392A

#83392A
(131,57,42)
#8E4B3D
(142,75,61)
#995D50
(153,93,80)
#A46F63
(164,111,99)
#AF8176
(175,129,118)
#BA9389
(186,147,137)
#C5A59C
(197,165,156)
#D0B7AF
(208,183,175)
#DBC9C2
(219,201,194)
#E6DBD5
(230,219,213)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83392A; }

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

This text font color is #83392A.


Background Color

.myBgColor { background-color: #83392A; }

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

This div background color is #83392A.


Border color

.myBorderColor { border: 1px solid #83392A; }

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

This div border color is #83392A.


Opacity

.myOpacity80 { color: #83392A; opacity: 0.8; }

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

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

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

This text has shadow with #83392A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83392A on black background.


Color preview on white background

This text has color #83392A on white background.



Black color preview on #83392A background

This text has black color on #83392A background.


White color preview on #83392A background

This text has white color on #83392A background.