COLOR #888383

HEX: #888383
RGB: (136,131,131)

Color info

#888383 contains red, green and blue colors in about the same proportion. Web safe color of #888383 is #999999 (or #999).

RGB color model

#888383 color RGB value is (136,131,131).

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

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 131 of 255 = 51%

136
131
131

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 131 = 398 (100%)
R 136 of 398 ~ 34.17%
G 131 of 398 ~ 32.91%
B 131 of 398 ~ 32.91%

%34.17
%32.91
%32.91

CMYK color model

#888383 color CMYK value is (0,4,4,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(0,4,4,47)
C0M4Y4K47 
(0%,4%,4%,47%)
(0.00/0.04/0.04/0.47)	

CMYK percentages

%0
%3.68
%3.68
%46.67

Codes

Color #888383 in popluar color models

888383
RGB136131131
HSL2.06%52.35%
HSB/HSV3.68%53.33%
CMYK0.00%3.68%3.68%
46.67%

Color #888383 in popluar number systems.

HEX888383
Decimal136131131
Binary100010001000001110000011
Octal210203203

Shades and tints

Shades of #888383

#888383
(136,131,131)
#7C7878
(124,120,120)
#706D6D
(112,109,109)
#646262
(100,98,98)
#585757
(88,87,87)
#4C4C4C
(76,76,76)
#404141
(64,65,65)
#343636
(52,54,54)
#282B2B
(40,43,43)
#1C2020
(28,32,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #888383

#888383
(136,131,131)
#928E8E
(146,142,142)
#9C9999
(156,153,153)
#A6A4A4
(166,164,164)
#B0AFAF
(176,175,175)
#BABABA
(186,186,186)
#C4C5C5
(196,197,197)
#CED0D0
(206,208,208)
#D8DBDB
(216,219,219)
#E2E6E6
(226,230,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888383; }

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

This text font color is #888383.


Background Color

.myBgColor { background-color: #888383; }

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

This div background color is #888383.


Border color

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

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

This div border color is #888383.


Opacity

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

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

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

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

This text has shadow with #888383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888383 on black background.


Color preview on white background

This text has color #888383 on white background.



Black color preview on #888383 background

This text has black color on #888383 background.


White color preview on #888383 background

This text has white color on #888383 background.