COLOR #62988A

HEX: #62988A
RGB: (98,152,138)

Color info

#62988A contains red, green and blue colors in about the same proportion. Web safe color of #62988A is #669999 (or #699).

RGB color model

#62988A color RGB value is (98,152,138).

  • red value is 98;
  • green value is 152;
  • blue value is 138.
RGB:
(98,152,138)
(38%,60%,54%)

RGB channels and saturation

R 98 of 255 = 38%
G 152 of 255 = 60%
B 138 of 255 = 54%

98
152
138

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

Portions of RGB colors in percentages

R + G + B =
98 + 152 + 138 = 388 (100%)
R 98 of 388 ~ 25.26%
G 152 of 388 ~ 39.18%
B 138 of 388 ~ 35.57%

%25.26
%39.18
%35.57

CMYK color model

#62988A color CMYK value is (36,0,9,40).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(36,0,9,40)
C36M0Y9K40 
(36%,0%,9%,40%)
(0.36/0.00/0.09/0.40)	

CMYK percentages

%35.53
%0
%9.21
%40.39

Codes

Color #62988A in popluar color models

62988A
RGB98152138
HSL164°21.60%49.02%
HSB/HSV164°35.53%59.61%
CMYK35.53%0.00%9.21%
40.39%

Color #62988A in popluar number systems.

HEX62988A
Decimal98152138
Binary11000101001100010001010
Octal142230212

Shades and tints

Shades of #62988A

#62988A
(98,152,138)
#5A8B7E
(90,139,126)
#527E72
(82,126,114)
#4A7166
(74,113,102)
#42645A
(66,100,90)
#3A574E
(58,87,78)
#324A42
(50,74,66)
#2A3D36
(42,61,54)
#22302A
(34,48,42)
#1A231E
(26,35,30)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #62988A

#62988A
(98,152,138)
#70A194
(112,161,148)
#7EAA9E
(126,170,158)
#8CB3A8
(140,179,168)
#9ABCB2
(154,188,178)
#A8C5BC
(168,197,188)
#B6CEC6
(182,206,198)
#C4D7D0
(196,215,208)
#D2E0DA
(210,224,218)
#E0E9E4
(224,233,228)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62988A color. Also use rgb(98,152,138) instead hex code.

Text Font Color

.myTextColor { color: #62988A; }

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

This text font color is #62988A.


Background Color

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

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

This div background color is #62988A.


Border color

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

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

This div border color is #62988A.


Opacity

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

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

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

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

This text has shadow with #62988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62988A on black background.


Color preview on white background

This text has color #62988A on white background.



Black color preview on #62988A background

This text has black color on #62988A background.


White color preview on #62988A background

This text has white color on #62988A background.