COLOR #57998A

HEX: #57998A
RGB: (87,153,138)

Color info

#57998A contains mainly green and blue colors. Web safe color of #57998A is #669999 (or #699).

RGB color model

#57998A color RGB value is (87,153,138).

  • red value is 87;
  • green value is 153;
  • blue value is 138.
RGB:
(87,153,138)
(34%,60%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 138 of 255 = 54%

87
153
138

R + G + B ~ 49%. #57998A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 138 = 378 (100%)
R 87 of 378 ~ 23.02%
G 153 of 378 ~ 40.48%
B 138 of 378 ~ 36.51%

%23.02
%40.48
%36.51

CMYK color model

#57998A color CMYK value is (43,0,10,40).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(43,0,10,40)
C43M0Y10K40 
(43%,0%,10%,40%)
(0.43/0.00/0.10/0.40)	

CMYK percentages

%43.14
%0
%9.8
%40

Codes

Color #57998A in popluar color models

57998A
RGB87153138
HSL166°27.50%47.06%
HSB/HSV166°43.14%60.00%
CMYK43.14%0.00%9.80%
40.00%

Color #57998A in popluar number systems.

HEX57998A
Decimal87153138
Binary10101111001100110001010
Octal127231212

Shades and tints

Shades of #57998A

#57998A
(87,153,138)
#508C7E
(80,140,126)
#497F72
(73,127,114)
#427266
(66,114,102)
#3B655A
(59,101,90)
#34584E
(52,88,78)
#2D4B42
(45,75,66)
#263E36
(38,62,54)
#1F312A
(31,49,42)
#18241E
(24,36,30)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #57998A

#57998A
(87,153,138)
#66A294
(102,162,148)
#75AB9E
(117,171,158)
#84B4A8
(132,180,168)
#93BDB2
(147,189,178)
#A2C6BC
(162,198,188)
#B1CFC6
(177,207,198)
#C0D8D0
(192,216,208)
#CFE1DA
(207,225,218)
#DEEAE4
(222,234,228)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57998A color. Also use rgb(87,153,138) instead hex code.

Text Font Color

.myTextColor { color: #57998A; }

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

This text font color is #57998A.


Background Color

.myBgColor { background-color: #57998A; }

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

This div background color is #57998A.


Border color

.myBorderColor { border: 1px solid #57998A; }

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

This div border color is #57998A.


Opacity

.myOpacity80 { color: #57998A; opacity: 0.8; }

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

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

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

This text has shadow with #57998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57998A on black background.


Color preview on white background

This text has color #57998A on white background.



Black color preview on #57998A background

This text has black color on #57998A background.


White color preview on #57998A background

This text has white color on #57998A background.