COLOR #838A2E

HEX: #838A2E RGB: (131,138,46)

Color info

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

RGB color model

#838A2E color RGB value is (131,138,46).

RGB: (131,138,46) (51%, 54%, 18%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 46 of 255 = 18%

131
138
46

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

Portions of RGB colors in percentages

R + G + B = 131 + 138 + 46 = 315 (100%)
R 131 of 315 ~ 41.59%
G 138 of 315 ~ 43.81%
B 46 of 315 ~ 14.6'%

%41.59
%43.81
%14.6

CMYK color model

#838A2E color CMYK value is (5,0,67,46).

  • cyan value is 5.07%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 45.88%

CMYK: (5,0,67,46)
C5M0Y67K46 (5%, 0%, 67%, 46%)
(0.05 / 0.00 / 0.67 / 0.46)

CMYK percentages

%5.07
%0
%66.67
%45.88

Codes

Color #838A2E in popluar color models

83 8A 2E
RGB 131 138 46
HSL 65° 50.00% 36.08%
HSB/HSV 65° 66.67% 54.12%
CMYK 5.07% 0.00% 66.67%
45.88%

Color #838A2E in popluar number systems.

HEX 83 8A 2E
Decimal 131 138 46
Binary 10000011 10001010 101110
Octal 203 212 56

Shades and tints

Shades of #838A2E

#838A2E
(131,138,46)
#787E2A
(120,126,42)
#6D7226
(109,114,38)
#626622
(98,102,34)
#575A1E
(87,90,30)
#4C4E1A
(76,78,26)
#414216
(65,66,22)
#363612
(54,54,18)
#2B2A0E
(43,42,14)
#201E0A
(32,30,10)
#151206
(21,18,6)
#000000
(0,0,0)

Tints of #838A2E

#838A2E
(131,138,46)
#8E9441
(142,148,65)
#999E54
(153,158,84)
#A4A867
(164,168,103)
#AFB27A
(175,178,122)
#BABC8D
(186,188,141)
#C5C6A0
(197,198,160)
#D0D0B3
(208,208,179)
#DBDAC6
(219,218,198)
#E6E4D9
(230,228,217)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838A2E; }

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

This text font color is #838A2E.

Background Color

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

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

This div background color is #838A2E.

Border color

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

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

This div border color is #838A2E.

Opacity

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

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

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

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

This text has shadow with #838A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838A2E.

Preview

Color preview on black background

This text has color #838A2E on black background.


Color preview on white background

This text has color #838A2E on white background.


Black color preview on #838A2E background

This text has black color on #838A2E background.


White color preview on #838A2E background

This text has white color on #838A2E background.


Related colors

Complementary color

Complementary color for #hex is #7C75D1.


I love getcolorcode.com

Triadic colors

1 #2E838A and #8A2E83 with #838A2E are triadic colors.

2 #2E8A83 and #8A832E with #838A2E are triadic colors.