COLOR #628E2D

HEX: #628E2D
RGB: (98,142,45)

Color info

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

RGB color model

#628E2D color RGB value is (98,142,45).

  • red value is 98;
  • green value is 142;
  • blue value is 45.
RGB:
(98,142,45)
(38%,56%,18%)

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 45 of 255 = 18%

98
142
45

R + G + B ~ 37%. #628E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 142 + 45 = 285 (100%)
R 98 of 285 ~ 34.39%
G 142 of 285 ~ 49.82%
B 45 of 285 ~ 15.79%

%34.39
%49.82
%15.79

CMYK color model

#628E2D color CMYK value is (31,0,68,44).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 68.31%
  • key color value is 44.31%
CMYK:
(31,0,68,44)
C31M0Y68K44 
(31%,0%,68%,44%)
(0.31/0.00/0.68/0.44)	

CMYK percentages

%30.99
%0
%68.31
%44.31

Codes

Color #628E2D in popluar color models

628E2D
RGB9814245
HSL87°51.87%36.67%
HSB/HSV87°68.31%55.69%
CMYK30.99%0.00%68.31%
44.31%

Color #628E2D in popluar number systems.

HEX628E2D
Decimal9814245
Binary110001010001110101101
Octal14221655

Shades and tints

Shades of #628E2D

#628E2D
(98,142,45)
#5A8229
(90,130,41)
#527625
(82,118,37)
#4A6A21
(74,106,33)
#425E1D
(66,94,29)
#3A5219
(58,82,25)
#324615
(50,70,21)
#2A3A11
(42,58,17)
#222E0D
(34,46,13)
#1A2209
(26,34,9)
#121605
(18,22,5)
#000000
(0,0,0)

Tints of #628E2D

#628E2D
(98,142,45)
#709840
(112,152,64)
#7EA253
(126,162,83)
#8CAC66
(140,172,102)
#9AB679
(154,182,121)
#A8C08C
(168,192,140)
#B6CA9F
(182,202,159)
#C4D4B2
(196,212,178)
#D2DEC5
(210,222,197)
#E0E8D8
(224,232,216)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628E2D color. Also use rgb(98,142,45) instead hex code.

Text Font Color

.myTextColor { color: #628E2D; }

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

This text font color is #628E2D.


Background Color

.myBgColor { background-color: #628E2D; }

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

This div background color is #628E2D.


Border color

.myBorderColor { border: 1px solid #628E2D; }

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

This div border color is #628E2D.


Opacity

.myOpacity80 { color: #628E2D; opacity: 0.8; }

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

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

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

This text has shadow with #628E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628E2D on black background.


Color preview on white background

This text has color #628E2D on white background.



Black color preview on #628E2D background

This text has black color on #628E2D background.


White color preview on #628E2D background

This text has white color on #628E2D background.