COLOR #859274

HEX: #859274
RGB: (133,146,116)

Color info

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

RGB color model

#859274 color RGB value is (133,146,116).

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

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 116 of 255 = 45%

133
146
116

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 116 = 395 (100%)
R 133 of 395 ~ 33.67%
G 146 of 395 ~ 36.96%
B 116 of 395 ~ 29.37%

%33.67
%36.96
%29.37

CMYK color model

#859274 color CMYK value is (9,0,21,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 42.75%
CMYK:
(9,0,21,43)
C9M0Y21K43 
(9%,0%,21%,43%)
(0.09/0.00/0.21/0.43)	

CMYK percentages

%8.9
%0
%20.55
%42.75

Codes

Color #859274 in popluar color models

859274
RGB133146116
HSL86°12.10%51.37%
HSB/HSV86°20.55%57.25%
CMYK8.90%0.00%20.55%
42.75%

Color #859274 in popluar number systems.

HEX859274
Decimal133146116
Binary10000101100100101110100
Octal205222164

Shades and tints

Shades of #859274

#859274
(133,146,116)
#79856A
(121,133,106)
#6D7860
(109,120,96)
#616B56
(97,107,86)
#555E4C
(85,94,76)
#495142
(73,81,66)
#3D4438
(61,68,56)
#31372E
(49,55,46)
#252A24
(37,42,36)
#191D1A
(25,29,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #859274

#859274
(133,146,116)
#909B80
(144,155,128)
#9BA48C
(155,164,140)
#A6AD98
(166,173,152)
#B1B6A4
(177,182,164)
#BCBFB0
(188,191,176)
#C7C8BC
(199,200,188)
#D2D1C8
(210,209,200)
#DDDAD4
(221,218,212)
#E8E3E0
(232,227,224)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859274; }

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

This text font color is #859274.


Background Color

.myBgColor { background-color: #859274; }

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

This div background color is #859274.


Border color

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

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

This div border color is #859274.


Opacity

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

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

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

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

This text has shadow with #859274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859274 on black background.


Color preview on white background

This text has color #859274 on white background.



Black color preview on #859274 background

This text has black color on #859274 background.


White color preview on #859274 background

This text has white color on #859274 background.