COLOR #625E5A

HEX: #625E5A RGB: (98,94,90)

Color info

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

RGB color model

#625E5A color RGB value is (98,94,90).

RGB: (98,94,90) (38%, 37%, 35%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 90 of 255 = 35%

98
94
90

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

Portions of RGB colors in percentages

R + G + B = 98 + 94 + 90 = 282 (100%)
R 98 of 282 ~ 34.75%
G 94 of 282 ~ 33.33%
B 90 of 282 ~ 31.91'%

%34.75
%33.33
%31.91

CMYK color model

#625E5A color CMYK value is (0,4,8,62).

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

CMYK: (0,4,8,62)
C0M4Y8K62 (0%, 4%, 8%, 62%)
(0.00 / 0.04 / 0.08 / 0.62)

CMYK percentages

%0
%4.08
%8.16
%61.57

Codes

Color #625E5A in popluar color models

62 5E 5A
RGB 98 94 90
HSL 30° 4.26% 36.86%
HSB/HSV 30° 8.16% 38.43%
CMYK 0.00% 4.08% 8.16%
61.57%

Color #625E5A in popluar number systems.

HEX 62 5E 5A
Decimal 98 94 90
Binary 1100010 1011110 1011010
Octal 142 136 132

Shades and tints

Shades of #625E5A

#625E5A
(98,94,90)
#5A5652
(90,86,82)
#524E4A
(82,78,74)
#4A4642
(74,70,66)
#423E3A
(66,62,58)
#3A3632
(58,54,50)
#322E2A
(50,46,42)
#2A2622
(42,38,34)
#221E1A
(34,30,26)
#1A1612
(26,22,18)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #625E5A

#625E5A
(98,94,90)
#706C69
(112,108,105)
#7E7A78
(126,122,120)
#8C8887
(140,136,135)
#9A9696
(154,150,150)
#A8A4A5
(168,164,165)
#B6B2B4
(182,178,180)
#C4C0C3
(196,192,195)
#D2CED2
(210,206,210)
#E0DCE1
(224,220,225)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625E5A; }

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

This text font color is #625E5A.

Background Color

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

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

This div background color is #625E5A.

Border color

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

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

This div border color is #625E5A.

Opacity

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

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

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

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

This text has shadow with #625E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625E5A.

Preview

Color preview on black background

This text has color #625E5A on black background.


Color preview on white background

This text has color #625E5A on white background.


Black color preview on #625E5A background

This text has black color on #625E5A background.


White color preview on #625E5A background

This text has white color on #625E5A background.


Related colors

Complementary color

Complementary color for #hex is #9DA1A5.


I love getcolorcode.com

Triadic colors

1 #5A625E and #5E5A62 with #625E5A are triadic colors.

2 #5A5E62 and #5E625A with #625E5A are triadic colors.