COLOR #83374E

HEX: #83374E
RGB: (131,55,78)

Color info

#83374E contains mainly red and blue colors. Web safe color of #83374E is #993366 (or #936).

RGB color model

#83374E color RGB value is (131,55,78).

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

RGB channels and saturation

R 131 of 255 = 51%
G 55 of 255 = 22%
B 78 of 255 = 31%

131
55
78

R + G + B ~ 35%. #83374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 55 + 78 = 264 (100%)
R 131 of 264 ~ 49.62%
G 55 of 264 ~ 20.83%
B 78 of 264 ~ 29.55%

%49.62
%20.83
%29.55

CMYK color model

#83374E color CMYK value is (0,58,40,49).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(0,58,40,49)
C0M58Y40K49 
(0%,58%,40%,49%)
(0.00/0.58/0.40/0.49)	

CMYK percentages

%0
%58.02
%40.46
%48.63

Codes

Color #83374E in popluar color models

83374E
RGB1315578
HSL342°40.86%36.47%
HSB/HSV342°58.02%51.37%
CMYK0.00%58.02%40.46%
48.63%

Color #83374E in popluar number systems.

HEX83374E
Decimal1315578
Binary100000111101111001110
Octal20367116

Shades and tints

Shades of #83374E

#83374E
(131,55,78)
#783247
(120,50,71)
#6D2D40
(109,45,64)
#622839
(98,40,57)
#572332
(87,35,50)
#4C1E2B
(76,30,43)
#411924
(65,25,36)
#36141D
(54,20,29)
#2B0F16
(43,15,22)
#200A0F
(32,10,15)
#150508
(21,5,8)
#000000
(0,0,0)

Tints of #83374E

#83374E
(131,55,78)
#8E495E
(142,73,94)
#995B6E
(153,91,110)
#A46D7E
(164,109,126)
#AF7F8E
(175,127,142)
#BA919E
(186,145,158)
#C5A3AE
(197,163,174)
#D0B5BE
(208,181,190)
#DBC7CE
(219,199,206)
#E6D9DE
(230,217,222)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83374E; }

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

This text font color is #83374E.


Background Color

.myBgColor { background-color: #83374E; }

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

This div background color is #83374E.


Border color

.myBorderColor { border: 1px solid #83374E; }

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

This div border color is #83374E.


Opacity

.myOpacity80 { color: #83374E; opacity: 0.8; }

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

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

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

This text has shadow with #83374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83374E on black background.


Color preview on white background

This text has color #83374E on white background.



Black color preview on #83374E background

This text has black color on #83374E background.


White color preview on #83374E background

This text has white color on #83374E background.