COLOR #627568

HEX: #627568
RGB: (98,117,104)

Color info

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

RGB color model

#627568 color RGB value is (98,117,104).

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

RGB channels and saturation

R 98 of 255 = 38%
G 117 of 255 = 46%
B 104 of 255 = 41%

98
117
104

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

Portions of RGB colors in percentages

R + G + B =
98 + 117 + 104 = 319 (100%)
R 98 of 319 ~ 30.72%
G 117 of 319 ~ 36.68%
B 104 of 319 ~ 32.6%

%30.72
%36.68
%32.6

CMYK color model

#627568 color CMYK value is (16,0,11,54).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(16,0,11,54)
C16M0Y11K54 
(16%,0%,11%,54%)
(0.16/0.00/0.11/0.54)	

CMYK percentages

%16.24
%0
%11.11
%54.12

Codes

Color #627568 in popluar color models

627568
RGB98117104
HSL139°8.84%42.16%
HSB/HSV139°16.24%45.88%
CMYK16.24%0.00%11.11%
54.12%

Color #627568 in popluar number systems.

HEX627568
Decimal98117104
Binary110001011101011101000
Octal142165150

Shades and tints

Shades of #627568

#627568
(98,117,104)
#5A6B5F
(90,107,95)
#526156
(82,97,86)
#4A574D
(74,87,77)
#424D44
(66,77,68)
#3A433B
(58,67,59)
#323932
(50,57,50)
#2A2F29
(42,47,41)
#222520
(34,37,32)
#1A1B17
(26,27,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #627568

#627568
(98,117,104)
#708175
(112,129,117)
#7E8D82
(126,141,130)
#8C998F
(140,153,143)
#9AA59C
(154,165,156)
#A8B1A9
(168,177,169)
#B6BDB6
(182,189,182)
#C4C9C3
(196,201,195)
#D2D5D0
(210,213,208)
#E0E1DD
(224,225,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627568; }

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

This text font color is #627568.


Background Color

.myBgColor { background-color: #627568; }

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

This div background color is #627568.


Border color

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

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

This div border color is #627568.


Opacity

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

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

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

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

This text has shadow with #627568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627568 on black background.


Color preview on white background

This text has color #627568 on white background.



Black color preview on #627568 background

This text has black color on #627568 background.


White color preview on #627568 background

This text has white color on #627568 background.