COLOR #629C8A

HEX: #629C8A
RGB: (98,156,138)

Color info

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

RGB color model

#629C8A color RGB value is (98,156,138).

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

RGB channels and saturation

R 98 of 255 = 38%
G 156 of 255 = 61%
B 138 of 255 = 54%

98
156
138

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

Portions of RGB colors in percentages

R + G + B =
98 + 156 + 138 = 392 (100%)
R 98 of 392 ~ 25%
G 156 of 392 ~ 39.8%
B 138 of 392 ~ 35.2%

%25
%39.8
%35.2

CMYK color model

#629C8A color CMYK value is (37,0,12,39).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(37,0,12,39)
C37M0Y12K39 
(37%,0%,12%,39%)
(0.37/0.00/0.12/0.39)	

CMYK percentages

%37.18
%0
%11.54
%38.82

Codes

Color #629C8A in popluar color models

629C8A
RGB98156138
HSL161°22.83%49.80%
HSB/HSV161°37.18%61.18%
CMYK37.18%0.00%11.54%
38.82%

Color #629C8A in popluar number systems.

HEX629C8A
Decimal98156138
Binary11000101001110010001010
Octal142234212

Shades and tints

Shades of #629C8A

#629C8A
(98,156,138)
#5A8E7E
(90,142,126)
#528072
(82,128,114)
#4A7266
(74,114,102)
#42645A
(66,100,90)
#3A564E
(58,86,78)
#324842
(50,72,66)
#2A3A36
(42,58,54)
#222C2A
(34,44,42)
#1A1E1E
(26,30,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #629C8A

#629C8A
(98,156,138)
#70A594
(112,165,148)
#7EAE9E
(126,174,158)
#8CB7A8
(140,183,168)
#9AC0B2
(154,192,178)
#A8C9BC
(168,201,188)
#B6D2C6
(182,210,198)
#C4DBD0
(196,219,208)
#D2E4DA
(210,228,218)
#E0EDE4
(224,237,228)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629C8A color. Also use rgb(98,156,138) instead hex code.

Text Font Color

.myTextColor { color: #629C8A; }

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

This text font color is #629C8A.


Background Color

.myBgColor { background-color: #629C8A; }

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

This div background color is #629C8A.


Border color

.myBorderColor { border: 1px solid #629C8A; }

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

This div border color is #629C8A.


Opacity

.myOpacity80 { color: #629C8A; opacity: 0.8; }

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

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

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

This text has shadow with #629C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629C8A on black background.


Color preview on white background

This text has color #629C8A on white background.



Black color preview on #629C8A background

This text has black color on #629C8A background.


White color preview on #629C8A background

This text has white color on #629C8A background.