COLOR #859A7B

HEX: #859A7B
RGB: (133,154,123)

Color info

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

RGB color model

#859A7B color RGB value is (133,154,123).

  • red value is 133;
  • green value is 154;
  • blue value is 123.
RGB:
(133,154,123)
(52%,60%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 123 of 255 = 48%

133
154
123

R + G + B ~ 53%. #859A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 123 = 410 (100%)
R 133 of 410 ~ 32.44%
G 154 of 410 ~ 37.56%
B 123 of 410 ~ 30%

%32.44
%37.56
%30

CMYK color model

#859A7B color CMYK value is (14,0,20,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 39.61%
CMYK:
(14,0,20,40)
C14M0Y20K40 
(14%,0%,20%,40%)
(0.14/0.00/0.20/0.40)	

CMYK percentages

%13.64
%0
%20.13
%39.61

Codes

Color #859A7B in popluar color models

859A7B
RGB133154123
HSL101°13.30%54.31%
HSB/HSV101°20.13%60.39%
CMYK13.64%0.00%20.13%
39.61%

Color #859A7B in popluar number systems.

HEX859A7B
Decimal133154123
Binary10000101100110101111011
Octal205232173

Shades and tints

Shades of #859A7B

#859A7B
(133,154,123)
#798C70
(121,140,112)
#6D7E65
(109,126,101)
#61705A
(97,112,90)
#55624F
(85,98,79)
#495444
(73,84,68)
#3D4639
(61,70,57)
#31382E
(49,56,46)
#252A23
(37,42,35)
#191C18
(25,28,24)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #859A7B

#859A7B
(133,154,123)
#90A387
(144,163,135)
#9BAC93
(155,172,147)
#A6B59F
(166,181,159)
#B1BEAB
(177,190,171)
#BCC7B7
(188,199,183)
#C7D0C3
(199,208,195)
#D2D9CF
(210,217,207)
#DDE2DB
(221,226,219)
#E8EBE7
(232,235,231)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859A7B color. Also use rgb(133,154,123) instead hex code.

Text Font Color

.myTextColor { color: #859A7B; }

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

This text font color is #859A7B.


Background Color

.myBgColor { background-color: #859A7B; }

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

This div background color is #859A7B.


Border color

.myBorderColor { border: 1px solid #859A7B; }

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

This div border color is #859A7B.


Opacity

.myOpacity80 { color: #859A7B; opacity: 0.8; }

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

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

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

This text has shadow with #859A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A7B on black background.


Color preview on white background

This text has color #859A7B on white background.



Black color preview on #859A7B background

This text has black color on #859A7B background.


White color preview on #859A7B background

This text has white color on #859A7B background.