COLOR #628625

HEX: #628625
RGB: (98,134,37)

Color info

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

RGB color model

#628625 color RGB value is (98,134,37).

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

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 37 of 255 = 15%

98
134
37

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

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 37 = 269 (100%)
R 98 of 269 ~ 36.43%
G 134 of 269 ~ 49.81%
B 37 of 269 ~ 13.75%

%36.43
%49.81
%13.75

CMYK color model

#628625 color CMYK value is (27,0,72,47).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 72.39%
  • key color value is 47.45%
CMYK:
(27,0,72,47)
C27M0Y72K47 
(27%,0%,72%,47%)
(0.27/0.00/0.72/0.47)	

CMYK percentages

%26.87
%0
%72.39
%47.45

Codes

Color #628625 in popluar color models

628625
RGB9813437
HSL82°56.73%33.53%
HSB/HSV82°72.39%52.55%
CMYK26.87%0.00%72.39%
47.45%

Color #628625 in popluar number systems.

HEX628625
Decimal9813437
Binary110001010000110100101
Octal14220645

Shades and tints

Shades of #628625

#628625
(98,134,37)
#5A7A22
(90,122,34)
#526E1F
(82,110,31)
#4A621C
(74,98,28)
#425619
(66,86,25)
#3A4A16
(58,74,22)
#323E13
(50,62,19)
#2A3210
(42,50,16)
#22260D
(34,38,13)
#1A1A0A
(26,26,10)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #628625

#628625
(98,134,37)
#709138
(112,145,56)
#7E9C4B
(126,156,75)
#8CA75E
(140,167,94)
#9AB271
(154,178,113)
#A8BD84
(168,189,132)
#B6C897
(182,200,151)
#C4D3AA
(196,211,170)
#D2DEBD
(210,222,189)
#E0E9D0
(224,233,208)
#EEF4E3
(238,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628625; }

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

This text font color is #628625.


Background Color

.myBgColor { background-color: #628625; }

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

This div background color is #628625.


Border color

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

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

This div border color is #628625.


Opacity

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

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

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

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

This text has shadow with #628625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628625 on black background.


Color preview on white background

This text has color #628625 on white background.



Black color preview on #628625 background

This text has black color on #628625 background.


White color preview on #628625 background

This text has white color on #628625 background.