COLOR #628D5F

HEX: #628D5F
RGB: (98,141,95)

Color info

#628D5F contains red, green and blue colors in about the same proportion. Web safe color of #628D5F is #669966 (or #696).

RGB color model

#628D5F color RGB value is (98,141,95).

  • red value is 98;
  • green value is 141;
  • blue value is 95.
RGB:
(98,141,95)
(38%,55%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 141 of 255 = 55%
B 95 of 255 = 37%

98
141
95

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

Portions of RGB colors in percentages

R + G + B =
98 + 141 + 95 = 334 (100%)
R 98 of 334 ~ 29.34%
G 141 of 334 ~ 42.22%
B 95 of 334 ~ 28.44%

%29.34
%42.22
%28.44

CMYK color model

#628D5F color CMYK value is (30,0,33,45).

  • cyan value is 30.50%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(30,0,33,45)
C30M0Y33K45 
(30%,0%,33%,45%)
(0.30/0.00/0.33/0.45)	

CMYK percentages

%30.5
%0
%32.62
%44.71

Codes

Color #628D5F in popluar color models

628D5F
RGB9814195
HSL116°19.49%46.27%
HSB/HSV116°32.62%55.29%
CMYK30.50%0.00%32.62%
44.71%

Color #628D5F in popluar number systems.

HEX628D5F
Decimal9814195
Binary1100010100011011011111
Octal142215137

Shades and tints

Shades of #628D5F

#628D5F
(98,141,95)
#5A8157
(90,129,87)
#52754F
(82,117,79)
#4A6947
(74,105,71)
#425D3F
(66,93,63)
#3A5137
(58,81,55)
#32452F
(50,69,47)
#2A3927
(42,57,39)
#222D1F
(34,45,31)
#1A2117
(26,33,23)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #628D5F

#628D5F
(98,141,95)
#70976D
(112,151,109)
#7EA17B
(126,161,123)
#8CAB89
(140,171,137)
#9AB597
(154,181,151)
#A8BFA5
(168,191,165)
#B6C9B3
(182,201,179)
#C4D3C1
(196,211,193)
#D2DDCF
(210,221,207)
#E0E7DD
(224,231,221)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628D5F color. Also use rgb(98,141,95) instead hex code.

Text Font Color

.myTextColor { color: #628D5F; }

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

This text font color is #628D5F.


Background Color

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

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

This div background color is #628D5F.


Border color

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

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

This div border color is #628D5F.


Opacity

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

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

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

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

This text has shadow with #628D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628D5F on black background.


Color preview on white background

This text has color #628D5F on white background.



Black color preview on #628D5F background

This text has black color on #628D5F background.


White color preview on #628D5F background

This text has white color on #628D5F background.