COLOR #839B7D

HEX: #839B7D
RGB: (131,155,125)

Color info

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

RGB color model

#839B7D color RGB value is (131,155,125).

  • red value is 131;
  • green value is 155;
  • blue value is 125.
RGB:
(131,155,125)
(51%,61%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 125 of 255 = 49%

131
155
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 155 + 125 = 411 (100%)
R 131 of 411 ~ 31.87%
G 155 of 411 ~ 37.71%
B 125 of 411 ~ 30.41%

%31.87
%37.71
%30.41

CMYK color model

#839B7D color CMYK value is (15,0,19,39).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(15,0,19,39)
C15M0Y19K39 
(15%,0%,19%,39%)
(0.15/0.00/0.19/0.39)	

CMYK percentages

%15.48
%0
%19.35
%39.22

Codes

Color #839B7D in popluar color models

839B7D
RGB131155125
HSL108°13.04%54.90%
HSB/HSV108°19.35%60.78%
CMYK15.48%0.00%19.35%
39.22%

Color #839B7D in popluar number systems.

HEX839B7D
Decimal131155125
Binary10000011100110111111101
Octal203233175

Shades and tints

Shades of #839B7D

#839B7D
(131,155,125)
#788D72
(120,141,114)
#6D7F67
(109,127,103)
#62715C
(98,113,92)
#576351
(87,99,81)
#4C5546
(76,85,70)
#41473B
(65,71,59)
#363930
(54,57,48)
#2B2B25
(43,43,37)
#201D1A
(32,29,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #839B7D

#839B7D
(131,155,125)
#8EA488
(142,164,136)
#99AD93
(153,173,147)
#A4B69E
(164,182,158)
#AFBFA9
(175,191,169)
#BAC8B4
(186,200,180)
#C5D1BF
(197,209,191)
#D0DACA
(208,218,202)
#DBE3D5
(219,227,213)
#E6ECE0
(230,236,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839B7D color. Also use rgb(131,155,125) instead hex code.

Text Font Color

.myTextColor { color: #839B7D; }

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

This text font color is #839B7D.


Background Color

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

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

This div background color is #839B7D.


Border color

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

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

This div border color is #839B7D.


Opacity

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

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

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

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

This text has shadow with #839B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839B7D on black background.


Color preview on white background

This text has color #839B7D on white background.



Black color preview on #839B7D background

This text has black color on #839B7D background.


White color preview on #839B7D background

This text has white color on #839B7D background.