COLOR #838D78

HEX: #838D78
RGB: (131,141,120)

Color info

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

RGB color model

#838D78 color RGB value is (131,141,120).

  • red value is 131;
  • green value is 141;
  • blue value is 120.
RGB:
(131,141,120)
(51%,55%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 120 of 255 = 47%

131
141
120

R + G + B ~ 51%. #838D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 120 = 392 (100%)
R 131 of 392 ~ 33.42%
G 141 of 392 ~ 35.97%
B 120 of 392 ~ 30.61%

%33.42
%35.97
%30.61

CMYK color model

#838D78 color CMYK value is (7,0,15,45).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(7,0,15,45)
C7M0Y15K45 
(7%,0%,15%,45%)
(0.07/0.00/0.15/0.45)	

CMYK percentages

%7.09
%0
%14.89
%44.71

Codes

Color #838D78 in popluar color models

838D78
RGB131141120
HSL89°8.43%51.18%
HSB/HSV89°14.89%55.29%
CMYK7.09%0.00%14.89%
44.71%

Color #838D78 in popluar number systems.

HEX838D78
Decimal131141120
Binary10000011100011011111000
Octal203215170

Shades and tints

Shades of #838D78

#838D78
(131,141,120)
#78816E
(120,129,110)
#6D7564
(109,117,100)
#62695A
(98,105,90)
#575D50
(87,93,80)
#4C5146
(76,81,70)
#41453C
(65,69,60)
#363932
(54,57,50)
#2B2D28
(43,45,40)
#20211E
(32,33,30)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #838D78

#838D78
(131,141,120)
#8E9784
(142,151,132)
#99A190
(153,161,144)
#A4AB9C
(164,171,156)
#AFB5A8
(175,181,168)
#BABFB4
(186,191,180)
#C5C9C0
(197,201,192)
#D0D3CC
(208,211,204)
#DBDDD8
(219,221,216)
#E6E7E4
(230,231,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838D78 color. Also use rgb(131,141,120) instead hex code.

Text Font Color

.myTextColor { color: #838D78; }

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

This text font color is #838D78.


Background Color

.myBgColor { background-color: #838D78; }

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

This div background color is #838D78.


Border color

.myBorderColor { border: 1px solid #838D78; }

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

This div border color is #838D78.


Opacity

.myOpacity80 { color: #838D78; opacity: 0.8; }

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

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

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

This text has shadow with #838D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D78 on black background.


Color preview on white background

This text has color #838D78 on white background.



Black color preview on #838D78 background

This text has black color on #838D78 background.


White color preview on #838D78 background

This text has white color on #838D78 background.