COLOR #628E4B

HEX: #628E4B
RGB: (98,142,75)

Color info

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

RGB color model

#628E4B color RGB value is (98,142,75).

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

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 75 of 255 = 29%

98
142
75

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

Portions of RGB colors in percentages

R + G + B =
98 + 142 + 75 = 315 (100%)
R 98 of 315 ~ 31.11%
G 142 of 315 ~ 45.08%
B 75 of 315 ~ 23.81%

%31.11
%45.08
%23.81

CMYK color model

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

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(31,0,47,44)
C31M0Y47K44 
(31%,0%,47%,44%)
(0.31/0.00/0.47/0.44)	

CMYK percentages

%30.99
%0
%47.18
%44.31

Codes

Color #628E4B in popluar color models

628E4B
RGB9814275
HSL99°30.88%42.55%
HSB/HSV99°47.18%55.69%
CMYK30.99%0.00%47.18%
44.31%

Color #628E4B in popluar number systems.

HEX628E4B
Decimal9814275
Binary1100010100011101001011
Octal142216113

Shades and tints

Shades of #628E4B

#628E4B
(98,142,75)
#5A8245
(90,130,69)
#52763F
(82,118,63)
#4A6A39
(74,106,57)
#425E33
(66,94,51)
#3A522D
(58,82,45)
#324627
(50,70,39)
#2A3A21
(42,58,33)
#222E1B
(34,46,27)
#1A2215
(26,34,21)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #628E4B

#628E4B
(98,142,75)
#70985B
(112,152,91)
#7EA26B
(126,162,107)
#8CAC7B
(140,172,123)
#9AB68B
(154,182,139)
#A8C09B
(168,192,155)
#B6CAAB
(182,202,171)
#C4D4BB
(196,212,187)
#D2DECB
(210,222,203)
#E0E8DB
(224,232,219)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628E4B; }

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

This text font color is #628E4B.


Background Color

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

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

This div background color is #628E4B.


Border color

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

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

This div border color is #628E4B.


Opacity

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

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

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

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

This text has shadow with #628E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628E4B on black background.


Color preview on white background

This text has color #628E4B on white background.



Black color preview on #628E4B background

This text has black color on #628E4B background.


White color preview on #628E4B background

This text has white color on #628E4B background.