COLOR #628285

HEX: #628285
RGB: (98,130,133)

Color info

#628285 contains red, green and blue colors in about the same proportion. Web safe color of #628285 is #669999 (or #699).

RGB color model

#628285 color RGB value is (98,130,133).

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

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 133 of 255 = 52%

98
130
133

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

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 133 = 361 (100%)
R 98 of 361 ~ 27.15%
G 130 of 361 ~ 36.01%
B 133 of 361 ~ 36.84%

%27.15
%36.01
%36.84

CMYK color model

#628285 color CMYK value is (26,2,0,48).

  • cyan value is 26.32%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,2,0,48)
C26M2Y0K48 
(26%,2%,0%,48%)
(0.26/0.02/0.00/0.48)	

CMYK percentages

%26.32
%2.26
%0
%47.84

Codes

Color #628285 in popluar color models

628285
RGB98130133
HSL185°15.15%45.29%
HSB/HSV185°26.32%52.16%
CMYK26.32%2.26%0.00%
47.84%

Color #628285 in popluar number systems.

HEX628285
Decimal98130133
Binary11000101000001010000101
Octal142202205

Shades and tints

Shades of #628285

#628285
(98,130,133)
#5A7779
(90,119,121)
#526C6D
(82,108,109)
#4A6161
(74,97,97)
#425655
(66,86,85)
#3A4B49
(58,75,73)
#32403D
(50,64,61)
#2A3531
(42,53,49)
#222A25
(34,42,37)
#1A1F19
(26,31,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #628285

#628285
(98,130,133)
#708D90
(112,141,144)
#7E989B
(126,152,155)
#8CA3A6
(140,163,166)
#9AAEB1
(154,174,177)
#A8B9BC
(168,185,188)
#B6C4C7
(182,196,199)
#C4CFD2
(196,207,210)
#D2DADD
(210,218,221)
#E0E5E8
(224,229,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628285; }

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

This text font color is #628285.


Background Color

.myBgColor { background-color: #628285; }

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

This div background color is #628285.


Border color

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

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

This div border color is #628285.


Opacity

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

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

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

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

This text has shadow with #628285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628285 on black background.


Color preview on white background

This text has color #628285 on white background.



Black color preview on #628285 background

This text has black color on #628285 background.


White color preview on #628285 background

This text has white color on #628285 background.