COLOR #628C65

HEX: #628C65 RGB: (98,140,101)

Color info

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

RGB color model

#628C65 color RGB value is (98,140,101).

RGB: (98,140,101) (38%, 55%, 40%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 101 of 255 = 40%

98
140
101

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

Portions of RGB colors in percentages

R + G + B = 98 + 140 + 101 = 339 (100%)
R 98 of 339 ~ 28.91%
G 140 of 339 ~ 41.3%
B 101 of 339 ~ 29.79'%

%28.91
%41.3
%29.79

CMYK color model

#628C65 color CMYK value is (30,0,28,45).

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

CMYK: (30,0,28,45)
C30M0Y28K45 (30%, 0%, 28%, 45%)
(0.30 / 0.00 / 0.28 / 0.45)

CMYK percentages

%30
%0
%27.86
%45.1

Codes

Color #628C65 in popluar color models

62 8C 65
RGB 98 140 101
HSL 124° 17.65% 46.67%
HSB/HSV 124° 30.00% 54.90%
CMYK 30.00% 0.00% 27.86%
45.10%

Color #628C65 in popluar number systems.

HEX 62 8C 65
Decimal 98 140 101
Binary 1100010 10001100 1100101
Octal 142 214 145

Shades and tints

Shades of #628C65

#628C65
(98,140,101)
#5A805C
(90,128,92)
#527453
(82,116,83)
#4A684A
(74,104,74)
#425C41
(66,92,65)
#3A5038
(58,80,56)
#32442F
(50,68,47)
#2A3826
(42,56,38)
#222C1D
(34,44,29)
#1A2014
(26,32,20)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #628C65

#628C65
(98,140,101)
#709673
(112,150,115)
#7EA081
(126,160,129)
#8CAA8F
(140,170,143)
#9AB49D
(154,180,157)
#A8BEAB
(168,190,171)
#B6C8B9
(182,200,185)
#C4D2C7
(196,210,199)
#D2DCD5
(210,220,213)
#E0E6E3
(224,230,227)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628C65; }

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

This text font color is #628C65.

Background Color

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

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

This div background color is #628C65.

Border color

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

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

This div border color is #628C65.

Opacity

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

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

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

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

This text has shadow with #628C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628C65.

Preview

Color preview on black background

This text has color #628C65 on black background.


Color preview on white background

This text has color #628C65 on white background.


Black color preview on #628C65 background

This text has black color on #628C65 background.


White color preview on #628C65 background

This text has white color on #628C65 background.


Related colors

Complementary color

Complementary color for #hex is #9D739A.


I love getcolorcode.com

Triadic colors

1 #65628C and #8C6562 with #628C65 are triadic colors.

2 #658C62 and #8C6265 with #628C65 are triadic colors.