COLOR #838D64

HEX: #838D64
RGB: (131,141,100)

Color info

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

RGB color model

#838D64 color RGB value is (131,141,100).

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

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 100 of 255 = 39%

131
141
100

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 100 = 372 (100%)
R 131 of 372 ~ 35.22%
G 141 of 372 ~ 37.9%
B 100 of 372 ~ 26.88%

%35.22
%37.9
%26.88

CMYK color model

#838D64 color CMYK value is (7,0,29,45).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 44.71%
CMYK:
(7,0,29,45)
C7M0Y29K45 
(7%,0%,29%,45%)
(0.07/0.00/0.29/0.45)	

CMYK percentages

%7.09
%0
%29.08
%44.71

Codes

Color #838D64 in popluar color models

838D64
RGB131141100
HSL75°17.01%47.25%
HSB/HSV75°29.08%55.29%
CMYK7.09%0.00%29.08%
44.71%

Color #838D64 in popluar number systems.

HEX838D64
Decimal131141100
Binary10000011100011011100100
Octal203215144

Shades and tints

Shades of #838D64

#838D64
(131,141,100)
#78815B
(120,129,91)
#6D7552
(109,117,82)
#626949
(98,105,73)
#575D40
(87,93,64)
#4C5137
(76,81,55)
#41452E
(65,69,46)
#363925
(54,57,37)
#2B2D1C
(43,45,28)
#202113
(32,33,19)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #838D64

#838D64
(131,141,100)
#8E9772
(142,151,114)
#99A180
(153,161,128)
#A4AB8E
(164,171,142)
#AFB59C
(175,181,156)
#BABFAA
(186,191,170)
#C5C9B8
(197,201,184)
#D0D3C6
(208,211,198)
#DBDDD4
(219,221,212)
#E6E7E2
(230,231,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838D64; }

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

This text font color is #838D64.


Background Color

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

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

This div background color is #838D64.


Border color

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

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

This div border color is #838D64.


Opacity

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

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

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

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

This text has shadow with #838D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D64 on black background.


Color preview on white background

This text has color #838D64 on white background.



Black color preview on #838D64 background

This text has black color on #838D64 background.


White color preview on #838D64 background

This text has white color on #838D64 background.