COLOR #838788

HEX: #838788
RGB: (131,135,136)

Color info

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

RGB color model

#838788 color RGB value is (131,135,136).

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

RGB channels and saturation

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

131
135
136

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 136 = 402 (100%)
R 131 of 402 ~ 32.59%
G 135 of 402 ~ 33.58%
B 136 of 402 ~ 33.83%

%32.59
%33.58
%33.83

CMYK color model

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

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

CMYK percentages

%3.68
%0.74
%0
%46.67

Codes

Color #838788 in popluar color models

838788
RGB131135136
HSL192°2.06%52.35%
HSB/HSV192°3.68%53.33%
CMYK3.68%0.74%0.00%
46.67%

Color #838788 in popluar number systems.

HEX838788
Decimal131135136
Binary100000111000011110001000
Octal203207210

Shades and tints

Shades of #838788

#838788
(131,135,136)
#787B7C
(120,123,124)
#6D6F70
(109,111,112)
#626364
(98,99,100)
#575758
(87,87,88)
#4C4B4C
(76,75,76)
#413F40
(65,63,64)
#363334
(54,51,52)
#2B2728
(43,39,40)
#201B1C
(32,27,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #838788

#838788
(131,135,136)
#8E9192
(142,145,146)
#999B9C
(153,155,156)
#A4A5A6
(164,165,166)
#AFAFB0
(175,175,176)
#BAB9BA
(186,185,186)
#C5C3C4
(197,195,196)
#D0CDCE
(208,205,206)
#DBD7D8
(219,215,216)
#E6E1E2
(230,225,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838788; }

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

This text font color is #838788.


Background Color

.myBgColor { background-color: #838788; }

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

This div background color is #838788.


Border color

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

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

This div border color is #838788.


Opacity

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

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

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

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

This text has shadow with #838788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838788 on black background.


Color preview on white background

This text has color #838788 on white background.



Black color preview on #838788 background

This text has black color on #838788 background.


White color preview on #838788 background

This text has white color on #838788 background.