COLOR #625858

HEX: #625858
RGB: (98,88,88)

Color info

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

RGB color model

#625858 color RGB value is (98,88,88).

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

RGB channels and saturation

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

98
88
88

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

Portions of RGB colors in percentages

R + G + B =
98 + 88 + 88 = 274 (100%)
R 98 of 274 ~ 35.77%
G 88 of 274 ~ 32.12%
B 88 of 274 ~ 32.12%

%35.77
%32.12
%32.12

CMYK color model

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

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

CMYK percentages

%0
%10.2
%10.2
%61.57

Codes

Color #625858 in popluar color models

625858
RGB988888
HSL5.38%36.47%
HSB/HSV10.20%38.43%
CMYK0.00%10.20%10.20%
61.57%

Color #625858 in popluar number systems.

HEX625858
Decimal988888
Binary110001010110001011000
Octal142130130

Shades and tints

Shades of #625858

#625858
(98,88,88)
#5A5050
(90,80,80)
#524848
(82,72,72)
#4A4040
(74,64,64)
#423838
(66,56,56)
#3A3030
(58,48,48)
#322828
(50,40,40)
#2A2020
(42,32,32)
#221818
(34,24,24)
#1A1010
(26,16,16)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #625858

#625858
(98,88,88)
#706767
(112,103,103)
#7E7676
(126,118,118)
#8C8585
(140,133,133)
#9A9494
(154,148,148)
#A8A3A3
(168,163,163)
#B6B2B2
(182,178,178)
#C4C1C1
(196,193,193)
#D2D0D0
(210,208,208)
#E0DFDF
(224,223,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625858; }

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

This text font color is #625858.


Background Color

.myBgColor { background-color: #625858; }

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

This div background color is #625858.


Border color

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

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

This div border color is #625858.


Opacity

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

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

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

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

This text has shadow with #625858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625858 on black background.


Color preview on white background

This text has color #625858 on white background.



Black color preview on #625858 background

This text has black color on #625858 background.


White color preview on #625858 background

This text has white color on #625858 background.