COLOR #85AF58

HEX: #85AF58
RGB: (133,175,88)

Color info

#85AF58 contains mainly red and green colors. Web safe color of #85AF58 is #999966 (or #996).

RGB color model

#85AF58 color RGB value is (133,175,88).

  • red value is 133;
  • green value is 175;
  • blue value is 88.
RGB:
(133,175,88)
(52%,69%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 88 of 255 = 35%

133
175
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 88 = 396 (100%)
R 133 of 396 ~ 33.59%
G 175 of 396 ~ 44.19%
B 88 of 396 ~ 22.22%

%33.59
%44.19
%22.22

CMYK color model

#85AF58 color CMYK value is (24,0,50,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • key color value is 31.37%
CMYK:
(24,0,50,31)
C24M0Y50K31 
(24%,0%,50%,31%)
(0.24/0.00/0.50/0.31)	

CMYK percentages

%24
%0
%49.71
%31.37

Codes

Color #85AF58 in popluar color models

85AF58
RGB13317588
HSL89°35.22%51.57%
HSB/HSV89°49.71%68.63%
CMYK24.00%0.00%49.71%
31.37%

Color #85AF58 in popluar number systems.

HEX85AF58
Decimal13317588
Binary10000101101011111011000
Octal205257130

Shades and tints

Shades of #85AF58

#85AF58
(133,175,88)
#79A050
(121,160,80)
#6D9148
(109,145,72)
#618240
(97,130,64)
#557338
(85,115,56)
#496430
(73,100,48)
#3D5528
(61,85,40)
#314620
(49,70,32)
#253718
(37,55,24)
#192810
(25,40,16)
#0D1908
(13,25,8)
#000000
(0,0,0)

Tints of #85AF58

#85AF58
(133,175,88)
#90B667
(144,182,103)
#9BBD76
(155,189,118)
#A6C485
(166,196,133)
#B1CB94
(177,203,148)
#BCD2A3
(188,210,163)
#C7D9B2
(199,217,178)
#D2E0C1
(210,224,193)
#DDE7D0
(221,231,208)
#E8EEDF
(232,238,223)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AF58 color. Also use rgb(133,175,88) instead hex code.

Text Font Color

.myTextColor { color: #85AF58; }

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

This text font color is #85AF58.


Background Color

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

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

This div background color is #85AF58.


Border color

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

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

This div border color is #85AF58.


Opacity

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

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

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

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

This text has shadow with #85AF58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AF58 on black background.


Color preview on white background

This text has color #85AF58 on white background.



Black color preview on #85AF58 background

This text has black color on #85AF58 background.


White color preview on #85AF58 background

This text has white color on #85AF58 background.