COLOR #838A3F

HEX: #838A3F RGB: (131,138,63)

Color info

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

RGB color model

#838A3F color RGB value is (131,138,63).

RGB: (131,138,63) (51%, 54%, 25%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 63 of 255 = 25%

131
138
63

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

Portions of RGB colors in percentages

R + G + B = 131 + 138 + 63 = 332 (100%)
R 131 of 332 ~ 39.46%
G 138 of 332 ~ 41.57%
B 63 of 332 ~ 18.98'%

%39.46
%41.57
%18.98

CMYK color model

#838A3F color CMYK value is (5,0,54,46).

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

CMYK: (5,0,54,46)
C5M0Y54K46 (5%, 0%, 54%, 46%)
(0.05 / 0.00 / 0.54 / 0.46)

CMYK percentages

%5.07
%0
%54.35
%45.88

Codes

Color #838A3F in popluar color models

83 8A 3F
RGB 131 138 63
HSL 66° 37.31% 39.41%
HSB/HSV 66° 54.35% 54.12%
CMYK 5.07% 0.00% 54.35%
45.88%

Color #838A3F in popluar number systems.

HEX 83 8A 3F
Decimal 131 138 63
Binary 10000011 10001010 111111
Octal 203 212 77

Shades and tints

Shades of #838A3F

#838A3F
(131,138,63)
#787E3A
(120,126,58)
#6D7235
(109,114,53)
#626630
(98,102,48)
#575A2B
(87,90,43)
#4C4E26
(76,78,38)
#414221
(65,66,33)
#36361C
(54,54,28)
#2B2A17
(43,42,23)
#201E12
(32,30,18)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #838A3F

#838A3F
(131,138,63)
#8E9450
(142,148,80)
#999E61
(153,158,97)
#A4A872
(164,168,114)
#AFB283
(175,178,131)
#BABC94
(186,188,148)
#C5C6A5
(197,198,165)
#D0D0B6
(208,208,182)
#DBDAC7
(219,218,199)
#E6E4D8
(230,228,216)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838A3F; }

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

This text font color is #838A3F.

Background Color

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

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

This div background color is #838A3F.

Border color

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

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

This div border color is #838A3F.

Opacity

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

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

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

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

This text has shadow with #838A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838A3F.

Preview

Color preview on black background

This text has color #838A3F on black background.


Color preview on white background

This text has color #838A3F on white background.


Black color preview on #838A3F background

This text has black color on #838A3F background.


White color preview on #838A3F background

This text has white color on #838A3F background.


Related colors

Complementary color

Complementary color for #hex is #7C75C0.


I love getcolorcode.com

Triadic colors

1 #3F838A and #8A3F83 with #838A3F are triadic colors.

2 #3F8A83 and #8A833F with #838A3F are triadic colors.