COLOR #625758

HEX: #625758
RGB: (98,87,88)

Color info

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

RGB color model

#625758 color RGB value is (98,87,88).

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

RGB channels and saturation

R 98 of 255 = 38%
G 87 of 255 = 34%
B 88 of 255 = 35%

98
87
88

R + G + B ~ 36%. #625758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 87 + 88 = 273 (100%)
R 98 of 273 ~ 35.9%
G 87 of 273 ~ 31.87%
B 88 of 273 ~ 32.23%

%35.9
%31.87
%32.23

CMYK color model

#625758 color CMYK value is (0,11,10,62).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(0,11,10,62)
C0M11Y10K62 
(0%,11%,10%,62%)
(0.00/0.11/0.10/0.62)	

CMYK percentages

%0
%11.22
%10.2
%61.57

Codes

Color #625758 in popluar color models

625758
RGB988788
HSL355°5.95%36.27%
HSB/HSV355°11.22%38.43%
CMYK0.00%11.22%10.20%
61.57%

Color #625758 in popluar number systems.

HEX625758
Decimal988788
Binary110001010101111011000
Octal142127130

Shades and tints

Shades of #625758

#625758
(98,87,88)
#5A5050
(90,80,80)
#524948
(82,73,72)
#4A4240
(74,66,64)
#423B38
(66,59,56)
#3A3430
(58,52,48)
#322D28
(50,45,40)
#2A2620
(42,38,32)
#221F18
(34,31,24)
#1A1810
(26,24,16)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #625758

#625758
(98,87,88)
#706667
(112,102,103)
#7E7576
(126,117,118)
#8C8485
(140,132,133)
#9A9394
(154,147,148)
#A8A2A3
(168,162,163)
#B6B1B2
(182,177,178)
#C4C0C1
(196,192,193)
#D2CFD0
(210,207,208)
#E0DEDF
(224,222,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625758; }

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

This text font color is #625758.


Background Color

.myBgColor { background-color: #625758; }

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

This div background color is #625758.


Border color

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

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

This div border color is #625758.


Opacity

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

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

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

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

This text has shadow with #625758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625758 on black background.


Color preview on white background

This text has color #625758 on white background.



Black color preview on #625758 background

This text has black color on #625758 background.


White color preview on #625758 background

This text has white color on #625758 background.