COLOR #626E5B

HEX: #626E5B
RGB: (98,110,91)

Color info

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

RGB color model

#626E5B color RGB value is (98,110,91).

  • red value is 98;
  • green value is 110;
  • blue value is 91.
RGB:
(98,110,91)
(38%,43%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 91 of 255 = 36%

98
110
91

R + G + B ~ 39%. #626E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 91 = 299 (100%)
R 98 of 299 ~ 32.78%
G 110 of 299 ~ 36.79%
B 91 of 299 ~ 30.43%

%32.78
%36.79
%30.43

CMYK color model

#626E5B color CMYK value is (11,0,17,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(11,0,17,57)
C11M0Y17K57 
(11%,0%,17%,57%)
(0.11/0.00/0.17/0.57)	

CMYK percentages

%10.91
%0
%17.27
%56.86

Codes

Color #626E5B in popluar color models

626E5B
RGB9811091
HSL98°9.45%39.41%
HSB/HSV98°17.27%43.14%
CMYK10.91%0.00%17.27%
56.86%

Color #626E5B in popluar number systems.

HEX626E5B
Decimal9811091
Binary110001011011101011011
Octal142156133

Shades and tints

Shades of #626E5B

#626E5B
(98,110,91)
#5A6453
(90,100,83)
#525A4B
(82,90,75)
#4A5043
(74,80,67)
#42463B
(66,70,59)
#3A3C33
(58,60,51)
#32322B
(50,50,43)
#2A2823
(42,40,35)
#221E1B
(34,30,27)
#1A1413
(26,20,19)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #626E5B

#626E5B
(98,110,91)
#707B69
(112,123,105)
#7E8877
(126,136,119)
#8C9585
(140,149,133)
#9AA293
(154,162,147)
#A8AFA1
(168,175,161)
#B6BCAF
(182,188,175)
#C4C9BD
(196,201,189)
#D2D6CB
(210,214,203)
#E0E3D9
(224,227,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626E5B color. Also use rgb(98,110,91) instead hex code.

Text Font Color

.myTextColor { color: #626E5B; }

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

This text font color is #626E5B.


Background Color

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

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

This div background color is #626E5B.


Border color

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

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

This div border color is #626E5B.


Opacity

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

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

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

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

This text has shadow with #626E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E5B on black background.


Color preview on white background

This text has color #626E5B on white background.



Black color preview on #626E5B background

This text has black color on #626E5B background.


White color preview on #626E5B background

This text has white color on #626E5B background.