COLOR #859481

HEX: #859481
RGB: (133,148,129)

Color info

#859481 contains red, green and blue colors in about the same proportion. Web safe color of #859481 is #999999 (or #999).

RGB color model

#859481 color RGB value is (133,148,129).

  • red value is 133;
  • green value is 148;
  • blue value is 129.
RGB:
(133,148,129)
(52%,58%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 129 of 255 = 51%

133
148
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 129 = 410 (100%)
R 133 of 410 ~ 32.44%
G 148 of 410 ~ 36.1%
B 129 of 410 ~ 31.46%

%32.44
%36.1
%31.46

CMYK color model

#859481 color CMYK value is (10,0,13,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(10,0,13,42)
C10M0Y13K42 
(10%,0%,13%,42%)
(0.10/0.00/0.13/0.42)	

CMYK percentages

%10.14
%0
%12.84
%41.96

Codes

Color #859481 in popluar color models

859481
RGB133148129
HSL107°8.15%54.31%
HSB/HSV107°12.84%58.04%
CMYK10.14%0.00%12.84%
41.96%

Color #859481 in popluar number systems.

HEX859481
Decimal133148129
Binary100001011001010010000001
Octal205224201

Shades and tints

Shades of #859481

#859481
(133,148,129)
#798776
(121,135,118)
#6D7A6B
(109,122,107)
#616D60
(97,109,96)
#556055
(85,96,85)
#49534A
(73,83,74)
#3D463F
(61,70,63)
#313934
(49,57,52)
#252C29
(37,44,41)
#191F1E
(25,31,30)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #859481

#859481
(133,148,129)
#909D8C
(144,157,140)
#9BA697
(155,166,151)
#A6AFA2
(166,175,162)
#B1B8AD
(177,184,173)
#BCC1B8
(188,193,184)
#C7CAC3
(199,202,195)
#D2D3CE
(210,211,206)
#DDDCD9
(221,220,217)
#E8E5E4
(232,229,228)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859481 color. Also use rgb(133,148,129) instead hex code.

Text Font Color

.myTextColor { color: #859481; }

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

This text font color is #859481.


Background Color

.myBgColor { background-color: #859481; }

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

This div background color is #859481.


Border color

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

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

This div border color is #859481.


Opacity

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

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

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

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

This text has shadow with #859481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859481 on black background.


Color preview on white background

This text has color #859481 on white background.



Black color preview on #859481 background

This text has black color on #859481 background.


White color preview on #859481 background

This text has white color on #859481 background.