COLOR #625A58

HEX: #625A58
RGB: (98,90,88)

Color info

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

RGB color model

#625A58 color RGB value is (98,90,88).

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

RGB channels and saturation

R 98 of 255 = 38%
G 90 of 255 = 35%
B 88 of 255 = 35%

98
90
88

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

Portions of RGB colors in percentages

R + G + B =
98 + 90 + 88 = 276 (100%)
R 98 of 276 ~ 35.51%
G 90 of 276 ~ 32.61%
B 88 of 276 ~ 31.88%

%35.51
%32.61
%31.88

CMYK color model

#625A58 color CMYK value is (0,8,10,62).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(0,8,10,62)
C0M8Y10K62 
(0%,8%,10%,62%)
(0.00/0.08/0.10/0.62)	

CMYK percentages

%0
%8.16
%10.2
%61.57

Codes

Color #625A58 in popluar color models

625A58
RGB989088
HSL12°5.38%36.47%
HSB/HSV12°10.20%38.43%
CMYK0.00%8.16%10.20%
61.57%

Color #625A58 in popluar number systems.

HEX625A58
Decimal989088
Binary110001010110101011000
Octal142132130

Shades and tints

Shades of #625A58

#625A58
(98,90,88)
#5A5250
(90,82,80)
#524A48
(82,74,72)
#4A4240
(74,66,64)
#423A38
(66,58,56)
#3A3230
(58,50,48)
#322A28
(50,42,40)
#2A2220
(42,34,32)
#221A18
(34,26,24)
#1A1210
(26,18,16)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #625A58

#625A58
(98,90,88)
#706967
(112,105,103)
#7E7876
(126,120,118)
#8C8785
(140,135,133)
#9A9694
(154,150,148)
#A8A5A3
(168,165,163)
#B6B4B2
(182,180,178)
#C4C3C1
(196,195,193)
#D2D2D0
(210,210,208)
#E0E1DF
(224,225,223)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625A58; }

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

This text font color is #625A58.


Background Color

.myBgColor { background-color: #625A58; }

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

This div background color is #625A58.


Border color

.myBorderColor { border: 1px solid #625A58; }

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

This div border color is #625A58.


Opacity

.myOpacity80 { color: #625A58; opacity: 0.8; }

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

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

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

This text has shadow with #625A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625A58 on black background.


Color preview on white background

This text has color #625A58 on white background.



Black color preview on #625A58 background

This text has black color on #625A58 background.


White color preview on #625A58 background

This text has white color on #625A58 background.