COLOR #628C59

HEX: #628C59 RGB: (98,140,89)

Color info

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

RGB color model

#628C59 color RGB value is (98,140,89).

RGB: (98,140,89) (38%, 55%, 35%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 89 of 255 = 35%

98
140
89

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

Portions of RGB colors in percentages

R + G + B = 98 + 140 + 89 = 327 (100%)
R 98 of 327 ~ 29.97%
G 140 of 327 ~ 42.81%
B 89 of 327 ~ 27.22'%

%29.97
%42.81
%27.22

CMYK color model

#628C59 color CMYK value is (30,0,36,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 36.43%
  • key color value is 45.10%

CMYK: (30,0,36,45)
C30M0Y36K45 (30%, 0%, 36%, 45%)
(0.30 / 0.00 / 0.36 / 0.45)

CMYK percentages

%30
%0
%36.43
%45.1

Codes

Color #628C59 in popluar color models

62 8C 59
RGB 98 140 89
HSL 109° 22.27% 44.90%
HSB/HSV 109° 36.43% 54.90%
CMYK 30.00% 0.00% 36.43%
45.10%

Color #628C59 in popluar number systems.

HEX 62 8C 59
Decimal 98 140 89
Binary 1100010 10001100 1011001
Octal 142 214 131

Shades and tints

Shades of #628C59

#628C59
(98,140,89)
#5A8051
(90,128,81)
#527449
(82,116,73)
#4A6841
(74,104,65)
#425C39
(66,92,57)
#3A5031
(58,80,49)
#324429
(50,68,41)
#2A3821
(42,56,33)
#222C19
(34,44,25)
#1A2011
(26,32,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #628C59

#628C59
(98,140,89)
#709668
(112,150,104)
#7EA077
(126,160,119)
#8CAA86
(140,170,134)
#9AB495
(154,180,149)
#A8BEA4
(168,190,164)
#B6C8B3
(182,200,179)
#C4D2C2
(196,210,194)
#D2DCD1
(210,220,209)
#E0E6E0
(224,230,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628C59 color. Also use rgb(98,140,89) instead hex code.

Text Font Color

.myTextColor { color: #628C59; }

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

This text font color is #628C59.

Background Color

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

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

This div background color is #628C59.

Border color

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

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

This div border color is #628C59.

Opacity

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

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

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

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

This text has shadow with #628C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628C59.

Preview

Color preview on black background

This text has color #628C59 on black background.


Color preview on white background

This text has color #628C59 on white background.


Black color preview on #628C59 background

This text has black color on #628C59 background.


White color preview on #628C59 background

This text has white color on #628C59 background.


Related colors

Complementary color

Complementary color for #hex is #9D73A6.


I love getcolorcode.com

Triadic colors

1 #59628C and #8C5962 with #628C59 are triadic colors.

2 #598C62 and #8C6259 with #628C59 are triadic colors.