COLOR #838A49

HEX: #838A49
RGB: (131,138,73)

Color info

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

RGB color model

#838A49 color RGB value is (131,138,73).

  • red value is 131;
  • green value is 138;
  • blue value is 73.
RGB:
(131,138,73)
(51%,54%,29%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 73 of 255 = 29%

131
138
73

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 73 = 342 (100%)
R 131 of 342 ~ 38.3%
G 138 of 342 ~ 40.35%
B 73 of 342 ~ 21.35%

%38.3
%40.35
%21.35

CMYK color model

#838A49 color CMYK value is (5,0,47,46).

  • cyan value is 5.07%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(5,0,47,46)
C5M0Y47K46 
(5%,0%,47%,46%)
(0.05/0.00/0.47/0.46)	

CMYK percentages

%5.07
%0
%47.1
%45.88

Codes

Color #838A49 in popluar color models

838A49
RGB13113873
HSL66°30.81%41.37%
HSB/HSV66°47.10%54.12%
CMYK5.07%0.00%47.10%
45.88%

Color #838A49 in popluar number systems.

HEX838A49
Decimal13113873
Binary10000011100010101001001
Octal203212111

Shades and tints

Shades of #838A49

#838A49
(131,138,73)
#787E43
(120,126,67)
#6D723D
(109,114,61)
#626637
(98,102,55)
#575A31
(87,90,49)
#4C4E2B
(76,78,43)
#414225
(65,66,37)
#36361F
(54,54,31)
#2B2A19
(43,42,25)
#201E13
(32,30,19)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #838A49

#838A49
(131,138,73)
#8E9459
(142,148,89)
#999E69
(153,158,105)
#A4A879
(164,168,121)
#AFB289
(175,178,137)
#BABC99
(186,188,153)
#C5C6A9
(197,198,169)
#D0D0B9
(208,208,185)
#DBDAC9
(219,218,201)
#E6E4D9
(230,228,217)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838A49 color. Also use rgb(131,138,73) instead hex code.

Text Font Color

.myTextColor { color: #838A49; }

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

This text font color is #838A49.


Background Color

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

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

This div background color is #838A49.


Border color

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

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

This div border color is #838A49.


Opacity

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

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

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

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

This text has shadow with #838A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838A49 on black background.


Color preview on white background

This text has color #838A49 on white background.



Black color preview on #838A49 background

This text has black color on #838A49 background.


White color preview on #838A49 background

This text has white color on #838A49 background.