COLOR #625D58

HEX: #625D58
RGB: (98,93,88)

Color info

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

RGB color model

#625D58 color RGB value is (98,93,88).

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

RGB channels and saturation

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

98
93
88

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

Portions of RGB colors in percentages

R + G + B =
98 + 93 + 88 = 279 (100%)
R 98 of 279 ~ 35.13%
G 93 of 279 ~ 33.33%
B 88 of 279 ~ 31.54%

%35.13
%33.33
%31.54

CMYK color model

#625D58 color CMYK value is (0,5,10,62).

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

CMYK percentages

%0
%5.1
%10.2
%61.57

Codes

Color #625D58 in popluar color models

625D58
RGB989388
HSL30°5.38%36.47%
HSB/HSV30°10.20%38.43%
CMYK0.00%5.10%10.20%
61.57%

Color #625D58 in popluar number systems.

HEX625D58
Decimal989388
Binary110001010111011011000
Octal142135130

Shades and tints

Shades of #625D58

#625D58
(98,93,88)
#5A5550
(90,85,80)
#524D48
(82,77,72)
#4A4540
(74,69,64)
#423D38
(66,61,56)
#3A3530
(58,53,48)
#322D28
(50,45,40)
#2A2520
(42,37,32)
#221D18
(34,29,24)
#1A1510
(26,21,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #625D58

#625D58
(98,93,88)
#706B67
(112,107,103)
#7E7976
(126,121,118)
#8C8785
(140,135,133)
#9A9594
(154,149,148)
#A8A3A3
(168,163,163)
#B6B1B2
(182,177,178)
#C4BFC1
(196,191,193)
#D2CDD0
(210,205,208)
#E0DBDF
(224,219,223)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625D58; }

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

This text font color is #625D58.


Background Color

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

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

This div background color is #625D58.


Border color

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

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

This div border color is #625D58.


Opacity

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

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

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

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

This text has shadow with #625D58 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #625D58 on black background.


Color preview on white background

This text has color #625D58 on white background.



Black color preview on #625D58 background

This text has black color on #625D58 background.


White color preview on #625D58 background

This text has white color on #625D58 background.