COLOR #625768

HEX: #625768
RGB: (98,87,104)

Color info

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

RGB color model

#625768 color RGB value is (98,87,104).

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

RGB channels and saturation

R 98 of 255 = 38%
G 87 of 255 = 34%
B 104 of 255 = 41%

98
87
104

R + G + B ~ 38%. #625768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 87 + 104 = 289 (100%)
R 98 of 289 ~ 33.91%
G 87 of 289 ~ 30.1%
B 104 of 289 ~ 35.99%

%33.91
%30.1
%35.99

CMYK color model

#625768 color CMYK value is (6,16,0,59).

  • cyan value is 5.77%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(6,16,0,59)
C6M16Y0K59 
(6%,16%,0%,59%)
(0.06/0.16/0.00/0.59)	

CMYK percentages

%5.77
%16.35
%0
%59.22

Codes

Color #625768 in popluar color models

625768
RGB9887104
HSL279°8.90%37.45%
HSB/HSV279°16.35%40.78%
CMYK5.77%16.35%0.00%
59.22%

Color #625768 in popluar number systems.

HEX625768
Decimal9887104
Binary110001010101111101000
Octal142127150

Shades and tints

Shades of #625768

#625768
(98,87,104)
#5A505F
(90,80,95)
#524956
(82,73,86)
#4A424D
(74,66,77)
#423B44
(66,59,68)
#3A343B
(58,52,59)
#322D32
(50,45,50)
#2A2629
(42,38,41)
#221F20
(34,31,32)
#1A1817
(26,24,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #625768

#625768
(98,87,104)
#706675
(112,102,117)
#7E7582
(126,117,130)
#8C848F
(140,132,143)
#9A939C
(154,147,156)
#A8A2A9
(168,162,169)
#B6B1B6
(182,177,182)
#C4C0C3
(196,192,195)
#D2CFD0
(210,207,208)
#E0DEDD
(224,222,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625768; }

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

This text font color is #625768.


Background Color

.myBgColor { background-color: #625768; }

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

This div background color is #625768.


Border color

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

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

This div border color is #625768.


Opacity

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

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

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

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

This text has shadow with #625768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625768 on black background.


Color preview on white background

This text has color #625768 on white background.



Black color preview on #625768 background

This text has black color on #625768 background.


White color preview on #625768 background

This text has white color on #625768 background.