COLOR #625C5A

HEX: #625C5A RGB: (98,92,90)

Color info

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

RGB color model

#625C5A color RGB value is (98,92,90).

RGB: (98,92,90) (38%, 36%, 35%)

RGB channels and saturation

R 98 of 255 = 38%
G 92 of 255 = 36%
B 90 of 255 = 35%

98
92
90

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

Portions of RGB colors in percentages

R + G + B = 98 + 92 + 90 = 280 (100%)
R 98 of 280 ~ 35%
G 92 of 280 ~ 32.86%
B 90 of 280 ~ 32.14'%

%35
%32.86
%32.14

CMYK color model

#625C5A color CMYK value is (0,6,8,62).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 8.16%
  • key color value is 61.57%

CMYK: (0,6,8,62)
C0M6Y8K62 (0%, 6%, 8%, 62%)
(0.00 / 0.06 / 0.08 / 0.62)

CMYK percentages

%0
%6.12
%8.16
%61.57

Codes

Color #625C5A in popluar color models

62 5C 5A
RGB 98 92 90
HSL 15° 4.26% 36.86%
HSB/HSV 15° 8.16% 38.43%
CMYK 0.00% 6.12% 8.16%
61.57%

Color #625C5A in popluar number systems.

HEX 62 5C 5A
Decimal 98 92 90
Binary 1100010 1011100 1011010
Octal 142 134 132

Shades and tints

Shades of #625C5A

#625C5A
(98,92,90)
#5A5452
(90,84,82)
#524C4A
(82,76,74)
#4A4442
(74,68,66)
#423C3A
(66,60,58)
#3A3432
(58,52,50)
#322C2A
(50,44,42)
#2A2422
(42,36,34)
#221C1A
(34,28,26)
#1A1412
(26,20,18)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #625C5A

#625C5A
(98,92,90)
#706A69
(112,106,105)
#7E7878
(126,120,120)
#8C8687
(140,134,135)
#9A9496
(154,148,150)
#A8A2A5
(168,162,165)
#B6B0B4
(182,176,180)
#C4BEC3
(196,190,195)
#D2CCD2
(210,204,210)
#E0DAE1
(224,218,225)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625C5A; }

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

This text font color is #625C5A.

Background Color

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

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

This div background color is #625C5A.

Border color

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

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

This div border color is #625C5A.

Opacity

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

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

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

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

This text has shadow with #625C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625C5A.

Preview

Color preview on black background

This text has color #625C5A on black background.


Color preview on white background

This text has color #625C5A on white background.


Black color preview on #625C5A background

This text has black color on #625C5A background.


White color preview on #625C5A background

This text has white color on #625C5A background.


Related colors

Complementary color

Complementary color for #hex is #9DA3A5.


I love getcolorcode.com

Triadic colors

1 #5A625C and #5C5A62 with #625C5A are triadic colors.

2 #5A5C62 and #5C625A with #625C5A are triadic colors.