COLOR #627E1F

HEX: #627E1F
RGB: (98,126,31)

Color info

#627E1F contains mainly red and green colors. Web safe color of #627E1F is #666633 (or #663).

RGB color model

#627E1F color RGB value is (98,126,31).

  • red value is 98;
  • green value is 126;
  • blue value is 31.
RGB:
(98,126,31)
(38%,49%,12%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 31 of 255 = 12%

98
126
31

R + G + B ~ 33%. #627E1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 126 + 31 = 255 (100%)
R 98 of 255 ~ 38.43%
G 126 of 255 ~ 49.41%
B 31 of 255 ~ 12.16%

%38.43
%49.41
%12.16

CMYK color model

#627E1F color CMYK value is (22,0,75,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 75.40%
  • key color value is 50.59%
CMYK:
(22,0,75,51)
C22M0Y75K51 
(22%,0%,75%,51%)
(0.22/0.00/0.75/0.51)	

CMYK percentages

%22.22
%0
%75.4
%50.59

Codes

Color #627E1F in popluar color models

627E1F
RGB9812631
HSL78°60.51%30.78%
HSB/HSV78°75.40%49.41%
CMYK22.22%0.00%75.40%
50.59%

Color #627E1F in popluar number systems.

HEX627E1F
Decimal9812631
Binary1100010111111011111
Octal14217637

Shades and tints

Shades of #627E1F

#627E1F
(98,126,31)
#5A731D
(90,115,29)
#52681B
(82,104,27)
#4A5D19
(74,93,25)
#425217
(66,82,23)
#3A4715
(58,71,21)
#323C13
(50,60,19)
#2A3111
(42,49,17)
#22260F
(34,38,15)
#1A1B0D
(26,27,13)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #627E1F

#627E1F
(98,126,31)
#708933
(112,137,51)
#7E9447
(126,148,71)
#8C9F5B
(140,159,91)
#9AAA6F
(154,170,111)
#A8B583
(168,181,131)
#B6C097
(182,192,151)
#C4CBAB
(196,203,171)
#D2D6BF
(210,214,191)
#E0E1D3
(224,225,211)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627E1F color. Also use rgb(98,126,31) instead hex code.

Text Font Color

.myTextColor { color: #627E1F; }

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

This text font color is #627E1F.


Background Color

.myBgColor { background-color: #627E1F; }

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

This div background color is #627E1F.


Border color

.myBorderColor { border: 1px solid #627E1F; }

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

This div border color is #627E1F.


Opacity

.myOpacity80 { color: #627E1F; opacity: 0.8; }

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

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

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

This text has shadow with #627E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627E1F on black background.


Color preview on white background

This text has color #627E1F on white background.



Black color preview on #627E1F background

This text has black color on #627E1F background.


White color preview on #627E1F background

This text has white color on #627E1F background.