COLOR #838388

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

Color info

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

RGB color model

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

RGB: (131,131,136) (51%, 51%, 53%)

RGB channels and saturation

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

131
131
136

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

Portions of RGB colors in percentages

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

%32.91
%32.91
%34.17

CMYK color model

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

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

CMYK percentages

%3.68
%3.68
%0
%46.67

Codes

Color #838388 in popluar color models

83 83 88
RGB 131 131 136
HSL 240° 2.06% 52.35%
HSB/HSV 240° 3.68% 53.33%
CMYK 3.68% 3.68% 0.00%
46.67%

Color #838388 in popluar number systems.

HEX 83 83 88
Decimal 131 131 136
Binary 10000011 10000011 10001000
Octal 203 203 210

Shades and tints

Shades of #838388

#838388
(131,131,136)
#78787C
(120,120,124)
#6D6D70
(109,109,112)
#626264
(98,98,100)
#575758
(87,87,88)
#4C4C4C
(76,76,76)
#414140
(65,65,64)
#363634
(54,54,52)
#2B2B28
(43,43,40)
#20201C
(32,32,28)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #838388

#838388
(131,131,136)
#8E8E92
(142,142,146)
#99999C
(153,153,156)
#A4A4A6
(164,164,166)
#AFAFB0
(175,175,176)
#BABABA
(186,186,186)
#C5C5C4
(197,197,196)
#D0D0CE
(208,208,206)
#DBDBD8
(219,219,216)
#E6E6E2
(230,230,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838388; }

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

This text font color is #838388.

Background Color

.myBgColor { background-color: #838388; }

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

This div background color is #838388.

Border color

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

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

This div border color is #838388.

Opacity

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

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

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

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

This text has shadow with #838388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838388.

Preview

Color preview on black background

This text has color #838388 on black background.


Color preview on white background

This text has color #838388 on white background.


Black color preview on #838388 background

This text has black color on #838388 background.


White color preview on #838388 background

This text has white color on #838388 background.


Related colors

Complementary color

Complementary color for #hex is #7C7C77.


I love getcolorcode.com