COLOR #628F5F

HEX: #628F5F RGB: (98,143,95)

Color info

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

RGB color model

#628F5F color RGB value is (98,143,95).

RGB: (98,143,95) (38%, 56%, 37%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 95 of 255 = 37%

98
143
95

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

Portions of RGB colors in percentages

R + G + B = 98 + 143 + 95 = 336 (100%)
R 98 of 336 ~ 29.17%
G 143 of 336 ~ 42.56%
B 95 of 336 ~ 28.27'%

%29.17
%42.56
%28.27

CMYK color model

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

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 43.92%

CMYK: (31,0,34,44)
C31M0Y34K44 (31%, 0%, 34%, 44%)
(0.31 / 0.00 / 0.34 / 0.44)

CMYK percentages

%31.47
%0
%33.57
%43.92

Codes

Color #628F5F in popluar color models

62 8F 5F
RGB 98 143 95
HSL 116° 20.17% 46.67%
HSB/HSV 116° 33.57% 56.08%
CMYK 31.47% 0.00% 33.57%
43.92%

Color #628F5F in popluar number systems.

HEX 62 8F 5F
Decimal 98 143 95
Binary 1100010 10001111 1011111
Octal 142 217 137

Shades and tints

Shades of #628F5F

#628F5F
(98,143,95)
#5A8257
(90,130,87)
#52754F
(82,117,79)
#4A6847
(74,104,71)
#425B3F
(66,91,63)
#3A4E37
(58,78,55)
#32412F
(50,65,47)
#2A3427
(42,52,39)
#22271F
(34,39,31)
#1A1A17
(26,26,23)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #628F5F

#628F5F
(98,143,95)
#70996D
(112,153,109)
#7EA37B
(126,163,123)
#8CAD89
(140,173,137)
#9AB797
(154,183,151)
#A8C1A5
(168,193,165)
#B6CBB3
(182,203,179)
#C4D5C1
(196,213,193)
#D2DFCF
(210,223,207)
#E0E9DD
(224,233,221)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628F5F; }

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

This text font color is #628F5F.

Background Color

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

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

This div background color is #628F5F.

Border color

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

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

This div border color is #628F5F.

Opacity

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

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

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

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

This text has shadow with #628F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628F5F.

Preview

Color preview on black background

This text has color #628F5F on black background.


Color preview on white background

This text has color #628F5F on white background.


Black color preview on #628F5F background

This text has black color on #628F5F background.


White color preview on #628F5F background

This text has white color on #628F5F background.


Related colors

Complementary color

Complementary color for #hex is #9D70A0.


I love getcolorcode.com

Triadic colors

1 #5F628F and #8F5F62 with #628F5F are triadic colors.

2 #5F8F62 and #8F625F with #628F5F are triadic colors.