COLOR #838474

HEX: #838474
RGB: (131,132,116)

Color info

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

RGB color model

#838474 color RGB value is (131,132,116).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 116 of 255 = 45%

131
132
116

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 116 = 379 (100%)
R 131 of 379 ~ 34.56%
G 132 of 379 ~ 34.83%
B 116 of 379 ~ 30.61%

%34.56
%34.83
%30.61

CMYK color model

#838474 color CMYK value is (1,0,12,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(1,0,12,48)
C1M0Y12K48 
(1%,0%,12%,48%)
(0.01/0.00/0.12/0.48)	

CMYK percentages

%0.76
%0
%12.12
%48.24

Codes

Color #838474 in popluar color models

838474
RGB131132116
HSL64°6.45%48.63%
HSB/HSV64°12.12%51.76%
CMYK0.76%0.00%12.12%
48.24%

Color #838474 in popluar number systems.

HEX838474
Decimal131132116
Binary10000011100001001110100
Octal203204164

Shades and tints

Shades of #838474

#838474
(131,132,116)
#78786A
(120,120,106)
#6D6C60
(109,108,96)
#626056
(98,96,86)
#57544C
(87,84,76)
#4C4842
(76,72,66)
#413C38
(65,60,56)
#36302E
(54,48,46)
#2B2424
(43,36,36)
#20181A
(32,24,26)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #838474

#838474
(131,132,116)
#8E8F80
(142,143,128)
#999A8C
(153,154,140)
#A4A598
(164,165,152)
#AFB0A4
(175,176,164)
#BABBB0
(186,187,176)
#C5C6BC
(197,198,188)
#D0D1C8
(208,209,200)
#DBDCD4
(219,220,212)
#E6E7E0
(230,231,224)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838474; }

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

This text font color is #838474.


Background Color

.myBgColor { background-color: #838474; }

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

This div background color is #838474.


Border color

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

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

This div border color is #838474.


Opacity

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

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

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

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

This text has shadow with #838474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838474 on black background.


Color preview on white background

This text has color #838474 on white background.



Black color preview on #838474 background

This text has black color on #838474 background.


White color preview on #838474 background

This text has white color on #838474 background.