COLOR #628519

HEX: #628519
RGB: (98,133,25)

Color info

#628519 contains mainly red and green colors. Web safe color of #628519 is #669900 (or #690).

RGB color model

#628519 color RGB value is (98,133,25).

  • red value is 98;
  • green value is 133;
  • blue value is 25.
RGB:
(98,133,25)
(38%,52%,10%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 25 of 255 = 10%

98
133
25

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

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 25 = 256 (100%)
R 98 of 256 ~ 38.28%
G 133 of 256 ~ 51.95%
B 25 of 256 ~ 9.77%

%38.28
%51.95
%9.77

CMYK color model

#628519 color CMYK value is (26,0,81,48).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 81.20%
  • key color value is 47.84%
CMYK:
(26,0,81,48)
C26M0Y81K48 
(26%,0%,81%,48%)
(0.26/0.00/0.81/0.48)	

CMYK percentages

%26.32
%0
%81.2
%47.84

Codes

Color #628519 in popluar color models

628519
RGB9813325
HSL79°68.35%30.98%
HSB/HSV79°81.20%52.16%
CMYK26.32%0.00%81.20%
47.84%

Color #628519 in popluar number systems.

HEX628519
Decimal9813325
Binary11000101000010111001
Octal14220531

Shades and tints

Shades of #628519

#628519
(98,133,25)
#5A7917
(90,121,23)
#526D15
(82,109,21)
#4A6113
(74,97,19)
#425511
(66,85,17)
#3A490F
(58,73,15)
#323D0D
(50,61,13)
#2A310B
(42,49,11)
#222509
(34,37,9)
#1A1907
(26,25,7)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #628519

#628519
(98,133,25)
#70902D
(112,144,45)
#7E9B41
(126,155,65)
#8CA655
(140,166,85)
#9AB169
(154,177,105)
#A8BC7D
(168,188,125)
#B6C791
(182,199,145)
#C4D2A5
(196,210,165)
#D2DDB9
(210,221,185)
#E0E8CD
(224,232,205)
#EEF3E1
(238,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628519 color. Also use rgb(98,133,25) instead hex code.

Text Font Color

.myTextColor { color: #628519; }

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

This text font color is #628519.


Background Color

.myBgColor { background-color: #628519; }

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

This div background color is #628519.


Border color

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

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

This div border color is #628519.


Opacity

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

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

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

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

This text has shadow with #628519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628519 on black background.


Color preview on white background

This text has color #628519 on white background.



Black color preview on #628519 background

This text has black color on #628519 background.


White color preview on #628519 background

This text has white color on #628519 background.