COLOR #83365F

HEX: #83365F
RGB: (131,54,95)

Color info

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

RGB color model

#83365F color RGB value is (131,54,95).

  • red value is 131;
  • green value is 54;
  • blue value is 95.
RGB:
(131,54,95)
(51%,21%,37%)

RGB channels and saturation

R 131 of 255 = 51%
G 54 of 255 = 21%
B 95 of 255 = 37%

131
54
95

R + G + B ~ 36%. #83365F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 54 + 95 = 280 (100%)
R 131 of 280 ~ 46.79%
G 54 of 280 ~ 19.29%
B 95 of 280 ~ 33.93%

%46.79
%19.29
%33.93

CMYK color model

#83365F color CMYK value is (0,59,27,49).

  • cyan value is 0.00%
  • magenta value is 58.78%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(0,59,27,49)
C0M59Y27K49 
(0%,59%,27%,49%)
(0.00/0.59/0.27/0.49)	

CMYK percentages

%0
%58.78
%27.48
%48.63

Codes

Color #83365F in popluar color models

83365F
RGB1315495
HSL328°41.62%36.27%
HSB/HSV328°58.78%51.37%
CMYK0.00%58.78%27.48%
48.63%

Color #83365F in popluar number systems.

HEX83365F
Decimal1315495
Binary100000111101101011111
Octal20366137

Shades and tints

Shades of #83365F

#83365F
(131,54,95)
#783257
(120,50,87)
#6D2E4F
(109,46,79)
#622A47
(98,42,71)
#57263F
(87,38,63)
#4C2237
(76,34,55)
#411E2F
(65,30,47)
#361A27
(54,26,39)
#2B161F
(43,22,31)
#201217
(32,18,23)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #83365F

#83365F
(131,54,95)
#8E486D
(142,72,109)
#995A7B
(153,90,123)
#A46C89
(164,108,137)
#AF7E97
(175,126,151)
#BA90A5
(186,144,165)
#C5A2B3
(197,162,179)
#D0B4C1
(208,180,193)
#DBC6CF
(219,198,207)
#E6D8DD
(230,216,221)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83365F color. Also use rgb(131,54,95) instead hex code.

Text Font Color

.myTextColor { color: #83365F; }

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

This text font color is #83365F.


Background Color

.myBgColor { background-color: #83365F; }

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

This div background color is #83365F.


Border color

.myBorderColor { border: 1px solid #83365F; }

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

This div border color is #83365F.


Opacity

.myOpacity80 { color: #83365F; opacity: 0.8; }

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

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

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

This text has shadow with #83365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83365F on black background.


Color preview on white background

This text has color #83365F on white background.



Black color preview on #83365F background

This text has black color on #83365F background.


White color preview on #83365F background

This text has white color on #83365F background.