COLOR #838568

HEX: #838568
RGB: (131,133,104)

Color info

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

RGB color model

#838568 color RGB value is (131,133,104).

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

RGB channels and saturation

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

131
133
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 104 = 368 (100%)
R 131 of 368 ~ 35.6%
G 133 of 368 ~ 36.14%
B 104 of 368 ~ 28.26%

%35.6
%36.14
%28.26

CMYK color model

#838568 color CMYK value is (2,0,22,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(2,0,22,48)
C2M0Y22K48 
(2%,0%,22%,48%)
(0.02/0.00/0.22/0.48)	

CMYK percentages

%1.5
%0
%21.8
%47.84

Codes

Color #838568 in popluar color models

838568
RGB131133104
HSL64°12.24%46.47%
HSB/HSV64°21.80%52.16%
CMYK1.50%0.00%21.80%
47.84%

Color #838568 in popluar number systems.

HEX838568
Decimal131133104
Binary10000011100001011101000
Octal203205150

Shades and tints

Shades of #838568

#838568
(131,133,104)
#78795F
(120,121,95)
#6D6D56
(109,109,86)
#62614D
(98,97,77)
#575544
(87,85,68)
#4C493B
(76,73,59)
#413D32
(65,61,50)
#363129
(54,49,41)
#2B2520
(43,37,32)
#201917
(32,25,23)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #838568

#838568
(131,133,104)
#8E9075
(142,144,117)
#999B82
(153,155,130)
#A4A68F
(164,166,143)
#AFB19C
(175,177,156)
#BABCA9
(186,188,169)
#C5C7B6
(197,199,182)
#D0D2C3
(208,210,195)
#DBDDD0
(219,221,208)
#E6E8DD
(230,232,221)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838568; }

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

This text font color is #838568.


Background Color

.myBgColor { background-color: #838568; }

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

This div background color is #838568.


Border color

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

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

This div border color is #838568.


Opacity

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

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

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

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

This text has shadow with #838568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838568 on black background.


Color preview on white background

This text has color #838568 on white background.



Black color preview on #838568 background

This text has black color on #838568 background.


White color preview on #838568 background

This text has white color on #838568 background.