COLOR #628953

HEX: #628953
RGB: (98,137,83)

Color info

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

RGB color model

#628953 color RGB value is (98,137,83).

  • red value is 98;
  • green value is 137;
  • blue value is 83.
RGB:
(98,137,83)
(38%,54%,33%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 83 of 255 = 33%

98
137
83

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

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 83 = 318 (100%)
R 98 of 318 ~ 30.82%
G 137 of 318 ~ 43.08%
B 83 of 318 ~ 26.1%

%30.82
%43.08
%26.1

CMYK color model

#628953 color CMYK value is (28,0,39,46).

  • cyan value is 28.47%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(28,0,39,46)
C28M0Y39K46 
(28%,0%,39%,46%)
(0.28/0.00/0.39/0.46)	

CMYK percentages

%28.47
%0
%39.42
%46.27

Codes

Color #628953 in popluar color models

628953
RGB9813783
HSL103°24.55%43.14%
HSB/HSV103°39.42%53.73%
CMYK28.47%0.00%39.42%
46.27%

Color #628953 in popluar number systems.

HEX628953
Decimal9813783
Binary1100010100010011010011
Octal142211123

Shades and tints

Shades of #628953

#628953
(98,137,83)
#5A7D4C
(90,125,76)
#527145
(82,113,69)
#4A653E
(74,101,62)
#425937
(66,89,55)
#3A4D30
(58,77,48)
#324129
(50,65,41)
#2A3522
(42,53,34)
#22291B
(34,41,27)
#1A1D14
(26,29,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #628953

#628953
(98,137,83)
#709362
(112,147,98)
#7E9D71
(126,157,113)
#8CA780
(140,167,128)
#9AB18F
(154,177,143)
#A8BB9E
(168,187,158)
#B6C5AD
(182,197,173)
#C4CFBC
(196,207,188)
#D2D9CB
(210,217,203)
#E0E3DA
(224,227,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628953 color. Also use rgb(98,137,83) instead hex code.

Text Font Color

.myTextColor { color: #628953; }

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

This text font color is #628953.


Background Color

.myBgColor { background-color: #628953; }

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

This div background color is #628953.


Border color

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

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

This div border color is #628953.


Opacity

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

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

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

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

This text has shadow with #628953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628953 on black background.


Color preview on white background

This text has color #628953 on white background.



Black color preview on #628953 background

This text has black color on #628953 background.


White color preview on #628953 background

This text has white color on #628953 background.