COLOR #628A64

HEX: #628A64
RGB: (98,138,100)

Color info

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

RGB color model

#628A64 color RGB value is (98,138,100).

  • red value is 98;
  • green value is 138;
  • blue value is 100.
RGB:
(98,138,100)
(38%,54%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 100 of 255 = 39%

98
138
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 100 = 336 (100%)
R 98 of 336 ~ 29.17%
G 138 of 336 ~ 41.07%
B 100 of 336 ~ 29.76%

%29.17
%41.07
%29.76

CMYK color model

#628A64 color CMYK value is (29,0,28,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(29,0,28,46)
C29M0Y28K46 
(29%,0%,28%,46%)
(0.29/0.00/0.28/0.46)	

CMYK percentages

%28.99
%0
%27.54
%45.88

Codes

Color #628A64 in popluar color models

628A64
RGB98138100
HSL123°16.95%46.27%
HSB/HSV123°28.99%54.12%
CMYK28.99%0.00%27.54%
45.88%

Color #628A64 in popluar number systems.

HEX628A64
Decimal98138100
Binary1100010100010101100100
Octal142212144

Shades and tints

Shades of #628A64

#628A64
(98,138,100)
#5A7E5B
(90,126,91)
#527252
(82,114,82)
#4A6649
(74,102,73)
#425A40
(66,90,64)
#3A4E37
(58,78,55)
#32422E
(50,66,46)
#2A3625
(42,54,37)
#222A1C
(34,42,28)
#1A1E13
(26,30,19)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #628A64

#628A64
(98,138,100)
#709472
(112,148,114)
#7E9E80
(126,158,128)
#8CA88E
(140,168,142)
#9AB29C
(154,178,156)
#A8BCAA
(168,188,170)
#B6C6B8
(182,198,184)
#C4D0C6
(196,208,198)
#D2DAD4
(210,218,212)
#E0E4E2
(224,228,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628A64 color. Also use rgb(98,138,100) instead hex code.

Text Font Color

.myTextColor { color: #628A64; }

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

This text font color is #628A64.


Background Color

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

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

This div background color is #628A64.


Border color

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

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

This div border color is #628A64.


Opacity

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

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

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

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

This text has shadow with #628A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A64 on black background.


Color preview on white background

This text has color #628A64 on white background.



Black color preview on #628A64 background

This text has black color on #628A64 background.


White color preview on #628A64 background

This text has white color on #628A64 background.