COLOR #626B4E

HEX: #626B4E RGB: (98,107,78)

Color info

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

RGB color model

#626B4E color RGB value is (98,107,78).

RGB: (98,107,78) (38%, 42%, 31%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 78 of 255 = 31%

98
107
78

R + G + B ~ 37%. #626B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 107 + 78 = 283 (100%)
R 98 of 283 ~ 34.63%
G 107 of 283 ~ 37.81%
B 78 of 283 ~ 27.56'%

%34.63
%37.81
%27.56

CMYK color model

#626B4E color CMYK value is (8,0,27,58).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%

CMYK: (8,0,27,58)
C8M0Y27K58 (8%, 0%, 27%, 58%)
(0.08 / 0.00 / 0.27 / 0.58)

CMYK percentages

%8.41
%0
%27.1
%58.04

Codes

Color #626B4E in popluar color models

62 6B 4E
RGB 98 107 78
HSL 79° 15.68% 36.27%
HSB/HSV 79° 27.10% 41.96%
CMYK 8.41% 0.00% 27.10%
58.04%

Color #626B4E in popluar number systems.

HEX 62 6B 4E
Decimal 98 107 78
Binary 1100010 1101011 1001110
Octal 142 153 116

Shades and tints

Shades of #626B4E

#626B4E
(98,107,78)
#5A6247
(90,98,71)
#525940
(82,89,64)
#4A5039
(74,80,57)
#424732
(66,71,50)
#3A3E2B
(58,62,43)
#323524
(50,53,36)
#2A2C1D
(42,44,29)
#222316
(34,35,22)
#1A1A0F
(26,26,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #626B4E

#626B4E
(98,107,78)
#70785E
(112,120,94)
#7E856E
(126,133,110)
#8C927E
(140,146,126)
#9A9F8E
(154,159,142)
#A8AC9E
(168,172,158)
#B6B9AE
(182,185,174)
#C4C6BE
(196,198,190)
#D2D3CE
(210,211,206)
#E0E0DE
(224,224,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626B4E color. Also use rgb(98,107,78) instead hex code.

Text Font Color

.myTextColor { color: #626B4E; }

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

This text font color is #626B4E.

Background Color

.myBgColor { background-color: #626B4E; }

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

This div background color is #626B4E.

Border color

.myBorderColor { border: 1px solid #626B4E; }

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

This div border color is #626B4E.

Opacity

.myOpacity80 { color: #626B4E; opacity: 0.8; }

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

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

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

This text has shadow with #626B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626B4E.

Preview

Color preview on black background

This text has color #626B4E on black background.


Color preview on white background

This text has color #626B4E on white background.


Black color preview on #626B4E background

This text has black color on #626B4E background.


White color preview on #626B4E background

This text has white color on #626B4E background.


Related colors

Complementary color

Complementary color for #hex is #9D94B1.


I love getcolorcode.com

Triadic colors

1 #4E626B and #6B4E62 with #626B4E are triadic colors.

2 #4E6B62 and #6B624E with #626B4E are triadic colors.