COLOR #628160

HEX: #628160
RGB: (98,129,96)

Color info

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

RGB color model

#628160 color RGB value is (98,129,96).

  • red value is 98;
  • green value is 129;
  • blue value is 96.
RGB:
(98,129,96)
(38%,51%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 96 of 255 = 38%

98
129
96

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 96 = 323 (100%)
R 98 of 323 ~ 30.34%
G 129 of 323 ~ 39.94%
B 96 of 323 ~ 29.72%

%30.34
%39.94
%29.72

CMYK color model

#628160 color CMYK value is (24,0,26,49).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 49.41%
CMYK:
(24,0,26,49)
C24M0Y26K49 
(24%,0%,26%,49%)
(0.24/0.00/0.26/0.49)	

CMYK percentages

%24.03
%0
%25.58
%49.41

Codes

Color #628160 in popluar color models

628160
RGB9812996
HSL116°14.67%44.12%
HSB/HSV116°25.58%50.59%
CMYK24.03%0.00%25.58%
49.41%

Color #628160 in popluar number systems.

HEX628160
Decimal9812996
Binary1100010100000011100000
Octal142201140

Shades and tints

Shades of #628160

#628160
(98,129,96)
#5A7658
(90,118,88)
#526B50
(82,107,80)
#4A6048
(74,96,72)
#425540
(66,85,64)
#3A4A38
(58,74,56)
#323F30
(50,63,48)
#2A3428
(42,52,40)
#222920
(34,41,32)
#1A1E18
(26,30,24)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #628160

#628160
(98,129,96)
#708C6E
(112,140,110)
#7E977C
(126,151,124)
#8CA28A
(140,162,138)
#9AAD98
(154,173,152)
#A8B8A6
(168,184,166)
#B6C3B4
(182,195,180)
#C4CEC2
(196,206,194)
#D2D9D0
(210,217,208)
#E0E4DE
(224,228,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628160 color. Also use rgb(98,129,96) instead hex code.

Text Font Color

.myTextColor { color: #628160; }

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

This text font color is #628160.


Background Color

.myBgColor { background-color: #628160; }

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

This div background color is #628160.


Border color

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

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

This div border color is #628160.


Opacity

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

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

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

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

This text has shadow with #628160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628160 on black background.


Color preview on white background

This text has color #628160 on white background.



Black color preview on #628160 background

This text has black color on #628160 background.


White color preview on #628160 background

This text has white color on #628160 background.