COLOR #628773

HEX: #628773
RGB: (98,135,115)

Color info

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

RGB color model

#628773 color RGB value is (98,135,115).

  • red value is 98;
  • green value is 135;
  • blue value is 115.
RGB:
(98,135,115)
(38%,53%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 115 of 255 = 45%

98
135
115

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

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 115 = 348 (100%)
R 98 of 348 ~ 28.16%
G 135 of 348 ~ 38.79%
B 115 of 348 ~ 33.05%

%28.16
%38.79
%33.05

CMYK color model

#628773 color CMYK value is (27,0,15,47).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(27,0,15,47)
C27M0Y15K47 
(27%,0%,15%,47%)
(0.27/0.00/0.15/0.47)	

CMYK percentages

%27.41
%0
%14.81
%47.06

Codes

Color #628773 in popluar color models

628773
RGB98135115
HSL148°15.88%45.69%
HSB/HSV148°27.41%52.94%
CMYK27.41%0.00%14.81%
47.06%

Color #628773 in popluar number systems.

HEX628773
Decimal98135115
Binary1100010100001111110011
Octal142207163

Shades and tints

Shades of #628773

#628773
(98,135,115)
#5A7B69
(90,123,105)
#526F5F
(82,111,95)
#4A6355
(74,99,85)
#42574B
(66,87,75)
#3A4B41
(58,75,65)
#323F37
(50,63,55)
#2A332D
(42,51,45)
#222723
(34,39,35)
#1A1B19
(26,27,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #628773

#628773
(98,135,115)
#70917F
(112,145,127)
#7E9B8B
(126,155,139)
#8CA597
(140,165,151)
#9AAFA3
(154,175,163)
#A8B9AF
(168,185,175)
#B6C3BB
(182,195,187)
#C4CDC7
(196,205,199)
#D2D7D3
(210,215,211)
#E0E1DF
(224,225,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628773 color. Also use rgb(98,135,115) instead hex code.

Text Font Color

.myTextColor { color: #628773; }

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

This text font color is #628773.


Background Color

.myBgColor { background-color: #628773; }

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

This div background color is #628773.


Border color

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

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

This div border color is #628773.


Opacity

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

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

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

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

This text has shadow with #628773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628773 on black background.


Color preview on white background

This text has color #628773 on white background.



Black color preview on #628773 background

This text has black color on #628773 background.


White color preview on #628773 background

This text has white color on #628773 background.