COLOR #625F51

HEX: #625F51 RGB: (98,95,81)

Color info

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

RGB color model

#625F51 color RGB value is (98,95,81).

RGB: (98,95,81) (38%, 37%, 32%)

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 81 of 255 = 32%

98
95
81

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

Portions of RGB colors in percentages

R + G + B = 98 + 95 + 81 = 274 (100%)
R 98 of 274 ~ 35.77%
G 95 of 274 ~ 34.67%
B 81 of 274 ~ 29.56'%

%35.77
%34.67
%29.56

CMYK color model

#625F51 color CMYK value is (0,3,17,62).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 17.35%
  • key color value is 61.57%

CMYK: (0,3,17,62)
C0M3Y17K62 (0%, 3%, 17%, 62%)
(0.00 / 0.03 / 0.17 / 0.62)

CMYK percentages

%0
%3.06
%17.35
%61.57

Codes

Color #625F51 in popluar color models

62 5F 51
RGB 98 95 81
HSL 49° 9.50% 35.10%
HSB/HSV 49° 17.35% 38.43%
CMYK 0.00% 3.06% 17.35%
61.57%

Color #625F51 in popluar number systems.

HEX 62 5F 51
Decimal 98 95 81
Binary 1100010 1011111 1010001
Octal 142 137 121

Shades and tints

Shades of #625F51

#625F51
(98,95,81)
#5A574A
(90,87,74)
#524F43
(82,79,67)
#4A473C
(74,71,60)
#423F35
(66,63,53)
#3A372E
(58,55,46)
#322F27
(50,47,39)
#2A2720
(42,39,32)
#221F19
(34,31,25)
#1A1712
(26,23,18)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #625F51

#625F51
(98,95,81)
#706D60
(112,109,96)
#7E7B6F
(126,123,111)
#8C897E
(140,137,126)
#9A978D
(154,151,141)
#A8A59C
(168,165,156)
#B6B3AB
(182,179,171)
#C4C1BA
(196,193,186)
#D2CFC9
(210,207,201)
#E0DDD8
(224,221,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625F51 color. Also use rgb(98,95,81) instead hex code.

Text Font Color

.myTextColor { color: #625F51; }

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

This text font color is #625F51.

Background Color

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

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

This div background color is #625F51.

Border color

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

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

This div border color is #625F51.

Opacity

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

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

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

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

This text has shadow with #625F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625F51.

Preview

Color preview on black background

This text has color #625F51 on black background.


Color preview on white background

This text has color #625F51 on white background.


Black color preview on #625F51 background

This text has black color on #625F51 background.


White color preview on #625F51 background

This text has white color on #625F51 background.


Related colors

Complementary color

Complementary color for #hex is #9DA0AE.


I love getcolorcode.com

Triadic colors

1 #51625F and #5F5162 with #625F51 are triadic colors.

2 #515F62 and #5F6251 with #625F51 are triadic colors.