COLOR #838468

HEX: #838468
RGB: (131,132,104)

Color info

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

RGB color model

#838468 color RGB value is (131,132,104).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 104 of 255 = 41%

131
132
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 104 = 367 (100%)
R 131 of 367 ~ 35.69%
G 132 of 367 ~ 35.97%
B 104 of 367 ~ 28.34%

%35.69
%35.97
%28.34

CMYK color model

#838468 color CMYK value is (1,0,21,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 48.24%
CMYK:
(1,0,21,48)
C1M0Y21K48 
(1%,0%,21%,48%)
(0.01/0.00/0.21/0.48)	

CMYK percentages

%0.76
%0
%21.21
%48.24

Codes

Color #838468 in popluar color models

838468
RGB131132104
HSL62°11.86%46.27%
HSB/HSV62°21.21%51.76%
CMYK0.76%0.00%21.21%
48.24%

Color #838468 in popluar number systems.

HEX838468
Decimal131132104
Binary10000011100001001101000
Octal203204150

Shades and tints

Shades of #838468

#838468
(131,132,104)
#78785F
(120,120,95)
#6D6C56
(109,108,86)
#62604D
(98,96,77)
#575444
(87,84,68)
#4C483B
(76,72,59)
#413C32
(65,60,50)
#363029
(54,48,41)
#2B2420
(43,36,32)
#201817
(32,24,23)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #838468

#838468
(131,132,104)
#8E8F75
(142,143,117)
#999A82
(153,154,130)
#A4A58F
(164,165,143)
#AFB09C
(175,176,156)
#BABBA9
(186,187,169)
#C5C6B6
(197,198,182)
#D0D1C3
(208,209,195)
#DBDCD0
(219,220,208)
#E6E7DD
(230,231,221)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838468; }

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

This text font color is #838468.


Background Color

.myBgColor { background-color: #838468; }

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

This div background color is #838468.


Border color

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

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

This div border color is #838468.


Opacity

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

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

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

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

This text has shadow with #838468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838468 on black background.


Color preview on white background

This text has color #838468 on white background.



Black color preview on #838468 background

This text has black color on #838468 background.


White color preview on #838468 background

This text has white color on #838468 background.