COLOR #626A42

HEX: #626A42
RGB: (98,106,66)

Color info

#626A42 contains red, green and blue colors in about the same proportion. Web safe color of #626A42 is #666633 (or #663).

RGB color model

#626A42 color RGB value is (98,106,66).

  • red value is 98;
  • green value is 106;
  • blue value is 66.
RGB:
(98,106,66)
(38%,42%,26%)

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 66 of 255 = 26%

98
106
66

R + G + B ~ 35%. #626A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 66 = 270 (100%)
R 98 of 270 ~ 36.3%
G 106 of 270 ~ 39.26%
B 66 of 270 ~ 24.44%

%36.3
%39.26
%24.44

CMYK color model

#626A42 color CMYK value is (8,0,38,58).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(8,0,38,58)
C8M0Y38K58 
(8%,0%,38%,58%)
(0.08/0.00/0.38/0.58)	

CMYK percentages

%7.55
%0
%37.74
%58.43

Codes

Color #626A42 in popluar color models

626A42
RGB9810666
HSL72°23.26%33.73%
HSB/HSV72°37.74%41.57%
CMYK7.55%0.00%37.74%
58.43%

Color #626A42 in popluar number systems.

HEX626A42
Decimal9810666
Binary110001011010101000010
Octal142152102

Shades and tints

Shades of #626A42

#626A42
(98,106,66)
#5A613C
(90,97,60)
#525836
(82,88,54)
#4A4F30
(74,79,48)
#42462A
(66,70,42)
#3A3D24
(58,61,36)
#32341E
(50,52,30)
#2A2B18
(42,43,24)
#222212
(34,34,18)
#1A190C
(26,25,12)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #626A42

#626A42
(98,106,66)
#707753
(112,119,83)
#7E8464
(126,132,100)
#8C9175
(140,145,117)
#9A9E86
(154,158,134)
#A8AB97
(168,171,151)
#B6B8A8
(182,184,168)
#C4C5B9
(196,197,185)
#D2D2CA
(210,210,202)
#E0DFDB
(224,223,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626A42 color. Also use rgb(98,106,66) instead hex code.

Text Font Color

.myTextColor { color: #626A42; }

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

This text font color is #626A42.


Background Color

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

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

This div background color is #626A42.


Border color

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

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

This div border color is #626A42.


Opacity

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

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

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

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

This text has shadow with #626A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A42 on black background.


Color preview on white background

This text has color #626A42 on white background.



Black color preview on #626A42 background

This text has black color on #626A42 background.


White color preview on #626A42 background

This text has white color on #626A42 background.