COLOR #56998A

HEX: #56998A
RGB: (86,153,138)

Color info

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

RGB color model

#56998A color RGB value is (86,153,138).

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

RGB channels and saturation

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

86
153
138

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

Portions of RGB colors in percentages

R + G + B =
86 + 153 + 138 = 377 (100%)
R 86 of 377 ~ 22.81%
G 153 of 377 ~ 40.58%
B 138 of 377 ~ 36.6%

%22.81
%40.58
%36.6

CMYK color model

#56998A color CMYK value is (44,0,10,40).

  • cyan value is 43.79%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(44,0,10,40)
C44M0Y10K40 
(44%,0%,10%,40%)
(0.44/0.00/0.10/0.40)	

CMYK percentages

%43.79
%0
%9.8
%40

Codes

Color #56998A in popluar color models

56998A
RGB86153138
HSL167°28.03%46.86%
HSB/HSV167°43.79%60.00%
CMYK43.79%0.00%9.80%
40.00%

Color #56998A in popluar number systems.

HEX56998A
Decimal86153138
Binary10101101001100110001010
Octal126231212

Shades and tints

Shades of #56998A

#56998A
(86,153,138)
#4F8C7E
(79,140,126)
#487F72
(72,127,114)
#417266
(65,114,102)
#3A655A
(58,101,90)
#33584E
(51,88,78)
#2C4B42
(44,75,66)
#253E36
(37,62,54)
#1E312A
(30,49,42)
#17241E
(23,36,30)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #56998A

#56998A
(86,153,138)
#65A294
(101,162,148)
#74AB9E
(116,171,158)
#83B4A8
(131,180,168)
#92BDB2
(146,189,178)
#A1C6BC
(161,198,188)
#B0CFC6
(176,207,198)
#BFD8D0
(191,216,208)
#CEE1DA
(206,225,218)
#DDEAE4
(221,234,228)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56998A; }

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

This text font color is #56998A.


Background Color

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

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

This div background color is #56998A.


Border color

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

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

This div border color is #56998A.


Opacity

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

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

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

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

This text has shadow with #56998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56998A on black background.


Color preview on white background

This text has color #56998A on white background.



Black color preview on #56998A background

This text has black color on #56998A background.


White color preview on #56998A background

This text has white color on #56998A background.