COLOR #627975

HEX: #627975
RGB: (98,121,117)

Color info

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

RGB color model

#627975 color RGB value is (98,121,117).

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

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 117 of 255 = 46%

98
121
117

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

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 117 = 336 (100%)
R 98 of 336 ~ 29.17%
G 121 of 336 ~ 36.01%
B 117 of 336 ~ 34.82%

%29.17
%36.01
%34.82

CMYK color model

#627975 color CMYK value is (19,0,3,53).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(19,0,3,53)
C19M0Y3K53 
(19%,0%,3%,53%)
(0.19/0.00/0.03/0.53)	

CMYK percentages

%19.01
%0
%3.31
%52.55

Codes

Color #627975 in popluar color models

627975
RGB98121117
HSL170°10.50%42.94%
HSB/HSV170°19.01%47.45%
CMYK19.01%0.00%3.31%
52.55%

Color #627975 in popluar number systems.

HEX627975
Decimal98121117
Binary110001011110011110101
Octal142171165

Shades and tints

Shades of #627975

#627975
(98,121,117)
#5A6E6B
(90,110,107)
#526361
(82,99,97)
#4A5857
(74,88,87)
#424D4D
(66,77,77)
#3A4243
(58,66,67)
#323739
(50,55,57)
#2A2C2F
(42,44,47)
#222125
(34,33,37)
#1A161B
(26,22,27)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #627975

#627975
(98,121,117)
#708581
(112,133,129)
#7E918D
(126,145,141)
#8C9D99
(140,157,153)
#9AA9A5
(154,169,165)
#A8B5B1
(168,181,177)
#B6C1BD
(182,193,189)
#C4CDC9
(196,205,201)
#D2D9D5
(210,217,213)
#E0E5E1
(224,229,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627975; }

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

This text font color is #627975.


Background Color

.myBgColor { background-color: #627975; }

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

This div background color is #627975.


Border color

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

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

This div border color is #627975.


Opacity

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

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

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

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

This text has shadow with #627975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627975 on black background.


Color preview on white background

This text has color #627975 on white background.



Black color preview on #627975 background

This text has black color on #627975 background.


White color preview on #627975 background

This text has white color on #627975 background.