COLOR #628014

HEX: #628014
RGB: (98,128,20)

Color info

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

RGB color model

#628014 color RGB value is (98,128,20).

  • red value is 98;
  • green value is 128;
  • blue value is 20.
RGB:
(98,128,20)
(38%,50%,8%)

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 20 of 255 = 8%

98
128
20

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 20 = 246 (100%)
R 98 of 246 ~ 39.84%
G 128 of 246 ~ 52.03%
B 20 of 246 ~ 8.13%

%39.84
%52.03

CMYK color model

#628014 color CMYK value is (23,0,84,50).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 49.80%
CMYK:
(23,0,84,50)
C23M0Y84K50 
(23%,0%,84%,50%)
(0.23/0.00/0.84/0.50)	

CMYK percentages

%23.44
%0
%84.38
%49.8

Codes

Color #628014 in popluar color models

628014
RGB9812820
HSL77°72.97%29.02%
HSB/HSV77°84.38%50.20%
CMYK23.44%0.00%84.38%
49.80%

Color #628014 in popluar number systems.

HEX628014
Decimal9812820
Binary11000101000000010100
Octal14220024

Shades and tints

Shades of #628014

#628014
(98,128,20)
#5A7513
(90,117,19)
#526A12
(82,106,18)
#4A5F11
(74,95,17)
#425410
(66,84,16)
#3A490F
(58,73,15)
#323E0E
(50,62,14)
#2A330D
(42,51,13)
#22280C
(34,40,12)
#1A1D0B
(26,29,11)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #628014

#628014
(98,128,20)
#708B29
(112,139,41)
#7E963E
(126,150,62)
#8CA153
(140,161,83)
#9AAC68
(154,172,104)
#A8B77D
(168,183,125)
#B6C292
(182,194,146)
#C4CDA7
(196,205,167)
#D2D8BC
(210,216,188)
#E0E3D1
(224,227,209)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628014 color. Also use rgb(98,128,20) instead hex code.

Text Font Color

.myTextColor { color: #628014; }

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

This text font color is #628014.


Background Color

.myBgColor { background-color: #628014; }

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

This div background color is #628014.


Border color

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

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

This div border color is #628014.


Opacity

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

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

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

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

This text has shadow with #628014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628014 on black background.


Color preview on white background

This text has color #628014 on white background.



Black color preview on #628014 background

This text has black color on #628014 background.


White color preview on #628014 background

This text has white color on #628014 background.