COLOR #626356

HEX: #626356
RGB: (98,99,86)

Color info

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

RGB color model

#626356 color RGB value is (98,99,86).

  • red value is 98;
  • green value is 99;
  • blue value is 86.
RGB:
(98,99,86)
(38%,39%,34%)

RGB channels and saturation

R 98 of 255 = 38%
G 99 of 255 = 39%
B 86 of 255 = 34%

98
99
86

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

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 86 = 283 (100%)
R 98 of 283 ~ 34.63%
G 99 of 283 ~ 34.98%
B 86 of 283 ~ 30.39%

%34.63
%34.98
%30.39

CMYK color model

#626356 color CMYK value is (1,0,13,61).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(1,0,13,61)
C1M0Y13K61 
(1%,0%,13%,61%)
(0.01/0.00/0.13/0.61)	

CMYK percentages

%1.01
%0
%13.13
%61.18

Codes

Color #626356 in popluar color models

626356
RGB989986
HSL65°7.03%36.27%
HSB/HSV65°13.13%38.82%
CMYK1.01%0.00%13.13%
61.18%

Color #626356 in popluar number systems.

HEX626356
Decimal989986
Binary110001011000111010110
Octal142143126

Shades and tints

Shades of #626356

#626356
(98,99,86)
#5A5A4F
(90,90,79)
#525148
(82,81,72)
#4A4841
(74,72,65)
#423F3A
(66,63,58)
#3A3633
(58,54,51)
#322D2C
(50,45,44)
#2A2425
(42,36,37)
#221B1E
(34,27,30)
#1A1217
(26,18,23)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #626356

#626356
(98,99,86)
#707165
(112,113,101)
#7E7F74
(126,127,116)
#8C8D83
(140,141,131)
#9A9B92
(154,155,146)
#A8A9A1
(168,169,161)
#B6B7B0
(182,183,176)
#C4C5BF
(196,197,191)
#D2D3CE
(210,211,206)
#E0E1DD
(224,225,221)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626356 color. Also use rgb(98,99,86) instead hex code.

Text Font Color

.myTextColor { color: #626356; }

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

This text font color is #626356.


Background Color

.myBgColor { background-color: #626356; }

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

This div background color is #626356.


Border color

.myBorderColor { border: 1px solid #626356; }

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

This div border color is #626356.


Opacity

.myOpacity80 { color: #626356; opacity: 0.8; }

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

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

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

This text has shadow with #626356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626356 on black background.


Color preview on white background

This text has color #626356 on white background.



Black color preview on #626356 background

This text has black color on #626356 background.


White color preview on #626356 background

This text has white color on #626356 background.