COLOR #628163

HEX: #628163
RGB: (98,129,99)

Color info

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

RGB color model

#628163 color RGB value is (98,129,99).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 99 of 255 = 39%

98
129
99

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 99 = 326 (100%)
R 98 of 326 ~ 30.06%
G 129 of 326 ~ 39.57%
B 99 of 326 ~ 30.37%

%30.06
%39.57
%30.37

CMYK color model

#628163 color CMYK value is (24,0,23,49).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(24,0,23,49)
C24M0Y23K49 
(24%,0%,23%,49%)
(0.24/0.00/0.23/0.49)	

CMYK percentages

%24.03
%0
%23.26
%49.41

Codes

Color #628163 in popluar color models

628163
RGB9812999
HSL122°13.66%44.51%
HSB/HSV122°24.03%50.59%
CMYK24.03%0.00%23.26%
49.41%

Color #628163 in popluar number systems.

HEX628163
Decimal9812999
Binary1100010100000011100011
Octal142201143

Shades and tints

Shades of #628163

#628163
(98,129,99)
#5A765A
(90,118,90)
#526B51
(82,107,81)
#4A6048
(74,96,72)
#42553F
(66,85,63)
#3A4A36
(58,74,54)
#323F2D
(50,63,45)
#2A3424
(42,52,36)
#22291B
(34,41,27)
#1A1E12
(26,30,18)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #628163

#628163
(98,129,99)
#708C71
(112,140,113)
#7E977F
(126,151,127)
#8CA28D
(140,162,141)
#9AAD9B
(154,173,155)
#A8B8A9
(168,184,169)
#B6C3B7
(182,195,183)
#C4CEC5
(196,206,197)
#D2D9D3
(210,217,211)
#E0E4E1
(224,228,225)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628163; }

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

This text font color is #628163.


Background Color

.myBgColor { background-color: #628163; }

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

This div background color is #628163.


Border color

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

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

This div border color is #628163.


Opacity

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

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

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

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

This text has shadow with #628163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628163 on black background.


Color preview on white background

This text has color #628163 on white background.



Black color preview on #628163 background

This text has black color on #628163 background.


White color preview on #628163 background

This text has white color on #628163 background.