COLOR #628050

HEX: #628050
RGB: (98,128,80)

Color info

#628050 contains red, green and blue colors in about the same proportion. Web safe color of #628050 is #666666 (or #666).

RGB color model

#628050 color RGB value is (98,128,80).

  • red value is 98;
  • green value is 128;
  • blue value is 80.
RGB:
(98,128,80)
(38%,50%,31%)

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 80 of 255 = 31%

98
128
80

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 80 = 306 (100%)
R 98 of 306 ~ 32.03%
G 128 of 306 ~ 41.83%
B 80 of 306 ~ 26.14%

%32.03
%41.83
%26.14

CMYK color model

#628050 color CMYK value is (23,0,38,50).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(23,0,38,50)
C23M0Y38K50 
(23%,0%,38%,50%)
(0.23/0.00/0.38/0.50)	

CMYK percentages

%23.44
%0
%37.5
%49.8

Codes

Color #628050 in popluar color models

628050
RGB9812880
HSL98°23.08%40.78%
HSB/HSV98°37.50%50.20%
CMYK23.44%0.00%37.50%
49.80%

Color #628050 in popluar number systems.

HEX628050
Decimal9812880
Binary1100010100000001010000
Octal142200120

Shades and tints

Shades of #628050

#628050
(98,128,80)
#5A7549
(90,117,73)
#526A42
(82,106,66)
#4A5F3B
(74,95,59)
#425434
(66,84,52)
#3A492D
(58,73,45)
#323E26
(50,62,38)
#2A331F
(42,51,31)
#222818
(34,40,24)
#1A1D11
(26,29,17)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #628050

#628050
(98,128,80)
#708B5F
(112,139,95)
#7E966E
(126,150,110)
#8CA17D
(140,161,125)
#9AAC8C
(154,172,140)
#A8B79B
(168,183,155)
#B6C2AA
(182,194,170)
#C4CDB9
(196,205,185)
#D2D8C8
(210,216,200)
#E0E3D7
(224,227,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628050 color. Also use rgb(98,128,80) instead hex code.

Text Font Color

.myTextColor { color: #628050; }

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

This text font color is #628050.


Background Color

.myBgColor { background-color: #628050; }

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

This div background color is #628050.


Border color

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

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

This div border color is #628050.


Opacity

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

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

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

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

This text has shadow with #628050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628050 on black background.


Color preview on white background

This text has color #628050 on white background.



Black color preview on #628050 background

This text has black color on #628050 background.


White color preview on #628050 background

This text has white color on #628050 background.