COLOR #627010

HEX: #627010
RGB: (98,112,16)

Color info

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

RGB color model

#627010 color RGB value is (98,112,16).

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

RGB channels and saturation

R 98 of 255 = 38%
G 112 of 255 = 44%
B 16 of 255 = 6%

98
112
16

R + G + B ~ 29%. #627010 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 112 + 16 = 226 (100%)
R 98 of 226 ~ 43.36%
G 112 of 226 ~ 49.56%
B 16 of 226 ~ 7.08%

%43.36
%49.56

CMYK color model

#627010 color CMYK value is (13,0,86,56).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 56.08%
CMYK:
(13,0,86,56)
C13M0Y86K56 
(13%,0%,86%,56%)
(0.13/0.00/0.86/0.56)	

CMYK percentages

%12.5
%0
%85.71
%56.08

Codes

Color #627010 in popluar color models

627010
RGB9811216
HSL69°75.00%25.10%
HSB/HSV69°85.71%43.92%
CMYK12.50%0.00%85.71%
56.08%

Color #627010 in popluar number systems.

HEX627010
Decimal9811216
Binary1100010111000010000
Octal14216020

Shades and tints

Shades of #627010

#627010
(98,112,16)
#5A660F
(90,102,15)
#525C0E
(82,92,14)
#4A520D
(74,82,13)
#42480C
(66,72,12)
#3A3E0B
(58,62,11)
#32340A
(50,52,10)
#2A2A09
(42,42,9)
#222008
(34,32,8)
#1A1607
(26,22,7)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #627010

#627010
(98,112,16)
#707D25
(112,125,37)
#7E8A3A
(126,138,58)
#8C974F
(140,151,79)
#9AA464
(154,164,100)
#A8B179
(168,177,121)
#B6BE8E
(182,190,142)
#C4CBA3
(196,203,163)
#D2D8B8
(210,216,184)
#E0E5CD
(224,229,205)
#EEF2E2
(238,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627010; }

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

This text font color is #627010.


Background Color

.myBgColor { background-color: #627010; }

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

This div background color is #627010.


Border color

.myBorderColor { border: 1px solid #627010; }

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

This div border color is #627010.


Opacity

.myOpacity80 { color: #627010; opacity: 0.8; }

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

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

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

This text has shadow with #627010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627010 on black background.


Color preview on white background

This text has color #627010 on white background.



Black color preview on #627010 background

This text has black color on #627010 background.


White color preview on #627010 background

This text has white color on #627010 background.