COLOR #838638

HEX: #838638
RGB: (131,134,56)

Color info

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

RGB color model

#838638 color RGB value is (131,134,56).

  • red value is 131;
  • green value is 134;
  • blue value is 56.
RGB:
(131,134,56)
(51%,53%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 56 of 255 = 22%

131
134
56

R + G + B ~ 42%. #838638 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 56 = 321 (100%)
R 131 of 321 ~ 40.81%
G 134 of 321 ~ 41.74%
B 56 of 321 ~ 17.45%

%40.81
%41.74
%17.45

CMYK color model

#838638 color CMYK value is (2,0,58,47).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(2,0,58,47)
C2M0Y58K47 
(2%,0%,58%,47%)
(0.02/0.00/0.58/0.47)	

CMYK percentages

%2.24
%0
%58.21
%47.45

Codes

Color #838638 in popluar color models

838638
RGB13113456
HSL62°41.05%37.25%
HSB/HSV62°58.21%52.55%
CMYK2.24%0.00%58.21%
47.45%

Color #838638 in popluar number systems.

HEX838638
Decimal13113456
Binary1000001110000110111000
Octal20320670

Shades and tints

Shades of #838638

#838638
(131,134,56)
#787A33
(120,122,51)
#6D6E2E
(109,110,46)
#626229
(98,98,41)
#575624
(87,86,36)
#4C4A1F
(76,74,31)
#413E1A
(65,62,26)
#363215
(54,50,21)
#2B2610
(43,38,16)
#201A0B
(32,26,11)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #838638

#838638
(131,134,56)
#8E914A
(142,145,74)
#999C5C
(153,156,92)
#A4A76E
(164,167,110)
#AFB280
(175,178,128)
#BABD92
(186,189,146)
#C5C8A4
(197,200,164)
#D0D3B6
(208,211,182)
#DBDEC8
(219,222,200)
#E6E9DA
(230,233,218)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838638 color. Also use rgb(131,134,56) instead hex code.

Text Font Color

.myTextColor { color: #838638; }

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

This text font color is #838638.


Background Color

.myBgColor { background-color: #838638; }

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

This div background color is #838638.


Border color

.myBorderColor { border: 1px solid #838638; }

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

This div border color is #838638.


Opacity

.myOpacity80 { color: #838638; opacity: 0.8; }

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

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

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

This text has shadow with #838638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838638 on black background.


Color preview on white background

This text has color #838638 on white background.



Black color preview on #838638 background

This text has black color on #838638 background.


White color preview on #838638 background

This text has white color on #838638 background.