COLOR #62957D

HEX: #62957D
RGB: (98,149,125)

Color info

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

RGB color model

#62957D color RGB value is (98,149,125).

  • red value is 98;
  • green value is 149;
  • blue value is 125.
RGB:
(98,149,125)
(38%,58%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 149 of 255 = 58%
B 125 of 255 = 49%

98
149
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 149 + 125 = 372 (100%)
R 98 of 372 ~ 26.34%
G 149 of 372 ~ 40.05%
B 125 of 372 ~ 33.6%

%26.34
%40.05
%33.6

CMYK color model

#62957D color CMYK value is (34,0,16,42).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(34,0,16,42)
C34M0Y16K42 
(34%,0%,16%,42%)
(0.34/0.00/0.16/0.42)	

CMYK percentages

%34.23
%0
%16.11
%41.57

Codes

Color #62957D in popluar color models

62957D
RGB98149125
HSL152°20.65%48.43%
HSB/HSV152°34.23%58.43%
CMYK34.23%0.00%16.11%
41.57%

Color #62957D in popluar number systems.

HEX62957D
Decimal98149125
Binary1100010100101011111101
Octal142225175

Shades and tints

Shades of #62957D

#62957D
(98,149,125)
#5A8872
(90,136,114)
#527B67
(82,123,103)
#4A6E5C
(74,110,92)
#426151
(66,97,81)
#3A5446
(58,84,70)
#32473B
(50,71,59)
#2A3A30
(42,58,48)
#222D25
(34,45,37)
#1A201A
(26,32,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #62957D

#62957D
(98,149,125)
#709E88
(112,158,136)
#7EA793
(126,167,147)
#8CB09E
(140,176,158)
#9AB9A9
(154,185,169)
#A8C2B4
(168,194,180)
#B6CBBF
(182,203,191)
#C4D4CA
(196,212,202)
#D2DDD5
(210,221,213)
#E0E6E0
(224,230,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62957D color. Also use rgb(98,149,125) instead hex code.

Text Font Color

.myTextColor { color: #62957D; }

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

This text font color is #62957D.


Background Color

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

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

This div background color is #62957D.


Border color

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

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

This div border color is #62957D.


Opacity

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

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

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

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

This text has shadow with #62957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62957D on black background.


Color preview on white background

This text has color #62957D on white background.



Black color preview on #62957D background

This text has black color on #62957D background.


White color preview on #62957D background

This text has white color on #62957D background.