COLOR #838713

HEX: #838713
RGB: (131,135,19)

Color info

#838713 contains mainly red and green colors. Web safe color of #838713 is #999900 (or #990).

RGB color model

#838713 color RGB value is (131,135,19).

  • red value is 131;
  • green value is 135;
  • blue value is 19.
RGB:
(131,135,19)
(51%,53%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 19 of 255 = 7%

131
135
19

R + G + B ~ 37%. #838713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 19 = 285 (100%)
R 131 of 285 ~ 45.96%
G 135 of 285 ~ 47.37%
B 19 of 285 ~ 6.67%

%45.96
%47.37

CMYK color model

#838713 color CMYK value is (3,0,86,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 85.93%
  • key color value is 47.06%
CMYK:
(3,0,86,47)
C3M0Y86K47 
(3%,0%,86%,47%)
(0.03/0.00/0.86/0.47)	

CMYK percentages

%2.96
%0
%85.93
%47.06

Codes

Color #838713 in popluar color models

838713
RGB13113519
HSL62°75.32%30.20%
HSB/HSV62°85.93%52.94%
CMYK2.96%0.00%85.93%
47.06%

Color #838713 in popluar number systems.

HEX838713
Decimal13113519
Binary100000111000011110011
Octal20320723

Shades and tints

Shades of #838713

#838713
(131,135,19)
#787B12
(120,123,18)
#6D6F11
(109,111,17)
#626310
(98,99,16)
#57570F
(87,87,15)
#4C4B0E
(76,75,14)
#413F0D
(65,63,13)
#36330C
(54,51,12)
#2B270B
(43,39,11)
#201B0A
(32,27,10)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #838713

#838713
(131,135,19)
#8E9128
(142,145,40)
#999B3D
(153,155,61)
#A4A552
(164,165,82)
#AFAF67
(175,175,103)
#BAB97C
(186,185,124)
#C5C391
(197,195,145)
#D0CDA6
(208,205,166)
#DBD7BB
(219,215,187)
#E6E1D0
(230,225,208)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838713 color. Also use rgb(131,135,19) instead hex code.

Text Font Color

.myTextColor { color: #838713; }

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

This text font color is #838713.


Background Color

.myBgColor { background-color: #838713; }

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

This div background color is #838713.


Border color

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

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

This div border color is #838713.


Opacity

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

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

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

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

This text has shadow with #838713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838713 on black background.


Color preview on white background

This text has color #838713 on white background.



Black color preview on #838713 background

This text has black color on #838713 background.


White color preview on #838713 background

This text has white color on #838713 background.