COLOR #625E5B

HEX: #625E5B
RGB: (98,94,91)

Color info

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

RGB color model

#625E5B color RGB value is (98,94,91).

  • red value is 98;
  • green value is 94;
  • blue value is 91.
RGB:
(98,94,91)
(38%,37%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 91 of 255 = 36%

98
94
91

R + G + B ~ 37%. #625E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 94 + 91 = 283 (100%)
R 98 of 283 ~ 34.63%
G 94 of 283 ~ 33.22%
B 91 of 283 ~ 32.16%

%34.63
%33.22
%32.16

CMYK color model

#625E5B color CMYK value is (0,4,7,62).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 7.14%
  • key color value is 61.57%
CMYK:
(0,4,7,62)
C0M4Y7K62 
(0%,4%,7%,62%)
(0.00/0.04/0.07/0.62)	

CMYK percentages

%0
%4.08
%7.14
%61.57

Codes

Color #625E5B in popluar color models

625E5B
RGB989491
HSL26°3.70%37.06%
HSB/HSV26°7.14%38.43%
CMYK0.00%4.08%7.14%
61.57%

Color #625E5B in popluar number systems.

HEX625E5B
Decimal989491
Binary110001010111101011011
Octal142136133

Shades and tints

Shades of #625E5B

#625E5B
(98,94,91)
#5A5653
(90,86,83)
#524E4B
(82,78,75)
#4A4643
(74,70,67)
#423E3B
(66,62,59)
#3A3633
(58,54,51)
#322E2B
(50,46,43)
#2A2623
(42,38,35)
#221E1B
(34,30,27)
#1A1613
(26,22,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #625E5B

#625E5B
(98,94,91)
#706C69
(112,108,105)
#7E7A77
(126,122,119)
#8C8885
(140,136,133)
#9A9693
(154,150,147)
#A8A4A1
(168,164,161)
#B6B2AF
(182,178,175)
#C4C0BD
(196,192,189)
#D2CECB
(210,206,203)
#E0DCD9
(224,220,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625E5B color. Also use rgb(98,94,91) instead hex code.

Text Font Color

.myTextColor { color: #625E5B; }

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

This text font color is #625E5B.


Background Color

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

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

This div background color is #625E5B.


Border color

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

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

This div border color is #625E5B.


Opacity

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

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

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

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

This text has shadow with #625E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625E5B on black background.


Color preview on white background

This text has color #625E5B on white background.



Black color preview on #625E5B background

This text has black color on #625E5B background.


White color preview on #625E5B background

This text has white color on #625E5B background.