COLOR #627F10

HEX: #627F10
RGB: (98,127,16)

Color info

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

RGB color model

#627F10 color RGB value is (98,127,16).

  • red value is 98;
  • green value is 127;
  • blue value is 16.
RGB:
(98,127,16)
(38%,50%,6%)

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 16 of 255 = 6%

98
127
16

R + G + B ~ 31%. #627F10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 127 + 16 = 241 (100%)
R 98 of 241 ~ 40.66%
G 127 of 241 ~ 52.7%
B 16 of 241 ~ 6.64%

%40.66
%52.7

CMYK color model

#627F10 color CMYK value is (23,0,87,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 87.40%
  • key color value is 50.20%
CMYK:
(23,0,87,50)
C23M0Y87K50 
(23%,0%,87%,50%)
(0.23/0.00/0.87/0.50)	

CMYK percentages

%22.83
%0
%87.4
%50.2

Codes

Color #627F10 in popluar color models

627F10
RGB9812716
HSL76°77.62%28.04%
HSB/HSV76°87.40%49.80%
CMYK22.83%0.00%87.40%
50.20%

Color #627F10 in popluar number systems.

HEX627F10
Decimal9812716
Binary1100010111111110000
Octal14217720

Shades and tints

Shades of #627F10

#627F10
(98,127,16)
#5A740F
(90,116,15)
#52690E
(82,105,14)
#4A5E0D
(74,94,13)
#42530C
(66,83,12)
#3A480B
(58,72,11)
#323D0A
(50,61,10)
#2A3209
(42,50,9)
#222708
(34,39,8)
#1A1C07
(26,28,7)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #627F10

#627F10
(98,127,16)
#708A25
(112,138,37)
#7E953A
(126,149,58)
#8CA04F
(140,160,79)
#9AAB64
(154,171,100)
#A8B679
(168,182,121)
#B6C18E
(182,193,142)
#C4CCA3
(196,204,163)
#D2D7B8
(210,215,184)
#E0E2CD
(224,226,205)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627F10 color. Also use rgb(98,127,16) instead hex code.

Text Font Color

.myTextColor { color: #627F10; }

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

This text font color is #627F10.


Background Color

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

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

This div background color is #627F10.


Border color

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

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

This div border color is #627F10.


Opacity

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

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

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

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

This text has shadow with #627F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627F10 on black background.


Color preview on white background

This text has color #627F10 on white background.



Black color preview on #627F10 background

This text has black color on #627F10 background.


White color preview on #627F10 background

This text has white color on #627F10 background.