COLOR #838467

HEX: #838467
RGB: (131,132,103)

Color info

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

RGB color model

#838467 color RGB value is (131,132,103).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 103 of 255 = 40%

131
132
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 103 = 366 (100%)
R 131 of 366 ~ 35.79%
G 132 of 366 ~ 36.07%
B 103 of 366 ~ 28.14%

%35.79
%36.07
%28.14

CMYK color model

#838467 color CMYK value is (1,0,22,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(1,0,22,48)
C1M0Y22K48 
(1%,0%,22%,48%)
(0.01/0.00/0.22/0.48)	

CMYK percentages

%0.76
%0
%21.97
%48.24

Codes

Color #838467 in popluar color models

838467
RGB131132103
HSL62°12.34%46.08%
HSB/HSV62°21.97%51.76%
CMYK0.76%0.00%21.97%
48.24%

Color #838467 in popluar number systems.

HEX838467
Decimal131132103
Binary10000011100001001100111
Octal203204147

Shades and tints

Shades of #838467

#838467
(131,132,103)
#78785E
(120,120,94)
#6D6C55
(109,108,85)
#62604C
(98,96,76)
#575443
(87,84,67)
#4C483A
(76,72,58)
#413C31
(65,60,49)
#363028
(54,48,40)
#2B241F
(43,36,31)
#201816
(32,24,22)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #838467

#838467
(131,132,103)
#8E8F74
(142,143,116)
#999A81
(153,154,129)
#A4A58E
(164,165,142)
#AFB09B
(175,176,155)
#BABBA8
(186,187,168)
#C5C6B5
(197,198,181)
#D0D1C2
(208,209,194)
#DBDCCF
(219,220,207)
#E6E7DC
(230,231,220)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838467; }

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

This text font color is #838467.


Background Color

.myBgColor { background-color: #838467; }

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

This div background color is #838467.


Border color

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

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

This div border color is #838467.


Opacity

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

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

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

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

This text has shadow with #838467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838467 on black background.


Color preview on white background

This text has color #838467 on white background.



Black color preview on #838467 background

This text has black color on #838467 background.


White color preview on #838467 background

This text has white color on #838467 background.