COLOR #627464

HEX: #627464
RGB: (98,116,100)

Color info

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

RGB color model

#627464 color RGB value is (98,116,100).

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

RGB channels and saturation

R 98 of 255 = 38%
G 116 of 255 = 45%
B 100 of 255 = 39%

98
116
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 116 + 100 = 314 (100%)
R 98 of 314 ~ 31.21%
G 116 of 314 ~ 36.94%
B 100 of 314 ~ 31.85%

%31.21
%36.94
%31.85

CMYK color model

#627464 color CMYK value is (16,0,14,55).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(16,0,14,55)
C16M0Y14K55 
(16%,0%,14%,55%)
(0.16/0.00/0.14/0.55)	

CMYK percentages

%15.52
%0
%13.79
%54.51

Codes

Color #627464 in popluar color models

627464
RGB98116100
HSL127°8.41%41.96%
HSB/HSV127°15.52%45.49%
CMYK15.52%0.00%13.79%
54.51%

Color #627464 in popluar number systems.

HEX627464
Decimal98116100
Binary110001011101001100100
Octal142164144

Shades and tints

Shades of #627464

#627464
(98,116,100)
#5A6A5B
(90,106,91)
#526052
(82,96,82)
#4A5649
(74,86,73)
#424C40
(66,76,64)
#3A4237
(58,66,55)
#32382E
(50,56,46)
#2A2E25
(42,46,37)
#22241C
(34,36,28)
#1A1A13
(26,26,19)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #627464

#627464
(98,116,100)
#708072
(112,128,114)
#7E8C80
(126,140,128)
#8C988E
(140,152,142)
#9AA49C
(154,164,156)
#A8B0AA
(168,176,170)
#B6BCB8
(182,188,184)
#C4C8C6
(196,200,198)
#D2D4D4
(210,212,212)
#E0E0E2
(224,224,226)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627464; }

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

This text font color is #627464.


Background Color

.myBgColor { background-color: #627464; }

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

This div background color is #627464.


Border color

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

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

This div border color is #627464.


Opacity

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

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

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

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

This text has shadow with #627464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627464 on black background.


Color preview on white background

This text has color #627464 on white background.



Black color preview on #627464 background

This text has black color on #627464 background.


White color preview on #627464 background

This text has white color on #627464 background.