COLOR #839188

HEX: #839188
RGB: (131,145,136)

Color info

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

RGB color model

#839188 color RGB value is (131,145,136).

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

RGB channels and saturation

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

131
145
136

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 136 = 412 (100%)
R 131 of 412 ~ 31.8%
G 145 of 412 ~ 35.19%
B 136 of 412 ~ 33.01%

%31.8
%35.19
%33.01

CMYK color model

#839188 color CMYK value is (10,0,6,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 43.14%
CMYK:
(10,0,6,43)
C10M0Y6K43 
(10%,0%,6%,43%)
(0.10/0.00/0.06/0.43)	

CMYK percentages

%9.66
%0
%6.21
%43.14

Codes

Color #839188 in popluar color models

839188
RGB131145136
HSL141°5.98%54.12%
HSB/HSV141°9.66%56.86%
CMYK9.66%0.00%6.21%
43.14%

Color #839188 in popluar number systems.

HEX839188
Decimal131145136
Binary100000111001000110001000
Octal203221210

Shades and tints

Shades of #839188

#839188
(131,145,136)
#78847C
(120,132,124)
#6D7770
(109,119,112)
#626A64
(98,106,100)
#575D58
(87,93,88)
#4C504C
(76,80,76)
#414340
(65,67,64)
#363634
(54,54,52)
#2B2928
(43,41,40)
#201C1C
(32,28,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #839188

#839188
(131,145,136)
#8E9B92
(142,155,146)
#99A59C
(153,165,156)
#A4AFA6
(164,175,166)
#AFB9B0
(175,185,176)
#BAC3BA
(186,195,186)
#C5CDC4
(197,205,196)
#D0D7CE
(208,215,206)
#DBE1D8
(219,225,216)
#E6EBE2
(230,235,226)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839188; }

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

This text font color is #839188.


Background Color

.myBgColor { background-color: #839188; }

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

This div background color is #839188.


Border color

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

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

This div border color is #839188.


Opacity

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

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

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

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

This text has shadow with #839188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839188 on black background.


Color preview on white background

This text has color #839188 on white background.



Black color preview on #839188 background

This text has black color on #839188 background.


White color preview on #839188 background

This text has white color on #839188 background.