COLOR #628266

HEX: #628266
RGB: (98,130,102)

Color info

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

RGB color model

#628266 color RGB value is (98,130,102).

  • red value is 98;
  • green value is 130;
  • blue value is 102.
RGB:
(98,130,102)
(38%,51%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 102 of 255 = 40%

98
130
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 102 = 330 (100%)
R 98 of 330 ~ 29.7%
G 130 of 330 ~ 39.39%
B 102 of 330 ~ 30.91%

%29.7
%39.39
%30.91

CMYK color model

#628266 color CMYK value is (25,0,22,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(25,0,22,49)
C25M0Y22K49 
(25%,0%,22%,49%)
(0.25/0.00/0.22/0.49)	

CMYK percentages

%24.62
%0
%21.54
%49.02

Codes

Color #628266 in popluar color models

628266
RGB98130102
HSL128°14.04%44.71%
HSB/HSV128°24.62%50.98%
CMYK24.62%0.00%21.54%
49.02%

Color #628266 in popluar number systems.

HEX628266
Decimal98130102
Binary1100010100000101100110
Octal142202146

Shades and tints

Shades of #628266

#628266
(98,130,102)
#5A775D
(90,119,93)
#526C54
(82,108,84)
#4A614B
(74,97,75)
#425642
(66,86,66)
#3A4B39
(58,75,57)
#324030
(50,64,48)
#2A3527
(42,53,39)
#222A1E
(34,42,30)
#1A1F15
(26,31,21)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #628266

#628266
(98,130,102)
#708D73
(112,141,115)
#7E9880
(126,152,128)
#8CA38D
(140,163,141)
#9AAE9A
(154,174,154)
#A8B9A7
(168,185,167)
#B6C4B4
(182,196,180)
#C4CFC1
(196,207,193)
#D2DACE
(210,218,206)
#E0E5DB
(224,229,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628266 color. Also use rgb(98,130,102) instead hex code.

Text Font Color

.myTextColor { color: #628266; }

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

This text font color is #628266.


Background Color

.myBgColor { background-color: #628266; }

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

This div background color is #628266.


Border color

.myBorderColor { border: 1px solid #628266; }

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

This div border color is #628266.


Opacity

.myOpacity80 { color: #628266; opacity: 0.8; }

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

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

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

This text has shadow with #628266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628266 on black background.


Color preview on white background

This text has color #628266 on white background.



Black color preview on #628266 background

This text has black color on #628266 background.


White color preview on #628266 background

This text has white color on #628266 background.