COLOR #85B47A

HEX: #85B47A RGB: (133,180,122)

Color info

#85B47A contains red, green and blue colors in about the same proportion. Web safe color of #85B47A is #99CC66 (or #9C6).

RGB color model

#85B47A color RGB value is (133,180,122).

RGB: (133,180,122) (52%, 71%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 180 of 255 = 71%
B 122 of 255 = 48%

133
180
122

R + G + B ~ 57%. #85B47A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 180 + 122 = 435 (100%)
R 133 of 435 ~ 30.57%
G 180 of 435 ~ 41.38%
B 122 of 435 ~ 28.05'%

%30.57
%41.38
%28.05

CMYK color model

#85B47A color CMYK value is (26,0,32,29).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%

CMYK: (26,0,32,29)
C26M0Y32K29 (26%, 0%, 32%, 29%)
(0.26 / 0.00 / 0.32 / 0.29)

CMYK percentages

%26.11
%0
%32.22
%29.41

Codes

Color #85B47A in popluar color models

85 B4 7A
RGB 133 180 122
HSL 109° 27.88% 59.22%
HSB/HSV 109° 32.22% 70.59%
CMYK 26.11% 0.00% 32.22%
29.41%

Color #85B47A in popluar number systems.

HEX 85 B4 7A
Decimal 133 180 122
Binary 10000101 10110100 1111010
Octal 205 264 172

Shades and tints

Shades of #85B47A

#85B47A
(133,180,122)
#79A46F
(121,164,111)
#6D9464
(109,148,100)
#618459
(97,132,89)
#55744E
(85,116,78)
#496443
(73,100,67)
#3D5438
(61,84,56)
#31442D
(49,68,45)
#253422
(37,52,34)
#192417
(25,36,23)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #85B47A

#85B47A
(133,180,122)
#90BA86
(144,186,134)
#9BC092
(155,192,146)
#A6C69E
(166,198,158)
#B1CCAA
(177,204,170)
#BCD2B6
(188,210,182)
#C7D8C2
(199,216,194)
#D2DECE
(210,222,206)
#DDE4DA
(221,228,218)
#E8EAE6
(232,234,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B47A color. Also use rgb(133,180,122) instead hex code.

Text Font Color

.myTextColor { color: #85B47A; }

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

This text font color is #85B47A.

Background Color

.myBgColor { background-color: #85B47A; }

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

This div background color is #85B47A.

Border color

.myBorderColor { border: 1px solid #85B47A; }

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

This div border color is #85B47A.

Opacity

.myOpacity80 { color: #85B47A; opacity: 0.8; }

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

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

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

This text has shadow with #85B47A color.


.textShadow {text-shadow: 3px 3px 1px #85B47A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85B47A; -webkit-box-shadow: 1px 1px 3px 2px #85B47A; box-shadow:1px 1px 3px 2px #85B47A;">
Div content here
</div>

This div box has shadow with color #85B47A.

Preview

Color preview on black background

This text has color #85B47A on black background.


Color preview on white background

This text has color #85B47A on white background.


Black color preview on #85B47A background

This text has black color on #85B47A background.


White color preview on #85B47A background

This text has white color on #85B47A background.


Related colors

Complementary color

Complementary color for #hex is #7A4B85.


I love getcolorcode.com

Triadic colors

1 #7A85B4 and #B47A85 with #85B47A are triadic colors.

2 #7AB485 and #B4857A with #85B47A are triadic colors.