COLOR #838B78

HEX: #838B78
RGB: (131,139,120)

Color info

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

RGB color model

#838B78 color RGB value is (131,139,120).

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

RGB channels and saturation

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

131
139
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 139 + 120 = 390 (100%)
R 131 of 390 ~ 33.59%
G 139 of 390 ~ 35.64%
B 120 of 390 ~ 30.77%

%33.59
%35.64
%30.77

CMYK color model

#838B78 color CMYK value is (6,0,14,45).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(6,0,14,45)
C6M0Y14K45 
(6%,0%,14%,45%)
(0.06/0.00/0.14/0.45)	

CMYK percentages

%5.76
%0
%13.67
%45.49

Codes

Color #838B78 in popluar color models

838B78
RGB131139120
HSL85°7.57%50.78%
HSB/HSV85°13.67%54.51%
CMYK5.76%0.00%13.67%
45.49%

Color #838B78 in popluar number systems.

HEX838B78
Decimal131139120
Binary10000011100010111111000
Octal203213170

Shades and tints

Shades of #838B78

#838B78
(131,139,120)
#787F6E
(120,127,110)
#6D7364
(109,115,100)
#62675A
(98,103,90)
#575B50
(87,91,80)
#4C4F46
(76,79,70)
#41433C
(65,67,60)
#363732
(54,55,50)
#2B2B28
(43,43,40)
#201F1E
(32,31,30)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #838B78

#838B78
(131,139,120)
#8E9584
(142,149,132)
#999F90
(153,159,144)
#A4A99C
(164,169,156)
#AFB3A8
(175,179,168)
#BABDB4
(186,189,180)
#C5C7C0
(197,199,192)
#D0D1CC
(208,209,204)
#DBDBD8
(219,219,216)
#E6E5E4
(230,229,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838B78; }

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

This text font color is #838B78.


Background Color

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

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

This div background color is #838B78.


Border color

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

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

This div border color is #838B78.


Opacity

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

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

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

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

This text has shadow with #838B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838B78 on black background.


Color preview on white background

This text has color #838B78 on white background.



Black color preview on #838B78 background

This text has black color on #838B78 background.


White color preview on #838B78 background

This text has white color on #838B78 background.