COLOR #627665

HEX: #627665
RGB: (98,118,101)

Color info

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

RGB color model

#627665 color RGB value is (98,118,101).

  • red value is 98;
  • green value is 118;
  • blue value is 101.
RGB:
(98,118,101)
(38%,46%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 118 of 255 = 46%
B 101 of 255 = 40%

98
118
101

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

Portions of RGB colors in percentages

R + G + B =
98 + 118 + 101 = 317 (100%)
R 98 of 317 ~ 30.91%
G 118 of 317 ~ 37.22%
B 101 of 317 ~ 31.86%

%30.91
%37.22
%31.86

CMYK color model

#627665 color CMYK value is (17,0,14,54).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(17,0,14,54)
C17M0Y14K54 
(17%,0%,14%,54%)
(0.17/0.00/0.14/0.54)	

CMYK percentages

%16.95
%0
%14.41
%53.73

Codes

Color #627665 in popluar color models

627665
RGB98118101
HSL129°9.26%42.35%
HSB/HSV129°16.95%46.27%
CMYK16.95%0.00%14.41%
53.73%

Color #627665 in popluar number systems.

HEX627665
Decimal98118101
Binary110001011101101100101
Octal142166145

Shades and tints

Shades of #627665

#627665
(98,118,101)
#5A6C5C
(90,108,92)
#526253
(82,98,83)
#4A584A
(74,88,74)
#424E41
(66,78,65)
#3A4438
(58,68,56)
#323A2F
(50,58,47)
#2A3026
(42,48,38)
#22261D
(34,38,29)
#1A1C14
(26,28,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #627665

#627665
(98,118,101)
#708273
(112,130,115)
#7E8E81
(126,142,129)
#8C9A8F
(140,154,143)
#9AA69D
(154,166,157)
#A8B2AB
(168,178,171)
#B6BEB9
(182,190,185)
#C4CAC7
(196,202,199)
#D2D6D5
(210,214,213)
#E0E2E3
(224,226,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627665 color. Also use rgb(98,118,101) instead hex code.

Text Font Color

.myTextColor { color: #627665; }

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

This text font color is #627665.


Background Color

.myBgColor { background-color: #627665; }

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

This div background color is #627665.


Border color

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

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

This div border color is #627665.


Opacity

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

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

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

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

This text has shadow with #627665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627665 on black background.


Color preview on white background

This text has color #627665 on white background.



Black color preview on #627665 background

This text has black color on #627665 background.


White color preview on #627665 background

This text has white color on #627665 background.