COLOR #625F6D

HEX: #625F6D
RGB: (98,95,109)

Color info

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

RGB color model

#625F6D color RGB value is (98,95,109).

  • red value is 98;
  • green value is 95;
  • blue value is 109.
RGB:
(98,95,109)
(38%,37%,43%)

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 109 of 255 = 43%

98
95
109

R + G + B ~ 39%. #625F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 109 = 302 (100%)
R 98 of 302 ~ 32.45%
G 95 of 302 ~ 31.46%
B 109 of 302 ~ 36.09%

%32.45
%31.46
%36.09

CMYK color model

#625F6D color CMYK value is (10,13,0,57).

  • cyan value is 10.09%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(10,13,0,57)
C10M13Y0K57 
(10%,13%,0%,57%)
(0.10/0.13/0.00/0.57)	

CMYK percentages

%10.09
%12.84
%0
%57.25

Codes

Color #625F6D in popluar color models

625F6D
RGB9895109
HSL253°6.86%40.00%
HSB/HSV253°12.84%42.75%
CMYK10.09%12.84%0.00%
57.25%

Color #625F6D in popluar number systems.

HEX625F6D
Decimal9895109
Binary110001010111111101101
Octal142137155

Shades and tints

Shades of #625F6D

#625F6D
(98,95,109)
#5A5764
(90,87,100)
#524F5B
(82,79,91)
#4A4752
(74,71,82)
#423F49
(66,63,73)
#3A3740
(58,55,64)
#322F37
(50,47,55)
#2A272E
(42,39,46)
#221F25
(34,31,37)
#1A171C
(26,23,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #625F6D

#625F6D
(98,95,109)
#706D7A
(112,109,122)
#7E7B87
(126,123,135)
#8C8994
(140,137,148)
#9A97A1
(154,151,161)
#A8A5AE
(168,165,174)
#B6B3BB
(182,179,187)
#C4C1C8
(196,193,200)
#D2CFD5
(210,207,213)
#E0DDE2
(224,221,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625F6D color. Also use rgb(98,95,109) instead hex code.

Text Font Color

.myTextColor { color: #625F6D; }

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

This text font color is #625F6D.


Background Color

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

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

This div background color is #625F6D.


Border color

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

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

This div border color is #625F6D.


Opacity

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

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

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

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

This text has shadow with #625F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625F6D on black background.


Color preview on white background

This text has color #625F6D on white background.



Black color preview on #625F6D background

This text has black color on #625F6D background.


White color preview on #625F6D background

This text has white color on #625F6D background.