COLOR #626C5A

HEX: #626C5A
RGB: (98,108,90)

Color info

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

RGB color model

#626C5A color RGB value is (98,108,90).

  • red value is 98;
  • green value is 108;
  • blue value is 90.
RGB:
(98,108,90)
(38%,42%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 90 of 255 = 35%

98
108
90

R + G + B ~ 38%. #626C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 90 = 296 (100%)
R 98 of 296 ~ 33.11%
G 108 of 296 ~ 36.49%
B 90 of 296 ~ 30.41%

%33.11
%36.49
%30.41

CMYK color model

#626C5A color CMYK value is (9,0,17,58).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(9,0,17,58)
C9M0Y17K58 
(9%,0%,17%,58%)
(0.09/0.00/0.17/0.58)	

CMYK percentages

%9.26
%0
%16.67
%57.65

Codes

Color #626C5A in popluar color models

626C5A
RGB9810890
HSL93°9.09%38.82%
HSB/HSV93°16.67%42.35%
CMYK9.26%0.00%16.67%
57.65%

Color #626C5A in popluar number systems.

HEX626C5A
Decimal9810890
Binary110001011011001011010
Octal142154132

Shades and tints

Shades of #626C5A

#626C5A
(98,108,90)
#5A6352
(90,99,82)
#525A4A
(82,90,74)
#4A5142
(74,81,66)
#42483A
(66,72,58)
#3A3F32
(58,63,50)
#32362A
(50,54,42)
#2A2D22
(42,45,34)
#22241A
(34,36,26)
#1A1B12
(26,27,18)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #626C5A

#626C5A
(98,108,90)
#707969
(112,121,105)
#7E8678
(126,134,120)
#8C9387
(140,147,135)
#9AA096
(154,160,150)
#A8ADA5
(168,173,165)
#B6BAB4
(182,186,180)
#C4C7C3
(196,199,195)
#D2D4D2
(210,212,210)
#E0E1E1
(224,225,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626C5A color. Also use rgb(98,108,90) instead hex code.

Text Font Color

.myTextColor { color: #626C5A; }

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

This text font color is #626C5A.


Background Color

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

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

This div background color is #626C5A.


Border color

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

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

This div border color is #626C5A.


Opacity

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

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

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

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

This text has shadow with #626C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C5A on black background.


Color preview on white background

This text has color #626C5A on white background.



Black color preview on #626C5A background

This text has black color on #626C5A background.


White color preview on #626C5A background

This text has white color on #626C5A background.