COLOR #838C47

HEX: #838C47
RGB: (131,140,71)

Color info

#838C47 contains mainly red and green colors. Web safe color of #838C47 is #999933 (or #993).

RGB color model

#838C47 color RGB value is (131,140,71).

  • red value is 131;
  • green value is 140;
  • blue value is 71.
RGB:
(131,140,71)
(51%,55%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 71 of 255 = 28%

131
140
71

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 71 = 342 (100%)
R 131 of 342 ~ 38.3%
G 140 of 342 ~ 40.94%
B 71 of 342 ~ 20.76%

%38.3
%40.94
%20.76

CMYK color model

#838C47 color CMYK value is (6,0,49,45).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(6,0,49,45)
C6M0Y49K45 
(6%,0%,49%,45%)
(0.06/0.00/0.49/0.45)	

CMYK percentages

%6.43
%0
%49.29
%45.1

Codes

Color #838C47 in popluar color models

838C47
RGB13114071
HSL68°32.70%41.37%
HSB/HSV68°49.29%54.90%
CMYK6.43%0.00%49.29%
45.10%

Color #838C47 in popluar number systems.

HEX838C47
Decimal13114071
Binary10000011100011001000111
Octal203214107

Shades and tints

Shades of #838C47

#838C47
(131,140,71)
#788041
(120,128,65)
#6D743B
(109,116,59)
#626835
(98,104,53)
#575C2F
(87,92,47)
#4C5029
(76,80,41)
#414423
(65,68,35)
#36381D
(54,56,29)
#2B2C17
(43,44,23)
#202011
(32,32,17)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #838C47

#838C47
(131,140,71)
#8E9657
(142,150,87)
#99A067
(153,160,103)
#A4AA77
(164,170,119)
#AFB487
(175,180,135)
#BABE97
(186,190,151)
#C5C8A7
(197,200,167)
#D0D2B7
(208,210,183)
#DBDCC7
(219,220,199)
#E6E6D7
(230,230,215)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838C47 color. Also use rgb(131,140,71) instead hex code.

Text Font Color

.myTextColor { color: #838C47; }

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

This text font color is #838C47.


Background Color

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

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

This div background color is #838C47.


Border color

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

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

This div border color is #838C47.


Opacity

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

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

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

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

This text has shadow with #838C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C47 on black background.


Color preview on white background

This text has color #838C47 on white background.



Black color preview on #838C47 background

This text has black color on #838C47 background.


White color preview on #838C47 background

This text has white color on #838C47 background.