COLOR #62817D

HEX: #62817D
RGB: (98,129,125)

Color info

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

RGB color model

#62817D color RGB value is (98,129,125).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 125 of 255 = 49%

98
129
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 125 = 352 (100%)
R 98 of 352 ~ 27.84%
G 129 of 352 ~ 36.65%
B 125 of 352 ~ 35.51%

%27.84
%36.65
%35.51

CMYK color model

#62817D color CMYK value is (24,0,3,49).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(24,0,3,49)
C24M0Y3K49 
(24%,0%,3%,49%)
(0.24/0.00/0.03/0.49)	

CMYK percentages

%24.03
%0
%3.1
%49.41

Codes

Color #62817D in popluar color models

62817D
RGB98129125
HSL172°13.66%44.51%
HSB/HSV172°24.03%50.59%
CMYK24.03%0.00%3.10%
49.41%

Color #62817D in popluar number systems.

HEX62817D
Decimal98129125
Binary1100010100000011111101
Octal142201175

Shades and tints

Shades of #62817D

#62817D
(98,129,125)
#5A7672
(90,118,114)
#526B67
(82,107,103)
#4A605C
(74,96,92)
#425551
(66,85,81)
#3A4A46
(58,74,70)
#323F3B
(50,63,59)
#2A3430
(42,52,48)
#222925
(34,41,37)
#1A1E1A
(26,30,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #62817D

#62817D
(98,129,125)
#708C88
(112,140,136)
#7E9793
(126,151,147)
#8CA29E
(140,162,158)
#9AADA9
(154,173,169)
#A8B8B4
(168,184,180)
#B6C3BF
(182,195,191)
#C4CECA
(196,206,202)
#D2D9D5
(210,217,213)
#E0E4E0
(224,228,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62817D; }

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

This text font color is #62817D.


Background Color

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

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

This div background color is #62817D.


Border color

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

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

This div border color is #62817D.


Opacity

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

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

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

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

This text has shadow with #62817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62817D on black background.


Color preview on white background

This text has color #62817D on white background.



Black color preview on #62817D background

This text has black color on #62817D background.


White color preview on #62817D background

This text has white color on #62817D background.