COLOR #627E18

HEX: #627E18
RGB: (98,126,24)

Color info

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

RGB color model

#627E18 color RGB value is (98,126,24).

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

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 24 of 255 = 9%

98
126
24

R + G + B ~ 32%. #627E18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 126 + 24 = 248 (100%)
R 98 of 248 ~ 39.52%
G 126 of 248 ~ 50.81%
B 24 of 248 ~ 9.68%

%39.52
%50.81
%9.68

CMYK color model

#627E18 color CMYK value is (22,0,81,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 80.95%
  • key color value is 50.59%
CMYK:
(22,0,81,51)
C22M0Y81K51 
(22%,0%,81%,51%)
(0.22/0.00/0.81/0.51)	

CMYK percentages

%22.22
%0
%80.95
%50.59

Codes

Color #627E18 in popluar color models

627E18
RGB9812624
HSL76°68.00%29.41%
HSB/HSV76°80.95%49.41%
CMYK22.22%0.00%80.95%
50.59%

Color #627E18 in popluar number systems.

HEX627E18
Decimal9812624
Binary1100010111111011000
Octal14217630

Shades and tints

Shades of #627E18

#627E18
(98,126,24)
#5A7316
(90,115,22)
#526814
(82,104,20)
#4A5D12
(74,93,18)
#425210
(66,82,16)
#3A470E
(58,71,14)
#323C0C
(50,60,12)
#2A310A
(42,49,10)
#222608
(34,38,8)
#1A1B06
(26,27,6)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #627E18

#627E18
(98,126,24)
#70892D
(112,137,45)
#7E9442
(126,148,66)
#8C9F57
(140,159,87)
#9AAA6C
(154,170,108)
#A8B581
(168,181,129)
#B6C096
(182,192,150)
#C4CBAB
(196,203,171)
#D2D6C0
(210,214,192)
#E0E1D5
(224,225,213)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627E18; }

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

This text font color is #627E18.


Background Color

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

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

This div background color is #627E18.


Border color

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

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

This div border color is #627E18.


Opacity

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

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

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

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

This text has shadow with #627E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627E18 on black background.


Color preview on white background

This text has color #627E18 on white background.



Black color preview on #627E18 background

This text has black color on #627E18 background.


White color preview on #627E18 background

This text has white color on #627E18 background.