COLOR #838767

HEX: #838767
RGB: (131,135,103)

Color info

#838767 contains red, green and blue colors in about the same proportion. Web safe color of #838767 is #999966 (or #996).

RGB color model

#838767 color RGB value is (131,135,103).

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

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 103 of 255 = 40%

131
135
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 103 = 369 (100%)
R 131 of 369 ~ 35.5%
G 135 of 369 ~ 36.59%
B 103 of 369 ~ 27.91%

%35.5
%36.59
%27.91

CMYK color model

#838767 color CMYK value is (3,0,24,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(3,0,24,47)
C3M0Y24K47 
(3%,0%,24%,47%)
(0.03/0.00/0.24/0.47)	

CMYK percentages

%2.96
%0
%23.7
%47.06

Codes

Color #838767 in popluar color models

838767
RGB131135103
HSL68°13.45%46.67%
HSB/HSV68°23.70%52.94%
CMYK2.96%0.00%23.70%
47.06%

Color #838767 in popluar number systems.

HEX838767
Decimal131135103
Binary10000011100001111100111
Octal203207147

Shades and tints

Shades of #838767

#838767
(131,135,103)
#787B5E
(120,123,94)
#6D6F55
(109,111,85)
#62634C
(98,99,76)
#575743
(87,87,67)
#4C4B3A
(76,75,58)
#413F31
(65,63,49)
#363328
(54,51,40)
#2B271F
(43,39,31)
#201B16
(32,27,22)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #838767

#838767
(131,135,103)
#8E9174
(142,145,116)
#999B81
(153,155,129)
#A4A58E
(164,165,142)
#AFAF9B
(175,175,155)
#BAB9A8
(186,185,168)
#C5C3B5
(197,195,181)
#D0CDC2
(208,205,194)
#DBD7CF
(219,215,207)
#E6E1DC
(230,225,220)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838767; }

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

This text font color is #838767.


Background Color

.myBgColor { background-color: #838767; }

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

This div background color is #838767.


Border color

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

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

This div border color is #838767.


Opacity

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

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

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

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

This text has shadow with #838767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838767 on black background.


Color preview on white background

This text has color #838767 on white background.



Black color preview on #838767 background

This text has black color on #838767 background.


White color preview on #838767 background

This text has white color on #838767 background.