COLOR #89AF35

HEX: #89AF35
RGB: (137,175,53)

Color info

#89AF35 contains mainly red and green colors. Web safe color of #89AF35 is #999933 (or #993).

RGB color model

#89AF35 color RGB value is (137,175,53).

  • red value is 137;
  • green value is 175;
  • blue value is 53.
RGB:
(137,175,53)
(54%,69%,21%)

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 53 of 255 = 21%

137
175
53

R + G + B ~ 48%. #89AF35 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 53 = 365 (100%)
R 137 of 365 ~ 37.53%
G 175 of 365 ~ 47.95%
B 53 of 365 ~ 14.52%

%37.53
%47.95
%14.52

CMYK color model

#89AF35 color CMYK value is (22,0,70,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 69.71%
  • key color value is 31.37%
CMYK:
(22,0,70,31)
C22M0Y70K31 
(22%,0%,70%,31%)
(0.22/0.00/0.70/0.31)	

CMYK percentages

%21.71
%0
%69.71
%31.37

Codes

Color #89AF35 in popluar color models

89AF35
RGB13717553
HSL79°53.51%44.71%
HSB/HSV79°69.71%68.63%
CMYK21.71%0.00%69.71%
31.37%

Color #89AF35 in popluar number systems.

HEX89AF35
Decimal13717553
Binary1000100110101111110101
Octal21125765

Shades and tints

Shades of #89AF35

#89AF35
(137,175,53)
#7DA031
(125,160,49)
#71912D
(113,145,45)
#658229
(101,130,41)
#597325
(89,115,37)
#4D6421
(77,100,33)
#41551D
(65,85,29)
#354619
(53,70,25)
#293715
(41,55,21)
#1D2811
(29,40,17)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #89AF35

#89AF35
(137,175,53)
#93B647
(147,182,71)
#9DBD59
(157,189,89)
#A7C46B
(167,196,107)
#B1CB7D
(177,203,125)
#BBD28F
(187,210,143)
#C5D9A1
(197,217,161)
#CFE0B3
(207,224,179)
#D9E7C5
(217,231,197)
#E3EED7
(227,238,215)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AF35 color. Also use rgb(137,175,53) instead hex code.

Text Font Color

.myTextColor { color: #89AF35; }

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

This text font color is #89AF35.


Background Color

.myBgColor { background-color: #89AF35; }

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

This div background color is #89AF35.


Border color

.myBorderColor { border: 1px solid #89AF35; }

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

This div border color is #89AF35.


Opacity

.myOpacity80 { color: #89AF35; opacity: 0.8; }

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

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

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

This text has shadow with #89AF35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF35 on black background.


Color preview on white background

This text has color #89AF35 on white background.



Black color preview on #89AF35 background

This text has black color on #89AF35 background.


White color preview on #89AF35 background

This text has white color on #89AF35 background.