COLOR #838020

HEX: #838020
RGB: (131,128,32)

Color info

#838020 contains mainly red and green colors. Web safe color of #838020 is #996633 (or #963).

RGB color model

#838020 color RGB value is (131,128,32).

  • red value is 131;
  • green value is 128;
  • blue value is 32.
RGB:
(131,128,32)
(51%,50%,13%)

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 32 of 255 = 13%

131
128
32

R + G + B ~ 38%. #838020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 32 = 291 (100%)
R 131 of 291 ~ 45.02%
G 128 of 291 ~ 43.99%
B 32 of 291 ~ 11%

%45.02
%43.99
%11

CMYK color model

#838020 color CMYK value is (0,2,76,49).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 75.57%
  • key color value is 48.63%
CMYK:
(0,2,76,49)
C0M2Y76K49 
(0%,2%,76%,49%)
(0.00/0.02/0.76/0.49)	

CMYK percentages

%0
%2.29
%75.57
%48.63

Codes

Color #838020 in popluar color models

838020
RGB13112832
HSL58°60.74%31.96%
HSB/HSV58°75.57%51.37%
CMYK0.00%2.29%75.57%
48.63%

Color #838020 in popluar number systems.

HEX838020
Decimal13112832
Binary1000001110000000100000
Octal20320040

Shades and tints

Shades of #838020

#838020
(131,128,32)
#78751E
(120,117,30)
#6D6A1C
(109,106,28)
#625F1A
(98,95,26)
#575418
(87,84,24)
#4C4916
(76,73,22)
#413E14
(65,62,20)
#363312
(54,51,18)
#2B2810
(43,40,16)
#201D0E
(32,29,14)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #838020

#838020
(131,128,32)
#8E8B34
(142,139,52)
#999648
(153,150,72)
#A4A15C
(164,161,92)
#AFAC70
(175,172,112)
#BAB784
(186,183,132)
#C5C298
(197,194,152)
#D0CDAC
(208,205,172)
#DBD8C0
(219,216,192)
#E6E3D4
(230,227,212)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838020 color. Also use rgb(131,128,32) instead hex code.

Text Font Color

.myTextColor { color: #838020; }

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

This text font color is #838020.


Background Color

.myBgColor { background-color: #838020; }

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

This div background color is #838020.


Border color

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

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

This div border color is #838020.


Opacity

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

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

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

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

This text has shadow with #838020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838020 on black background.


Color preview on white background

This text has color #838020 on white background.



Black color preview on #838020 background

This text has black color on #838020 background.


White color preview on #838020 background

This text has white color on #838020 background.