COLOR #628125

HEX: #628125
RGB: (98,129,37)

Color info

#628125 contains mainly red and green colors. Web safe color of #628125 is #669933 (or #693).

RGB color model

#628125 color RGB value is (98,129,37).

  • red value is 98;
  • green value is 129;
  • blue value is 37.
RGB:
(98,129,37)
(38%,51%,15%)

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 37 of 255 = 15%

98
129
37

R + G + B ~ 35%. #628125 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 37 = 264 (100%)
R 98 of 264 ~ 37.12%
G 129 of 264 ~ 48.86%
B 37 of 264 ~ 14.02%

%37.12
%48.86
%14.02

CMYK color model

#628125 color CMYK value is (24,0,71,49).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 71.32%
  • key color value is 49.41%
CMYK:
(24,0,71,49)
C24M0Y71K49 
(24%,0%,71%,49%)
(0.24/0.00/0.71/0.49)	

CMYK percentages

%24.03
%0
%71.32
%49.41

Codes

Color #628125 in popluar color models

628125
RGB9812937
HSL80°55.42%32.55%
HSB/HSV80°71.32%50.59%
CMYK24.03%0.00%71.32%
49.41%

Color #628125 in popluar number systems.

HEX628125
Decimal9812937
Binary110001010000001100101
Octal14220145

Shades and tints

Shades of #628125

#628125
(98,129,37)
#5A7622
(90,118,34)
#526B1F
(82,107,31)
#4A601C
(74,96,28)
#425519
(66,85,25)
#3A4A16
(58,74,22)
#323F13
(50,63,19)
#2A3410
(42,52,16)
#22290D
(34,41,13)
#1A1E0A
(26,30,10)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #628125

#628125
(98,129,37)
#708C38
(112,140,56)
#7E974B
(126,151,75)
#8CA25E
(140,162,94)
#9AAD71
(154,173,113)
#A8B884
(168,184,132)
#B6C397
(182,195,151)
#C4CEAA
(196,206,170)
#D2D9BD
(210,217,189)
#E0E4D0
(224,228,208)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628125 color. Also use rgb(98,129,37) instead hex code.

Text Font Color

.myTextColor { color: #628125; }

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

This text font color is #628125.


Background Color

.myBgColor { background-color: #628125; }

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

This div background color is #628125.


Border color

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

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

This div border color is #628125.


Opacity

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

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

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

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

This text has shadow with #628125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628125 on black background.


Color preview on white background

This text has color #628125 on white background.



Black color preview on #628125 background

This text has black color on #628125 background.


White color preview on #628125 background

This text has white color on #628125 background.