COLOR #628742

HEX: #628742
RGB: (98,135,66)

Color info

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

RGB color model

#628742 color RGB value is (98,135,66).

  • red value is 98;
  • green value is 135;
  • blue value is 66.
RGB:
(98,135,66)
(38%,53%,26%)

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 66 of 255 = 26%

98
135
66

R + G + B ~ 39%. #628742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 66 = 299 (100%)
R 98 of 299 ~ 32.78%
G 135 of 299 ~ 45.15%
B 66 of 299 ~ 22.07%

%32.78
%45.15
%22.07

CMYK color model

#628742 color CMYK value is (27,0,51,47).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(27,0,51,47)
C27M0Y51K47 
(27%,0%,51%,47%)
(0.27/0.00/0.51/0.47)	

CMYK percentages

%27.41
%0
%51.11
%47.06

Codes

Color #628742 in popluar color models

628742
RGB9813566
HSL92°34.33%39.41%
HSB/HSV92°51.11%52.94%
CMYK27.41%0.00%51.11%
47.06%

Color #628742 in popluar number systems.

HEX628742
Decimal9813566
Binary1100010100001111000010
Octal142207102

Shades and tints

Shades of #628742

#628742
(98,135,66)
#5A7B3C
(90,123,60)
#526F36
(82,111,54)
#4A6330
(74,99,48)
#42572A
(66,87,42)
#3A4B24
(58,75,36)
#323F1E
(50,63,30)
#2A3318
(42,51,24)
#222712
(34,39,18)
#1A1B0C
(26,27,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #628742

#628742
(98,135,66)
#709153
(112,145,83)
#7E9B64
(126,155,100)
#8CA575
(140,165,117)
#9AAF86
(154,175,134)
#A8B997
(168,185,151)
#B6C3A8
(182,195,168)
#C4CDB9
(196,205,185)
#D2D7CA
(210,215,202)
#E0E1DB
(224,225,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628742 color. Also use rgb(98,135,66) instead hex code.

Text Font Color

.myTextColor { color: #628742; }

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

This text font color is #628742.


Background Color

.myBgColor { background-color: #628742; }

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

This div background color is #628742.


Border color

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

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

This div border color is #628742.


Opacity

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

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

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

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

This text has shadow with #628742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628742 on black background.


Color preview on white background

This text has color #628742 on white background.



Black color preview on #628742 background

This text has black color on #628742 background.


White color preview on #628742 background

This text has white color on #628742 background.