COLOR #628C6C

HEX: #628C6C
RGB: (98,140,108)

Color info

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

RGB color model

#628C6C color RGB value is (98,140,108).

  • red value is 98;
  • green value is 140;
  • blue value is 108.
RGB:
(98,140,108)
(38%,55%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 108 of 255 = 42%

98
140
108

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

Portions of RGB colors in percentages

R + G + B =
98 + 140 + 108 = 346 (100%)
R 98 of 346 ~ 28.32%
G 140 of 346 ~ 40.46%
B 108 of 346 ~ 31.21%

%28.32
%40.46
%31.21

CMYK color model

#628C6C color CMYK value is (30,0,23,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(30,0,23,45)
C30M0Y23K45 
(30%,0%,23%,45%)
(0.30/0.00/0.23/0.45)	

CMYK percentages

%30
%0
%22.86
%45.1

Codes

Color #628C6C in popluar color models

628C6C
RGB98140108
HSL134°17.65%46.67%
HSB/HSV134°30.00%54.90%
CMYK30.00%0.00%22.86%
45.10%

Color #628C6C in popluar number systems.

HEX628C6C
Decimal98140108
Binary1100010100011001101100
Octal142214154

Shades and tints

Shades of #628C6C

#628C6C
(98,140,108)
#5A8063
(90,128,99)
#52745A
(82,116,90)
#4A6851
(74,104,81)
#425C48
(66,92,72)
#3A503F
(58,80,63)
#324436
(50,68,54)
#2A382D
(42,56,45)
#222C24
(34,44,36)
#1A201B
(26,32,27)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #628C6C

#628C6C
(98,140,108)
#709679
(112,150,121)
#7EA086
(126,160,134)
#8CAA93
(140,170,147)
#9AB4A0
(154,180,160)
#A8BEAD
(168,190,173)
#B6C8BA
(182,200,186)
#C4D2C7
(196,210,199)
#D2DCD4
(210,220,212)
#E0E6E1
(224,230,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628C6C; }

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

This text font color is #628C6C.


Background Color

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

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

This div background color is #628C6C.


Border color

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

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

This div border color is #628C6C.


Opacity

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

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

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

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

This text has shadow with #628C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628C6C on black background.


Color preview on white background

This text has color #628C6C on white background.



Black color preview on #628C6C background

This text has black color on #628C6C background.


White color preview on #628C6C background

This text has white color on #628C6C background.