COLOR #858F65

HEX: #858F65
RGB: (133,143,101)

Color info

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

RGB color model

#858F65 color RGB value is (133,143,101).

  • red value is 133;
  • green value is 143;
  • blue value is 101.
RGB:
(133,143,101)
(52%,56%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 101 of 255 = 40%

133
143
101

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

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 101 = 377 (100%)
R 133 of 377 ~ 35.28%
G 143 of 377 ~ 37.93%
B 101 of 377 ~ 26.79%

%35.28
%37.93
%26.79

CMYK color model

#858F65 color CMYK value is (7,0,29,44).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 43.92%
CMYK:
(7,0,29,44)
C7M0Y29K44 
(7%,0%,29%,44%)
(0.07/0.00/0.29/0.44)	

CMYK percentages

%6.99
%0
%29.37
%43.92

Codes

Color #858F65 in popluar color models

858F65
RGB133143101
HSL74°17.21%47.84%
HSB/HSV74°29.37%56.08%
CMYK6.99%0.00%29.37%
43.92%

Color #858F65 in popluar number systems.

HEX858F65
Decimal133143101
Binary10000101100011111100101
Octal205217145

Shades and tints

Shades of #858F65

#858F65
(133,143,101)
#79825C
(121,130,92)
#6D7553
(109,117,83)
#61684A
(97,104,74)
#555B41
(85,91,65)
#494E38
(73,78,56)
#3D412F
(61,65,47)
#313426
(49,52,38)
#25271D
(37,39,29)
#191A14
(25,26,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #858F65

#858F65
(133,143,101)
#909973
(144,153,115)
#9BA381
(155,163,129)
#A6AD8F
(166,173,143)
#B1B79D
(177,183,157)
#BCC1AB
(188,193,171)
#C7CBB9
(199,203,185)
#D2D5C7
(210,213,199)
#DDDFD5
(221,223,213)
#E8E9E3
(232,233,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858F65 color. Also use rgb(133,143,101) instead hex code.

Text Font Color

.myTextColor { color: #858F65; }

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

This text font color is #858F65.


Background Color

.myBgColor { background-color: #858F65; }

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

This div background color is #858F65.


Border color

.myBorderColor { border: 1px solid #858F65; }

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

This div border color is #858F65.


Opacity

.myOpacity80 { color: #858F65; opacity: 0.8; }

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

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

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

This text has shadow with #858F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858F65 on black background.


Color preview on white background

This text has color #858F65 on white background.



Black color preview on #858F65 background

This text has black color on #858F65 background.


White color preview on #858F65 background

This text has white color on #858F65 background.