COLOR #627879

HEX: #627879
RGB: (98,120,121)

Color info

#627879 contains red, green and blue colors in about the same proportion. Web safe color of #627879 is #666666 (or #666).

RGB color model

#627879 color RGB value is (98,120,121).

  • red value is 98;
  • green value is 120;
  • blue value is 121.
RGB:
(98,120,121)
(38%,47%,47%)

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 121 of 255 = 47%

98
120
121

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

Portions of RGB colors in percentages

R + G + B =
98 + 120 + 121 = 339 (100%)
R 98 of 339 ~ 28.91%
G 120 of 339 ~ 35.4%
B 121 of 339 ~ 35.69%

%28.91
%35.4
%35.69

CMYK color model

#627879 color CMYK value is (19,1,0,53).

  • cyan value is 19.01%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(19,1,0,53)
C19M1Y0K53 
(19%,1%,0%,53%)
(0.19/0.01/0.00/0.53)	

CMYK percentages

%19.01
%0.83
%0
%52.55

Codes

Color #627879 in popluar color models

627879
RGB98120121
HSL183°10.50%42.94%
HSB/HSV183°19.01%47.45%
CMYK19.01%0.83%0.00%
52.55%

Color #627879 in popluar number systems.

HEX627879
Decimal98120121
Binary110001011110001111001
Octal142170171

Shades and tints

Shades of #627879

#627879
(98,120,121)
#5A6E6E
(90,110,110)
#526463
(82,100,99)
#4A5A58
(74,90,88)
#42504D
(66,80,77)
#3A4642
(58,70,66)
#323C37
(50,60,55)
#2A322C
(42,50,44)
#222821
(34,40,33)
#1A1E16
(26,30,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #627879

#627879
(98,120,121)
#708485
(112,132,133)
#7E9091
(126,144,145)
#8C9C9D
(140,156,157)
#9AA8A9
(154,168,169)
#A8B4B5
(168,180,181)
#B6C0C1
(182,192,193)
#C4CCCD
(196,204,205)
#D2D8D9
(210,216,217)
#E0E4E5
(224,228,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627879 color. Also use rgb(98,120,121) instead hex code.

Text Font Color

.myTextColor { color: #627879; }

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

This text font color is #627879.


Background Color

.myBgColor { background-color: #627879; }

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

This div background color is #627879.


Border color

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

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

This div border color is #627879.


Opacity

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

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

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

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

This text has shadow with #627879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627879 on black background.


Color preview on white background

This text has color #627879 on white background.



Black color preview on #627879 background

This text has black color on #627879 background.


White color preview on #627879 background

This text has white color on #627879 background.