COLOR #628039

HEX: #628039
RGB: (98,128,57)

Color info

#628039 contains mainly red and green colors. Web safe color of #628039 is #666633 (or #663).

RGB color model

#628039 color RGB value is (98,128,57).

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

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 57 of 255 = 22%

98
128
57

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 57 = 283 (100%)
R 98 of 283 ~ 34.63%
G 128 of 283 ~ 45.23%
B 57 of 283 ~ 20.14%

%34.63
%45.23
%20.14

CMYK color model

#628039 color CMYK value is (23,0,55,50).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK:
(23,0,55,50)
C23M0Y55K50 
(23%,0%,55%,50%)
(0.23/0.00/0.55/0.50)	

CMYK percentages

%23.44
%0
%55.47
%49.8

Codes

Color #628039 in popluar color models

628039
RGB9812857
HSL85°38.38%36.27%
HSB/HSV85°55.47%50.20%
CMYK23.44%0.00%55.47%
49.80%

Color #628039 in popluar number systems.

HEX628039
Decimal9812857
Binary110001010000000111001
Octal14220071

Shades and tints

Shades of #628039

#628039
(98,128,57)
#5A7534
(90,117,52)
#526A2F
(82,106,47)
#4A5F2A
(74,95,42)
#425425
(66,84,37)
#3A4920
(58,73,32)
#323E1B
(50,62,27)
#2A3316
(42,51,22)
#222811
(34,40,17)
#1A1D0C
(26,29,12)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #628039

#628039
(98,128,57)
#708B4B
(112,139,75)
#7E965D
(126,150,93)
#8CA16F
(140,161,111)
#9AAC81
(154,172,129)
#A8B793
(168,183,147)
#B6C2A5
(182,194,165)
#C4CDB7
(196,205,183)
#D2D8C9
(210,216,201)
#E0E3DB
(224,227,219)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628039; }

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

This text font color is #628039.


Background Color

.myBgColor { background-color: #628039; }

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

This div background color is #628039.


Border color

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

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

This div border color is #628039.


Opacity

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

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

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

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

This text has shadow with #628039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628039 on black background.


Color preview on white background

This text has color #628039 on white background.



Black color preview on #628039 background

This text has black color on #628039 background.


White color preview on #628039 background

This text has white color on #628039 background.