COLOR #838364

HEX: #838364 RGB: (131,131,100)

Color info

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

RGB color model

#838364 color RGB value is (131,131,100).

RGB: (131,131,100) (51%, 51%, 39%)

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 100 of 255 = 39%

131
131
100

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

Portions of RGB colors in percentages

R + G + B = 131 + 131 + 100 = 362 (100%)
R 131 of 362 ~ 36.19%
G 131 of 362 ~ 36.19%
B 100 of 362 ~ 27.62'%

%36.19
%36.19
%27.62

CMYK color model

#838364 color CMYK value is (0,0,24,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%

CMYK: (0,0,24,49)
C0M0Y24K49 (0%, 0%, 24%, 49%)
(0.00 / 0.00 / 0.24 / 0.49)

CMYK percentages

%0
%0
%23.66
%48.63

Codes

Color #838364 in popluar color models

83 83 64
RGB 131 131 100
HSL 60° 13.42% 45.29%
HSB/HSV 60° 23.66% 51.37%
CMYK 0.00% 0.00% 23.66%
48.63%

Color #838364 in popluar number systems.

HEX 83 83 64
Decimal 131 131 100
Binary 10000011 10000011 1100100
Octal 203 203 144

Shades and tints

Shades of #838364

#838364
(131,131,100)
#78785B
(120,120,91)
#6D6D52
(109,109,82)
#626249
(98,98,73)
#575740
(87,87,64)
#4C4C37
(76,76,55)
#41412E
(65,65,46)
#363625
(54,54,37)
#2B2B1C
(43,43,28)
#202013
(32,32,19)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #838364

#838364
(131,131,100)
#8E8E72
(142,142,114)
#999980
(153,153,128)
#A4A48E
(164,164,142)
#AFAF9C
(175,175,156)
#BABAAA
(186,186,170)
#C5C5B8
(197,197,184)
#D0D0C6
(208,208,198)
#DBDBD4
(219,219,212)
#E6E6E2
(230,230,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838364; }

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

This text font color is #838364.

Background Color

.myBgColor { background-color: #838364; }

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

This div background color is #838364.

Border color

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

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

This div border color is #838364.

Opacity

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

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

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

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

This text has shadow with #838364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838364.

Preview

Color preview on black background

This text has color #838364 on black background.


Color preview on white background

This text has color #838364 on white background.


Black color preview on #838364 background

This text has black color on #838364 background.


White color preview on #838364 background

This text has white color on #838364 background.


Related colors

Complementary color

Complementary color for #hex is #7C7C9B.


I love getcolorcode.com