COLOR #859369

HEX: #859369
RGB: (133,147,105)

Color info

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

RGB color model

#859369 color RGB value is (133,147,105).

  • red value is 133;
  • green value is 147;
  • blue value is 105.
RGB:
(133,147,105)
(52%,58%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 105 of 255 = 41%

133
147
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 105 = 385 (100%)
R 133 of 385 ~ 34.55%
G 147 of 385 ~ 38.18%
B 105 of 385 ~ 27.27%

%34.55
%38.18
%27.27

CMYK color model

#859369 color CMYK value is (10,0,29,42).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 42.35%
CMYK:
(10,0,29,42)
C10M0Y29K42 
(10%,0%,29%,42%)
(0.10/0.00/0.29/0.42)	

CMYK percentages

%9.52
%0
%28.57
%42.35

Codes

Color #859369 in popluar color models

859369
RGB133147105
HSL80°16.67%49.41%
HSB/HSV80°28.57%57.65%
CMYK9.52%0.00%28.57%
42.35%

Color #859369 in popluar number systems.

HEX859369
Decimal133147105
Binary10000101100100111101001
Octal205223151

Shades and tints

Shades of #859369

#859369
(133,147,105)
#798660
(121,134,96)
#6D7957
(109,121,87)
#616C4E
(97,108,78)
#555F45
(85,95,69)
#49523C
(73,82,60)
#3D4533
(61,69,51)
#31382A
(49,56,42)
#252B21
(37,43,33)
#191E18
(25,30,24)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #859369

#859369
(133,147,105)
#909C76
(144,156,118)
#9BA583
(155,165,131)
#A6AE90
(166,174,144)
#B1B79D
(177,183,157)
#BCC0AA
(188,192,170)
#C7C9B7
(199,201,183)
#D2D2C4
(210,210,196)
#DDDBD1
(221,219,209)
#E8E4DE
(232,228,222)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859369 color. Also use rgb(133,147,105) instead hex code.

Text Font Color

.myTextColor { color: #859369; }

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

This text font color is #859369.


Background Color

.myBgColor { background-color: #859369; }

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

This div background color is #859369.


Border color

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

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

This div border color is #859369.


Opacity

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

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

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

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

This text has shadow with #859369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859369 on black background.


Color preview on white background

This text has color #859369 on white background.



Black color preview on #859369 background

This text has black color on #859369 background.


White color preview on #859369 background

This text has white color on #859369 background.