COLOR #628F50

HEX: #628F50
RGB: (98,143,80)

Color info

#628F50 contains mainly red and green colors. Web safe color of #628F50 is #669966 (or #696).

RGB color model

#628F50 color RGB value is (98,143,80).

  • red value is 98;
  • green value is 143;
  • blue value is 80.
RGB:
(98,143,80)
(38%,56%,31%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 80 of 255 = 31%

98
143
80

R + G + B ~ 42%. #628F50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 80 = 321 (100%)
R 98 of 321 ~ 30.53%
G 143 of 321 ~ 44.55%
B 80 of 321 ~ 24.92%

%30.53
%44.55
%24.92

CMYK color model

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

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 44.06%
  • key color value is 43.92%
CMYK:
(31,0,44,44)
C31M0Y44K44 
(31%,0%,44%,44%)
(0.31/0.00/0.44/0.44)	

CMYK percentages

%31.47
%0
%44.06
%43.92

Codes

Color #628F50 in popluar color models

628F50
RGB9814380
HSL103°28.25%43.73%
HSB/HSV103°44.06%56.08%
CMYK31.47%0.00%44.06%
43.92%

Color #628F50 in popluar number systems.

HEX628F50
Decimal9814380
Binary1100010100011111010000
Octal142217120

Shades and tints

Shades of #628F50

#628F50
(98,143,80)
#5A8249
(90,130,73)
#527542
(82,117,66)
#4A683B
(74,104,59)
#425B34
(66,91,52)
#3A4E2D
(58,78,45)
#324126
(50,65,38)
#2A341F
(42,52,31)
#222718
(34,39,24)
#1A1A11
(26,26,17)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #628F50

#628F50
(98,143,80)
#70995F
(112,153,95)
#7EA36E
(126,163,110)
#8CAD7D
(140,173,125)
#9AB78C
(154,183,140)
#A8C19B
(168,193,155)
#B6CBAA
(182,203,170)
#C4D5B9
(196,213,185)
#D2DFC8
(210,223,200)
#E0E9D7
(224,233,215)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628F50 color. Also use rgb(98,143,80) instead hex code.

Text Font Color

.myTextColor { color: #628F50; }

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

This text font color is #628F50.


Background Color

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

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

This div background color is #628F50.


Border color

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

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

This div border color is #628F50.


Opacity

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

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

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

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

This text has shadow with #628F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628F50 on black background.


Color preview on white background

This text has color #628F50 on white background.



Black color preview on #628F50 background

This text has black color on #628F50 background.


White color preview on #628F50 background

This text has white color on #628F50 background.