COLOR #838460

HEX: #838460
RGB: (131,132,96)

Color info

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

RGB color model

#838460 color RGB value is (131,132,96).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 96 of 255 = 38%

131
132
96

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 96 = 359 (100%)
R 131 of 359 ~ 36.49%
G 132 of 359 ~ 36.77%
B 96 of 359 ~ 26.74%

%36.49
%36.77
%26.74

CMYK color model

#838460 color CMYK value is (1,0,27,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(1,0,27,48)
C1M0Y27K48 
(1%,0%,27%,48%)
(0.01/0.00/0.27/0.48)	

CMYK percentages

%0.76
%0
%27.27
%48.24

Codes

Color #838460 in popluar color models

838460
RGB13113296
HSL62°15.79%44.71%
HSB/HSV62°27.27%51.76%
CMYK0.76%0.00%27.27%
48.24%

Color #838460 in popluar number systems.

HEX838460
Decimal13113296
Binary10000011100001001100000
Octal203204140

Shades and tints

Shades of #838460

#838460
(131,132,96)
#787858
(120,120,88)
#6D6C50
(109,108,80)
#626048
(98,96,72)
#575440
(87,84,64)
#4C4838
(76,72,56)
#413C30
(65,60,48)
#363028
(54,48,40)
#2B2420
(43,36,32)
#201818
(32,24,24)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #838460

#838460
(131,132,96)
#8E8F6E
(142,143,110)
#999A7C
(153,154,124)
#A4A58A
(164,165,138)
#AFB098
(175,176,152)
#BABBA6
(186,187,166)
#C5C6B4
(197,198,180)
#D0D1C2
(208,209,194)
#DBDCD0
(219,220,208)
#E6E7DE
(230,231,222)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838460; }

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

This text font color is #838460.


Background Color

.myBgColor { background-color: #838460; }

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

This div background color is #838460.


Border color

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

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

This div border color is #838460.


Opacity

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

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

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

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

This text has shadow with #838460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838460 on black background.


Color preview on white background

This text has color #838460 on white background.



Black color preview on #838460 background

This text has black color on #838460 background.


White color preview on #838460 background

This text has white color on #838460 background.