COLOR #626E4F

HEX: #626E4F
RGB: (98,110,79)

Color info

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

RGB color model

#626E4F color RGB value is (98,110,79).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 79 of 255 = 31%

98
110
79

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 79 = 287 (100%)
R 98 of 287 ~ 34.15%
G 110 of 287 ~ 38.33%
B 79 of 287 ~ 27.53%

%34.15
%38.33
%27.53

CMYK color model

#626E4F color CMYK value is (11,0,28,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK:
(11,0,28,57)
C11M0Y28K57 
(11%,0%,28%,57%)
(0.11/0.00/0.28/0.57)	

CMYK percentages

%10.91
%0
%28.18
%56.86

Codes

Color #626E4F in popluar color models

626E4F
RGB9811079
HSL83°16.40%37.06%
HSB/HSV83°28.18%43.14%
CMYK10.91%0.00%28.18%
56.86%

Color #626E4F in popluar number systems.

HEX626E4F
Decimal9811079
Binary110001011011101001111
Octal142156117

Shades and tints

Shades of #626E4F

#626E4F
(98,110,79)
#5A6448
(90,100,72)
#525A41
(82,90,65)
#4A503A
(74,80,58)
#424633
(66,70,51)
#3A3C2C
(58,60,44)
#323225
(50,50,37)
#2A281E
(42,40,30)
#221E17
(34,30,23)
#1A1410
(26,20,16)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #626E4F

#626E4F
(98,110,79)
#707B5F
(112,123,95)
#7E886F
(126,136,111)
#8C957F
(140,149,127)
#9AA28F
(154,162,143)
#A8AF9F
(168,175,159)
#B6BCAF
(182,188,175)
#C4C9BF
(196,201,191)
#D2D6CF
(210,214,207)
#E0E3DF
(224,227,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E4F; }

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

This text font color is #626E4F.


Background Color

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

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

This div background color is #626E4F.


Border color

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

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

This div border color is #626E4F.


Opacity

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

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

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

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

This text has shadow with #626E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E4F on black background.


Color preview on white background

This text has color #626E4F on white background.



Black color preview on #626E4F background

This text has black color on #626E4F background.


White color preview on #626E4F background

This text has white color on #626E4F background.