COLOR #859278

HEX: #859278
RGB: (133,146,120)

Color info

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

RGB color model

#859278 color RGB value is (133,146,120).

  • red value is 133;
  • green value is 146;
  • blue value is 120.
RGB:
(133,146,120)
(52%,57%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 120 of 255 = 47%

133
146
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 120 = 399 (100%)
R 133 of 399 ~ 33.33%
G 146 of 399 ~ 36.59%
B 120 of 399 ~ 30.08%

%33.33
%36.59
%30.08

CMYK color model

#859278 color CMYK value is (9,0,18,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(9,0,18,43)
C9M0Y18K43 
(9%,0%,18%,43%)
(0.09/0.00/0.18/0.43)	

CMYK percentages

%8.9
%0
%17.81
%42.75

Codes

Color #859278 in popluar color models

859278
RGB133146120
HSL90°10.66%52.16%
HSB/HSV90°17.81%57.25%
CMYK8.90%0.00%17.81%
42.75%

Color #859278 in popluar number systems.

HEX859278
Decimal133146120
Binary10000101100100101111000
Octal205222170

Shades and tints

Shades of #859278

#859278
(133,146,120)
#79856E
(121,133,110)
#6D7864
(109,120,100)
#616B5A
(97,107,90)
#555E50
(85,94,80)
#495146
(73,81,70)
#3D443C
(61,68,60)
#313732
(49,55,50)
#252A28
(37,42,40)
#191D1E
(25,29,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #859278

#859278
(133,146,120)
#909B84
(144,155,132)
#9BA490
(155,164,144)
#A6AD9C
(166,173,156)
#B1B6A8
(177,182,168)
#BCBFB4
(188,191,180)
#C7C8C0
(199,200,192)
#D2D1CC
(210,209,204)
#DDDAD8
(221,218,216)
#E8E3E4
(232,227,228)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859278 color. Also use rgb(133,146,120) instead hex code.

Text Font Color

.myTextColor { color: #859278; }

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

This text font color is #859278.


Background Color

.myBgColor { background-color: #859278; }

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

This div background color is #859278.


Border color

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

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

This div border color is #859278.


Opacity

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

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

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

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

This text has shadow with #859278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859278 on black background.


Color preview on white background

This text has color #859278 on white background.



Black color preview on #859278 background

This text has black color on #859278 background.


White color preview on #859278 background

This text has white color on #859278 background.