COLOR #839D7B

HEX: #839D7B RGB: (131,157,123)

Color info

#839D7B contains red, green and blue colors in about the same proportion. Web safe color of #839D7B is #999966 (or #996).

RGB color model

#839D7B color RGB value is (131,157,123).

RGB: (131,157,123) (51%, 62%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 157 of 255 = 62%
B 123 of 255 = 48%

131
157
123

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

Portions of RGB colors in percentages

R + G + B = 131 + 157 + 123 = 411 (100%)
R 131 of 411 ~ 31.87%
G 157 of 411 ~ 38.2%
B 123 of 411 ~ 29.93'%

%31.87
%38.2
%29.93

CMYK color model

#839D7B color CMYK value is (17,0,22,38).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 21.66%
  • key color value is 38.43%

CMYK: (17,0,22,38)
C17M0Y22K38 (17%, 0%, 22%, 38%)
(0.17 / 0.00 / 0.22 / 0.38)

CMYK percentages

%16.56
%0
%21.66
%38.43

Codes

Color #839D7B in popluar color models

83 9D 7B
RGB 131 157 123
HSL 106° 14.78% 54.90%
HSB/HSV 106° 21.66% 61.57%
CMYK 16.56% 0.00% 21.66%
38.43%

Color #839D7B in popluar number systems.

HEX 83 9D 7B
Decimal 131 157 123
Binary 10000011 10011101 1111011
Octal 203 235 173

Shades and tints

Shades of #839D7B

#839D7B
(131,157,123)
#788F70
(120,143,112)
#6D8165
(109,129,101)
#62735A
(98,115,90)
#57654F
(87,101,79)
#4C5744
(76,87,68)
#414939
(65,73,57)
#363B2E
(54,59,46)
#2B2D23
(43,45,35)
#201F18
(32,31,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #839D7B

#839D7B
(131,157,123)
#8EA587
(142,165,135)
#99AD93
(153,173,147)
#A4B59F
(164,181,159)
#AFBDAB
(175,189,171)
#BAC5B7
(186,197,183)
#C5CDC3
(197,205,195)
#D0D5CF
(208,213,207)
#DBDDDB
(219,221,219)
#E6E5E7
(230,229,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839D7B color. Also use rgb(131,157,123) instead hex code.

Text Font Color

.myTextColor { color: #839D7B; }

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

This text font color is #839D7B.

Background Color

.myBgColor { background-color: #839D7B; }

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

This div background color is #839D7B.

Border color

.myBorderColor { border: 1px solid #839D7B; }

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

This div border color is #839D7B.

Opacity

.myOpacity80 { color: #839D7B; opacity: 0.8; }

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

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

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

This text has shadow with #839D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839D7B.

Preview

Color preview on black background

This text has color #839D7B on black background.


Color preview on white background

This text has color #839D7B on white background.


Black color preview on #839D7B background

This text has black color on #839D7B background.


White color preview on #839D7B background

This text has white color on #839D7B background.


Related colors

Complementary color

Complementary color for #hex is #7C6284.


I love getcolorcode.com

Triadic colors

1 #7B839D and #9D7B83 with #839D7B are triadic colors.

2 #7B9D83 and #9D837B with #839D7B are triadic colors.