COLOR #629387

HEX: #629387
RGB: (98,147,135)

Color info

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

RGB color model

#629387 color RGB value is (98,147,135).

  • red value is 98;
  • green value is 147;
  • blue value is 135.
RGB:
(98,147,135)
(38%,58%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 147 of 255 = 58%
B 135 of 255 = 53%

98
147
135

R + G + B ~ 50%. #629387 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 147 + 135 = 380 (100%)
R 98 of 380 ~ 25.79%
G 147 of 380 ~ 38.68%
B 135 of 380 ~ 35.53%

%25.79
%38.68
%35.53

CMYK color model

#629387 color CMYK value is (33,0,8,42).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(33,0,8,42)
C33M0Y8K42 
(33%,0%,8%,42%)
(0.33/0.00/0.08/0.42)	

CMYK percentages

%33.33
%0
%8.16
%42.35

Codes

Color #629387 in popluar color models

629387
RGB98147135
HSL165°20.00%48.04%
HSB/HSV165°33.33%57.65%
CMYK33.33%0.00%8.16%
42.35%

Color #629387 in popluar number systems.

HEX629387
Decimal98147135
Binary11000101001001110000111
Octal142223207

Shades and tints

Shades of #629387

#629387
(98,147,135)
#5A867B
(90,134,123)
#52796F
(82,121,111)
#4A6C63
(74,108,99)
#425F57
(66,95,87)
#3A524B
(58,82,75)
#32453F
(50,69,63)
#2A3833
(42,56,51)
#222B27
(34,43,39)
#1A1E1B
(26,30,27)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #629387

#629387
(98,147,135)
#709C91
(112,156,145)
#7EA59B
(126,165,155)
#8CAEA5
(140,174,165)
#9AB7AF
(154,183,175)
#A8C0B9
(168,192,185)
#B6C9C3
(182,201,195)
#C4D2CD
(196,210,205)
#D2DBD7
(210,219,215)
#E0E4E1
(224,228,225)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629387 color. Also use rgb(98,147,135) instead hex code.

Text Font Color

.myTextColor { color: #629387; }

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

This text font color is #629387.


Background Color

.myBgColor { background-color: #629387; }

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

This div background color is #629387.


Border color

.myBorderColor { border: 1px solid #629387; }

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

This div border color is #629387.


Opacity

.myOpacity80 { color: #629387; opacity: 0.8; }

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

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

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

This text has shadow with #629387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629387 on black background.


Color preview on white background

This text has color #629387 on white background.



Black color preview on #629387 background

This text has black color on #629387 background.


White color preview on #629387 background

This text has white color on #629387 background.