COLOR #838236

HEX: #838236
RGB: (131,130,54)

Color info

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

RGB color model

#838236 color RGB value is (131,130,54).

  • red value is 131;
  • green value is 130;
  • blue value is 54.
RGB:
(131,130,54)
(51%,51%,21%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 54 of 255 = 21%

131
130
54

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

Portions of RGB colors in percentages

R + G + B =
131 + 130 + 54 = 315 (100%)
R 131 of 315 ~ 41.59%
G 130 of 315 ~ 41.27%
B 54 of 315 ~ 17.14%

%41.59
%41.27
%17.14

CMYK color model

#838236 color CMYK value is (0,1,59,49).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 58.78%
  • key color value is 48.63%
CMYK:
(0,1,59,49)
C0M1Y59K49 
(0%,1%,59%,49%)
(0.00/0.01/0.59/0.49)	

CMYK percentages

%0
%0.76
%58.78
%48.63

Codes

Color #838236 in popluar color models

838236
RGB13113054
HSL59°41.62%36.27%
HSB/HSV59°58.78%51.37%
CMYK0.00%0.76%58.78%
48.63%

Color #838236 in popluar number systems.

HEX838236
Decimal13113054
Binary1000001110000010110110
Octal20320266

Shades and tints

Shades of #838236

#838236
(131,130,54)
#787732
(120,119,50)
#6D6C2E
(109,108,46)
#62612A
(98,97,42)
#575626
(87,86,38)
#4C4B22
(76,75,34)
#41401E
(65,64,30)
#36351A
(54,53,26)
#2B2A16
(43,42,22)
#201F12
(32,31,18)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #838236

#838236
(131,130,54)
#8E8D48
(142,141,72)
#99985A
(153,152,90)
#A4A36C
(164,163,108)
#AFAE7E
(175,174,126)
#BAB990
(186,185,144)
#C5C4A2
(197,196,162)
#D0CFB4
(208,207,180)
#DBDAC6
(219,218,198)
#E6E5D8
(230,229,216)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838236 color. Also use rgb(131,130,54) instead hex code.

Text Font Color

.myTextColor { color: #838236; }

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

This text font color is #838236.


Background Color

.myBgColor { background-color: #838236; }

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

This div background color is #838236.


Border color

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

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

This div border color is #838236.


Opacity

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

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

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

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

This text has shadow with #838236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838236 on black background.


Color preview on white background

This text has color #838236 on white background.



Black color preview on #838236 background

This text has black color on #838236 background.


White color preview on #838236 background

This text has white color on #838236 background.