COLOR #62998D

HEX: #62998D
RGB: (98,153,141)

Color info

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

RGB color model

#62998D color RGB value is (98,153,141).

  • red value is 98;
  • green value is 153;
  • blue value is 141.
RGB:
(98,153,141)
(38%,60%,55%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 141 of 255 = 55%

98
153
141

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

Portions of RGB colors in percentages

R + G + B =
98 + 153 + 141 = 392 (100%)
R 98 of 392 ~ 25%
G 153 of 392 ~ 39.03%
B 141 of 392 ~ 35.97%

%25
%39.03
%35.97

CMYK color model

#62998D color CMYK value is (36,0,8,40).

  • cyan value is 35.95%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK:
(36,0,8,40)
C36M0Y8K40 
(36%,0%,8%,40%)
(0.36/0.00/0.08/0.40)	

CMYK percentages

%35.95
%0
%7.84
%40

Codes

Color #62998D in popluar color models

62998D
RGB98153141
HSL167°21.91%49.22%
HSB/HSV167°35.95%60.00%
CMYK35.95%0.00%7.84%
40.00%

Color #62998D in popluar number systems.

HEX62998D
Decimal98153141
Binary11000101001100110001101
Octal142231215

Shades and tints

Shades of #62998D

#62998D
(98,153,141)
#5A8C81
(90,140,129)
#527F75
(82,127,117)
#4A7269
(74,114,105)
#42655D
(66,101,93)
#3A5851
(58,88,81)
#324B45
(50,75,69)
#2A3E39
(42,62,57)
#22312D
(34,49,45)
#1A2421
(26,36,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #62998D

#62998D
(98,153,141)
#70A297
(112,162,151)
#7EABA1
(126,171,161)
#8CB4AB
(140,180,171)
#9ABDB5
(154,189,181)
#A8C6BF
(168,198,191)
#B6CFC9
(182,207,201)
#C4D8D3
(196,216,211)
#D2E1DD
(210,225,221)
#E0EAE7
(224,234,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62998D color. Also use rgb(98,153,141) instead hex code.

Text Font Color

.myTextColor { color: #62998D; }

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

This text font color is #62998D.


Background Color

.myBgColor { background-color: #62998D; }

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

This div background color is #62998D.


Border color

.myBorderColor { border: 1px solid #62998D; }

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

This div border color is #62998D.


Opacity

.myOpacity80 { color: #62998D; opacity: 0.8; }

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

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

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

This text has shadow with #62998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62998D on black background.


Color preview on white background

This text has color #62998D on white background.



Black color preview on #62998D background

This text has black color on #62998D background.


White color preview on #62998D background

This text has white color on #62998D background.