COLOR #589274

HEX: #589274
RGB: (88,146,116)

Color info

#589274 contains red, green and blue colors in about the same proportion. Web safe color of #589274 is #669966 (or #696).

RGB color model

#589274 color RGB value is (88,146,116).

  • red value is 88;
  • green value is 146;
  • blue value is 116.
RGB:
(88,146,116)
(35%,57%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 146 of 255 = 57%
B 116 of 255 = 45%

88
146
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 146 + 116 = 350 (100%)
R 88 of 350 ~ 25.14%
G 146 of 350 ~ 41.71%
B 116 of 350 ~ 33.14%

%25.14
%41.71
%33.14

CMYK color model

#589274 color CMYK value is (40,0,21,43).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 42.75%
CMYK:
(40,0,21,43)
C40M0Y21K43 
(40%,0%,21%,43%)
(0.40/0.00/0.21/0.43)	

CMYK percentages

%39.73
%0
%20.55
%42.75

Codes

Color #589274 in popluar color models

589274
RGB88146116
HSL149°24.79%45.88%
HSB/HSV149°39.73%57.25%
CMYK39.73%0.00%20.55%
42.75%

Color #589274 in popluar number systems.

HEX589274
Decimal88146116
Binary1011000100100101110100
Octal130222164

Shades and tints

Shades of #589274

#589274
(88,146,116)
#50856A
(80,133,106)
#487860
(72,120,96)
#406B56
(64,107,86)
#385E4C
(56,94,76)
#305142
(48,81,66)
#284438
(40,68,56)
#20372E
(32,55,46)
#182A24
(24,42,36)
#101D1A
(16,29,26)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #589274

#589274
(88,146,116)
#679B80
(103,155,128)
#76A48C
(118,164,140)
#85AD98
(133,173,152)
#94B6A4
(148,182,164)
#A3BFB0
(163,191,176)
#B2C8BC
(178,200,188)
#C1D1C8
(193,209,200)
#D0DAD4
(208,218,212)
#DFE3E0
(223,227,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589274 color. Also use rgb(88,146,116) instead hex code.

Text Font Color

.myTextColor { color: #589274; }

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

This text font color is #589274.


Background Color

.myBgColor { background-color: #589274; }

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

This div background color is #589274.


Border color

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

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

This div border color is #589274.


Opacity

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

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

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

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

This text has shadow with #589274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589274 on black background.


Color preview on white background

This text has color #589274 on white background.



Black color preview on #589274 background

This text has black color on #589274 background.


White color preview on #589274 background

This text has white color on #589274 background.