COLOR #628F6E

HEX: #628F6E
RGB: (98,143,110)

Color info

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

RGB color model

#628F6E color RGB value is (98,143,110).

  • red value is 98;
  • green value is 143;
  • blue value is 110.
RGB:
(98,143,110)
(38%,56%,43%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 110 of 255 = 43%

98
143
110

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

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 110 = 351 (100%)
R 98 of 351 ~ 27.92%
G 143 of 351 ~ 40.74%
B 110 of 351 ~ 31.34%

%27.92
%40.74
%31.34

CMYK color model

#628F6E color CMYK value is (31,0,23,44).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(31,0,23,44)
C31M0Y23K44 
(31%,0%,23%,44%)
(0.31/0.00/0.23/0.44)	

CMYK percentages

%31.47
%0
%23.08
%43.92

Codes

Color #628F6E in popluar color models

628F6E
RGB98143110
HSL136°18.67%47.25%
HSB/HSV136°31.47%56.08%
CMYK31.47%0.00%23.08%
43.92%

Color #628F6E in popluar number systems.

HEX628F6E
Decimal98143110
Binary1100010100011111101110
Octal142217156

Shades and tints

Shades of #628F6E

#628F6E
(98,143,110)
#5A8264
(90,130,100)
#52755A
(82,117,90)
#4A6850
(74,104,80)
#425B46
(66,91,70)
#3A4E3C
(58,78,60)
#324132
(50,65,50)
#2A3428
(42,52,40)
#22271E
(34,39,30)
#1A1A14
(26,26,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #628F6E

#628F6E
(98,143,110)
#70997B
(112,153,123)
#7EA388
(126,163,136)
#8CAD95
(140,173,149)
#9AB7A2
(154,183,162)
#A8C1AF
(168,193,175)
#B6CBBC
(182,203,188)
#C4D5C9
(196,213,201)
#D2DFD6
(210,223,214)
#E0E9E3
(224,233,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628F6E; }

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

This text font color is #628F6E.


Background Color

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

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

This div background color is #628F6E.


Border color

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

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

This div border color is #628F6E.


Opacity

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

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

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

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

This text has shadow with #628F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628F6E on black background.


Color preview on white background

This text has color #628F6E on white background.



Black color preview on #628F6E background

This text has black color on #628F6E background.


White color preview on #628F6E background

This text has white color on #628F6E background.