COLOR #858063

HEX: #858063
RGB: (133,128,99)

Color info

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

RGB color model

#858063 color RGB value is (133,128,99).

  • red value is 133;
  • green value is 128;
  • blue value is 99.
RGB:
(133,128,99)
(52%,50%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 99 of 255 = 39%

133
128
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 99 = 360 (100%)
R 133 of 360 ~ 36.94%
G 128 of 360 ~ 35.56%
B 99 of 360 ~ 27.5%

%36.94
%35.56
%27.5

CMYK color model

#858063 color CMYK value is (0,4,26,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,4,26,48)
C0M4Y26K48 
(0%,4%,26%,48%)
(0.00/0.04/0.26/0.48)	

CMYK percentages

%0
%3.76
%25.56
%47.84

Codes

Color #858063 in popluar color models

858063
RGB13312899
HSL51°14.66%45.49%
HSB/HSV51°25.56%52.16%
CMYK0.00%3.76%25.56%
47.84%

Color #858063 in popluar number systems.

HEX858063
Decimal13312899
Binary10000101100000001100011
Octal205200143

Shades and tints

Shades of #858063

#858063
(133,128,99)
#79755A
(121,117,90)
#6D6A51
(109,106,81)
#615F48
(97,95,72)
#55543F
(85,84,63)
#494936
(73,73,54)
#3D3E2D
(61,62,45)
#313324
(49,51,36)
#25281B
(37,40,27)
#191D12
(25,29,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #858063

#858063
(133,128,99)
#908B71
(144,139,113)
#9B967F
(155,150,127)
#A6A18D
(166,161,141)
#B1AC9B
(177,172,155)
#BCB7A9
(188,183,169)
#C7C2B7
(199,194,183)
#D2CDC5
(210,205,197)
#DDD8D3
(221,216,211)
#E8E3E1
(232,227,225)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858063 color. Also use rgb(133,128,99) instead hex code.

Text Font Color

.myTextColor { color: #858063; }

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

This text font color is #858063.


Background Color

.myBgColor { background-color: #858063; }

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

This div background color is #858063.


Border color

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

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

This div border color is #858063.


Opacity

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

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

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

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

This text has shadow with #858063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858063 on black background.


Color preview on white background

This text has color #858063 on white background.



Black color preview on #858063 background

This text has black color on #858063 background.


White color preview on #858063 background

This text has white color on #858063 background.