COLOR #628F4F

HEX: #628F4F
RGB: (98,143,79)

Color info

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

RGB color model

#628F4F color RGB value is (98,143,79).

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

RGB channels and saturation

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

98
143
79

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

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 79 = 320 (100%)
R 98 of 320 ~ 30.63%
G 143 of 320 ~ 44.69%
B 79 of 320 ~ 24.69%

%30.63
%44.69
%24.69

CMYK color model

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

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 43.92%
CMYK:
(31,0,45,44)
C31M0Y45K44 
(31%,0%,45%,44%)
(0.31/0.00/0.45/0.44)	

CMYK percentages

%31.47
%0
%44.76
%43.92

Codes

Color #628F4F in popluar color models

628F4F
RGB9814379
HSL102°28.83%43.53%
HSB/HSV102°44.76%56.08%
CMYK31.47%0.00%44.76%
43.92%

Color #628F4F in popluar number systems.

HEX628F4F
Decimal9814379
Binary1100010100011111001111
Octal142217117

Shades and tints

Shades of #628F4F

#628F4F
(98,143,79)
#5A8248
(90,130,72)
#527541
(82,117,65)
#4A683A
(74,104,58)
#425B33
(66,91,51)
#3A4E2C
(58,78,44)
#324125
(50,65,37)
#2A341E
(42,52,30)
#222717
(34,39,23)
#1A1A10
(26,26,16)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #628F4F

#628F4F
(98,143,79)
#70995F
(112,153,95)
#7EA36F
(126,163,111)
#8CAD7F
(140,173,127)
#9AB78F
(154,183,143)
#A8C19F
(168,193,159)
#B6CBAF
(182,203,175)
#C4D5BF
(196,213,191)
#D2DFCF
(210,223,207)
#E0E9DF
(224,233,223)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628F4F; }

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

This text font color is #628F4F.


Background Color

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

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

This div background color is #628F4F.


Border color

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

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

This div border color is #628F4F.


Opacity

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

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

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

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

This text has shadow with #628F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628F4F on black background.


Color preview on white background

This text has color #628F4F on white background.



Black color preview on #628F4F background

This text has black color on #628F4F background.


White color preview on #628F4F background

This text has white color on #628F4F background.