COLOR #837383

HEX: #837383
RGB: (131,115,131)

Color info

#837383 contains red, green and blue colors in about the same proportion. Web safe color of #837383 is #996699 (or #969).

RGB color model

#837383 color RGB value is (131,115,131).

  • red value is 131;
  • green value is 115;
  • blue value is 131.
RGB:
(131,115,131)
(51%,45%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 131 of 255 = 51%

131
115
131

R + G + B ~ 49%. #837383 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 131 = 377 (100%)
R 131 of 377 ~ 34.75%
G 115 of 377 ~ 30.5%
B 131 of 377 ~ 34.75%

%34.75
%30.5
%34.75

CMYK color model

#837383 color CMYK value is (0,12,0,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(0,12,0,49)
C0M12Y0K49 
(0%,12%,0%,49%)
(0.00/0.12/0.00/0.49)	

CMYK percentages

%0
%12.21
%0
%48.63

Codes

Color #837383 in popluar color models

837383
RGB131115131
HSL300°6.50%48.24%
HSB/HSV300°12.21%51.37%
CMYK0.00%12.21%0.00%
48.63%

Color #837383 in popluar number systems.

HEX837383
Decimal131115131
Binary10000011111001110000011
Octal203163203

Shades and tints

Shades of #837383

#837383
(131,115,131)
#786978
(120,105,120)
#6D5F6D
(109,95,109)
#625562
(98,85,98)
#574B57
(87,75,87)
#4C414C
(76,65,76)
#413741
(65,55,65)
#362D36
(54,45,54)
#2B232B
(43,35,43)
#201920
(32,25,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #837383

#837383
(131,115,131)
#8E7F8E
(142,127,142)
#998B99
(153,139,153)
#A497A4
(164,151,164)
#AFA3AF
(175,163,175)
#BAAFBA
(186,175,186)
#C5BBC5
(197,187,197)
#D0C7D0
(208,199,208)
#DBD3DB
(219,211,219)
#E6DFE6
(230,223,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837383; }

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

This text font color is #837383.


Background Color

.myBgColor { background-color: #837383; }

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

This div background color is #837383.


Border color

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

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

This div border color is #837383.


Opacity

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

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

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

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

This text has shadow with #837383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837383 on black background.


Color preview on white background

This text has color #837383 on white background.



Black color preview on #837383 background

This text has black color on #837383 background.


White color preview on #837383 background

This text has white color on #837383 background.