COLOR #627764

HEX: #627764
RGB: (98,119,100)

Color info

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

RGB color model

#627764 color RGB value is (98,119,100).

  • red value is 98;
  • green value is 119;
  • blue value is 100.
RGB:
(98,119,100)
(38%,47%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 119 of 255 = 47%
B 100 of 255 = 39%

98
119
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 100 = 317 (100%)
R 98 of 317 ~ 30.91%
G 119 of 317 ~ 37.54%
B 100 of 317 ~ 31.55%

%30.91
%37.54
%31.55

CMYK color model

#627764 color CMYK value is (18,0,16,53).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(18,0,16,53)
C18M0Y16K53 
(18%,0%,16%,53%)
(0.18/0.00/0.16/0.53)	

CMYK percentages

%17.65
%0
%15.97
%53.33

Codes

Color #627764 in popluar color models

627764
RGB98119100
HSL126°9.68%42.55%
HSB/HSV126°17.65%46.67%
CMYK17.65%0.00%15.97%
53.33%

Color #627764 in popluar number systems.

HEX627764
Decimal98119100
Binary110001011101111100100
Octal142167144

Shades and tints

Shades of #627764

#627764
(98,119,100)
#5A6D5B
(90,109,91)
#526352
(82,99,82)
#4A5949
(74,89,73)
#424F40
(66,79,64)
#3A4537
(58,69,55)
#323B2E
(50,59,46)
#2A3125
(42,49,37)
#22271C
(34,39,28)
#1A1D13
(26,29,19)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #627764

#627764
(98,119,100)
#708372
(112,131,114)
#7E8F80
(126,143,128)
#8C9B8E
(140,155,142)
#9AA79C
(154,167,156)
#A8B3AA
(168,179,170)
#B6BFB8
(182,191,184)
#C4CBC6
(196,203,198)
#D2D7D4
(210,215,212)
#E0E3E2
(224,227,226)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627764 color. Also use rgb(98,119,100) instead hex code.

Text Font Color

.myTextColor { color: #627764; }

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

This text font color is #627764.


Background Color

.myBgColor { background-color: #627764; }

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

This div background color is #627764.


Border color

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

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

This div border color is #627764.


Opacity

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

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

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

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

This text has shadow with #627764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627764 on black background.


Color preview on white background

This text has color #627764 on white background.



Black color preview on #627764 background

This text has black color on #627764 background.


White color preview on #627764 background

This text has white color on #627764 background.