COLOR #859483

HEX: #859483
RGB: (133,148,131)

Color info

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

RGB color model

#859483 color RGB value is (133,148,131).

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

RGB channels and saturation

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

133
148
131

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 131 = 412 (100%)
R 133 of 412 ~ 32.28%
G 148 of 412 ~ 35.92%
B 131 of 412 ~ 31.8%

%32.28
%35.92
%31.8

CMYK color model

#859483 color CMYK value is (10,0,11,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(10,0,11,42)
C10M0Y11K42 
(10%,0%,11%,42%)
(0.10/0.00/0.11/0.42)	

CMYK percentages

%10.14
%0
%11.49
%41.96

Codes

Color #859483 in popluar color models

859483
RGB133148131
HSL113°7.36%54.71%
HSB/HSV113°11.49%58.04%
CMYK10.14%0.00%11.49%
41.96%

Color #859483 in popluar number systems.

HEX859483
Decimal133148131
Binary100001011001010010000011
Octal205224203

Shades and tints

Shades of #859483

#859483
(133,148,131)
#798778
(121,135,120)
#6D7A6D
(109,122,109)
#616D62
(97,109,98)
#556057
(85,96,87)
#49534C
(73,83,76)
#3D4641
(61,70,65)
#313936
(49,57,54)
#252C2B
(37,44,43)
#191F20
(25,31,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #859483

#859483
(133,148,131)
#909D8E
(144,157,142)
#9BA699
(155,166,153)
#A6AFA4
(166,175,164)
#B1B8AF
(177,184,175)
#BCC1BA
(188,193,186)
#C7CAC5
(199,202,197)
#D2D3D0
(210,211,208)
#DDDCDB
(221,220,219)
#E8E5E6
(232,229,230)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859483; }

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

This text font color is #859483.


Background Color

.myBgColor { background-color: #859483; }

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

This div background color is #859483.


Border color

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

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

This div border color is #859483.


Opacity

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

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

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

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

This text has shadow with #859483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859483 on black background.


Color preview on white background

This text has color #859483 on white background.



Black color preview on #859483 background

This text has black color on #859483 background.


White color preview on #859483 background

This text has white color on #859483 background.