COLOR #628C5A

HEX: #628C5A
RGB: (98,140,90)

Color info

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

RGB color model

#628C5A color RGB value is (98,140,90).

  • red value is 98;
  • green value is 140;
  • blue value is 90.
RGB:
(98,140,90)
(38%,55%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 90 of 255 = 35%

98
140
90

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

Portions of RGB colors in percentages

R + G + B =
98 + 140 + 90 = 328 (100%)
R 98 of 328 ~ 29.88%
G 140 of 328 ~ 42.68%
B 90 of 328 ~ 27.44%

%29.88
%42.68
%27.44

CMYK color model

#628C5A color CMYK value is (30,0,36,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK:
(30,0,36,45)
C30M0Y36K45 
(30%,0%,36%,45%)
(0.30/0.00/0.36/0.45)	

CMYK percentages

%30
%0
%35.71
%45.1

Codes

Color #628C5A in popluar color models

628C5A
RGB9814090
HSL110°21.74%45.10%
HSB/HSV110°35.71%54.90%
CMYK30.00%0.00%35.71%
45.10%

Color #628C5A in popluar number systems.

HEX628C5A
Decimal9814090
Binary1100010100011001011010
Octal142214132

Shades and tints

Shades of #628C5A

#628C5A
(98,140,90)
#5A8052
(90,128,82)
#52744A
(82,116,74)
#4A6842
(74,104,66)
#425C3A
(66,92,58)
#3A5032
(58,80,50)
#32442A
(50,68,42)
#2A3822
(42,56,34)
#222C1A
(34,44,26)
#1A2012
(26,32,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #628C5A

#628C5A
(98,140,90)
#709669
(112,150,105)
#7EA078
(126,160,120)
#8CAA87
(140,170,135)
#9AB496
(154,180,150)
#A8BEA5
(168,190,165)
#B6C8B4
(182,200,180)
#C4D2C3
(196,210,195)
#D2DCD2
(210,220,210)
#E0E6E1
(224,230,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628C5A color. Also use rgb(98,140,90) instead hex code.

Text Font Color

.myTextColor { color: #628C5A; }

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

This text font color is #628C5A.


Background Color

.myBgColor { background-color: #628C5A; }

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

This div background color is #628C5A.


Border color

.myBorderColor { border: 1px solid #628C5A; }

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

This div border color is #628C5A.


Opacity

.myOpacity80 { color: #628C5A; opacity: 0.8; }

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

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

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

This text has shadow with #628C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628C5A on black background.


Color preview on white background

This text has color #628C5A on white background.



Black color preview on #628C5A background

This text has black color on #628C5A background.


White color preview on #628C5A background

This text has white color on #628C5A background.