COLOR #838436

HEX: #838436
RGB: (131,132,54)

Color info

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

RGB color model

#838436 color RGB value is (131,132,54).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 54 of 255 = 21%

131
132
54

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 54 = 317 (100%)
R 131 of 317 ~ 41.32%
G 132 of 317 ~ 41.64%
B 54 of 317 ~ 17.03%

%41.32
%41.64
%17.03

CMYK color model

#838436 color CMYK value is (1,0,59,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 48.24%
CMYK:
(1,0,59,48)
C1M0Y59K48 
(1%,0%,59%,48%)
(0.01/0.00/0.59/0.48)	

CMYK percentages

%0.76
%0
%59.09
%48.24

Codes

Color #838436 in popluar color models

838436
RGB13113254
HSL61°41.94%36.47%
HSB/HSV61°59.09%51.76%
CMYK0.76%0.00%59.09%
48.24%

Color #838436 in popluar number systems.

HEX838436
Decimal13113254
Binary1000001110000100110110
Octal20320466

Shades and tints

Shades of #838436

#838436
(131,132,54)
#787832
(120,120,50)
#6D6C2E
(109,108,46)
#62602A
(98,96,42)
#575426
(87,84,38)
#4C4822
(76,72,34)
#413C1E
(65,60,30)
#36301A
(54,48,26)
#2B2416
(43,36,22)
#201812
(32,24,18)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #838436

#838436
(131,132,54)
#8E8F48
(142,143,72)
#999A5A
(153,154,90)
#A4A56C
(164,165,108)
#AFB07E
(175,176,126)
#BABB90
(186,187,144)
#C5C6A2
(197,198,162)
#D0D1B4
(208,209,180)
#DBDCC6
(219,220,198)
#E6E7D8
(230,231,216)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838436; }

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

This text font color is #838436.


Background Color

.myBgColor { background-color: #838436; }

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

This div background color is #838436.


Border color

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

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

This div border color is #838436.


Opacity

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

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

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

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

This text has shadow with #838436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838436 on black background.


Color preview on white background

This text has color #838436 on white background.



Black color preview on #838436 background

This text has black color on #838436 background.


White color preview on #838436 background

This text has white color on #838436 background.