COLOR #868058

HEX: #868058
RGB: (134,128,88)

Color info

#868058 contains red, green and blue colors in about the same proportion. Web safe color of #868058 is #996666 (or #966).

RGB color model

#868058 color RGB value is (134,128,88).

  • red value is 134;
  • green value is 128;
  • blue value is 88.
RGB:
(134,128,88)
(53%,50%,35%)

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 88 of 255 = 35%

134
128
88

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 88 = 350 (100%)
R 134 of 350 ~ 38.29%
G 128 of 350 ~ 36.57%
B 88 of 350 ~ 25.14%

%38.29
%36.57
%25.14

CMYK color model

#868058 color CMYK value is (0,4,34,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(0,4,34,47)
C0M4Y34K47 
(0%,4%,34%,47%)
(0.00/0.04/0.34/0.47)	

CMYK percentages

%0
%4.48
%34.33
%47.45

Codes

Color #868058 in popluar color models

868058
RGB13412888
HSL52°20.72%43.53%
HSB/HSV52°34.33%52.55%
CMYK0.00%4.48%34.33%
47.45%

Color #868058 in popluar number systems.

HEX868058
Decimal13412888
Binary10000110100000001011000
Octal206200130

Shades and tints

Shades of #868058

#868058
(134,128,88)
#7A7550
(122,117,80)
#6E6A48
(110,106,72)
#625F40
(98,95,64)
#565438
(86,84,56)
#4A4930
(74,73,48)
#3E3E28
(62,62,40)
#323320
(50,51,32)
#262818
(38,40,24)
#1A1D10
(26,29,16)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #868058

#868058
(134,128,88)
#918B67
(145,139,103)
#9C9676
(156,150,118)
#A7A185
(167,161,133)
#B2AC94
(178,172,148)
#BDB7A3
(189,183,163)
#C8C2B2
(200,194,178)
#D3CDC1
(211,205,193)
#DED8D0
(222,216,208)
#E9E3DF
(233,227,223)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868058 color. Also use rgb(134,128,88) instead hex code.

Text Font Color

.myTextColor { color: #868058; }

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

This text font color is #868058.


Background Color

.myBgColor { background-color: #868058; }

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

This div background color is #868058.


Border color

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

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

This div border color is #868058.


Opacity

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

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

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

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

This text has shadow with #868058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868058 on black background.


Color preview on white background

This text has color #868058 on white background.



Black color preview on #868058 background

This text has black color on #868058 background.


White color preview on #868058 background

This text has white color on #868058 background.