COLOR #626A07

HEX: #626A07
RGB: (98,106,7)

Color info

#626A07 contains mainly red and green colors. Web safe color of #626A07 is #666600 (or #660).

RGB color model

#626A07 color RGB value is (98,106,7).

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

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 7 of 255 = 3%

98
106
7

R + G + B ~ 28%. #626A07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 7 = 211 (100%)
R 98 of 211 ~ 46.45%
G 106 of 211 ~ 50.24%
B 7 of 211 ~ 3.32%

%46.45
%50.24

CMYK color model

#626A07 color CMYK value is (8,0,93,58).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 93.40%
  • key color value is 58.43%
CMYK:
(8,0,93,58)
C8M0Y93K58 
(8%,0%,93%,58%)
(0.08/0.00/0.93/0.58)	

CMYK percentages

%7.55
%0
%93.4
%58.43

Codes

Color #626A07 in popluar color models

626A07
RGB981067
HSL65°87.61%22.16%
HSB/HSV65°93.40%41.57%
CMYK7.55%0.00%93.40%
58.43%

Color #626A07 in popluar number systems.

HEX626A07
Decimal981067
Binary11000101101010111
Octal1421527

Shades and tints

Shades of #626A07

#626A07
(98,106,7)
#5A6107
(90,97,7)
#525807
(82,88,7)
#4A4F07
(74,79,7)
#424607
(66,70,7)
#3A3D07
(58,61,7)
#323407
(50,52,7)
#2A2B07
(42,43,7)
#222207
(34,34,7)
#1A1907
(26,25,7)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #626A07

#626A07
(98,106,7)
#70771D
(112,119,29)
#7E8433
(126,132,51)
#8C9149
(140,145,73)
#9A9E5F
(154,158,95)
#A8AB75
(168,171,117)
#B6B88B
(182,184,139)
#C4C5A1
(196,197,161)
#D2D2B7
(210,210,183)
#E0DFCD
(224,223,205)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626A07; }

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

This text font color is #626A07.


Background Color

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

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

This div background color is #626A07.


Border color

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

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

This div border color is #626A07.


Opacity

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

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

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

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

This text has shadow with #626A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A07 on black background.


Color preview on white background

This text has color #626A07 on white background.



Black color preview on #626A07 background

This text has black color on #626A07 background.


White color preview on #626A07 background

This text has white color on #626A07 background.