COLOR #628E4C

HEX: #628E4C
RGB: (98,142,76)

Color info

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

RGB color model

#628E4C color RGB value is (98,142,76).

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

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 76 of 255 = 30%

98
142
76

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

Portions of RGB colors in percentages

R + G + B =
98 + 142 + 76 = 316 (100%)
R 98 of 316 ~ 31.01%
G 142 of 316 ~ 44.94%
B 76 of 316 ~ 24.05%

%31.01
%44.94
%24.05

CMYK color model

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

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(31,0,46,44)
C31M0Y46K44 
(31%,0%,46%,44%)
(0.31/0.00/0.46/0.44)	

CMYK percentages

%30.99
%0
%46.48
%44.31

Codes

Color #628E4C in popluar color models

628E4C
RGB9814276
HSL100°30.28%42.75%
HSB/HSV100°46.48%55.69%
CMYK30.99%0.00%46.48%
44.31%

Color #628E4C in popluar number systems.

HEX628E4C
Decimal9814276
Binary1100010100011101001100
Octal142216114

Shades and tints

Shades of #628E4C

#628E4C
(98,142,76)
#5A8246
(90,130,70)
#527640
(82,118,64)
#4A6A3A
(74,106,58)
#425E34
(66,94,52)
#3A522E
(58,82,46)
#324628
(50,70,40)
#2A3A22
(42,58,34)
#222E1C
(34,46,28)
#1A2216
(26,34,22)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #628E4C

#628E4C
(98,142,76)
#70985C
(112,152,92)
#7EA26C
(126,162,108)
#8CAC7C
(140,172,124)
#9AB68C
(154,182,140)
#A8C09C
(168,192,156)
#B6CAAC
(182,202,172)
#C4D4BC
(196,212,188)
#D2DECC
(210,222,204)
#E0E8DC
(224,232,220)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628E4C; }

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

This text font color is #628E4C.


Background Color

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

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

This div background color is #628E4C.


Border color

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

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

This div border color is #628E4C.


Opacity

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

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

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

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

This text has shadow with #628E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628E4C on black background.


Color preview on white background

This text has color #628E4C on white background.



Black color preview on #628E4C background

This text has black color on #628E4C background.


White color preview on #628E4C background

This text has white color on #628E4C background.