COLOR #628A55

HEX: #628A55
RGB: (98,138,85)

Color info

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

RGB color model

#628A55 color RGB value is (98,138,85).

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

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 85 of 255 = 33%

98
138
85

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 85 = 321 (100%)
R 98 of 321 ~ 30.53%
G 138 of 321 ~ 42.99%
B 85 of 321 ~ 26.48%

%30.53
%42.99
%26.48

CMYK color model

#628A55 color CMYK value is (29,0,38,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 45.88%
CMYK:
(29,0,38,46)
C29M0Y38K46 
(29%,0%,38%,46%)
(0.29/0.00/0.38/0.46)	

CMYK percentages

%28.99
%0
%38.41
%45.88

Codes

Color #628A55 in popluar color models

628A55
RGB9813885
HSL105°23.77%43.73%
HSB/HSV105°38.41%54.12%
CMYK28.99%0.00%38.41%
45.88%

Color #628A55 in popluar number systems.

HEX628A55
Decimal9813885
Binary1100010100010101010101
Octal142212125

Shades and tints

Shades of #628A55

#628A55
(98,138,85)
#5A7E4E
(90,126,78)
#527247
(82,114,71)
#4A6640
(74,102,64)
#425A39
(66,90,57)
#3A4E32
(58,78,50)
#32422B
(50,66,43)
#2A3624
(42,54,36)
#222A1D
(34,42,29)
#1A1E16
(26,30,22)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #628A55

#628A55
(98,138,85)
#709464
(112,148,100)
#7E9E73
(126,158,115)
#8CA882
(140,168,130)
#9AB291
(154,178,145)
#A8BCA0
(168,188,160)
#B6C6AF
(182,198,175)
#C4D0BE
(196,208,190)
#D2DACD
(210,218,205)
#E0E4DC
(224,228,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628A55 color. Also use rgb(98,138,85) instead hex code.

Text Font Color

.myTextColor { color: #628A55; }

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

This text font color is #628A55.


Background Color

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

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

This div background color is #628A55.


Border color

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

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

This div border color is #628A55.


Opacity

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

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

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

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

This text has shadow with #628A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A55 on black background.


Color preview on white background

This text has color #628A55 on white background.



Black color preview on #628A55 background

This text has black color on #628A55 background.


White color preview on #628A55 background

This text has white color on #628A55 background.