COLOR #628B55

HEX: #628B55 RGB: (98,139,85)

Color info

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

RGB color model

#628B55 color RGB value is (98,139,85).

RGB: (98,139,85) (38%, 55%, 33%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 85 of 255 = 33%

98
139
85

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

Portions of RGB colors in percentages

R + G + B = 98 + 139 + 85 = 322 (100%)
R 98 of 322 ~ 30.43%
G 139 of 322 ~ 43.17%
B 85 of 322 ~ 26.4'%

%30.43
%43.17
%26.4

CMYK color model

#628B55 color CMYK value is (29,0,39,45).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%

CMYK: (29,0,39,45)
C29M0Y39K45 (29%, 0%, 39%, 45%)
(0.29 / 0.00 / 0.39 / 0.45)

CMYK percentages

%29.5
%0
%38.85
%45.49

Codes

Color #628B55 in popluar color models

62 8B 55
RGB 98 139 85
HSL 106° 24.11% 43.92%
HSB/HSV 106° 38.85% 54.51%
CMYK 29.50% 0.00% 38.85%
45.49%

Color #628B55 in popluar number systems.

HEX 62 8B 55
Decimal 98 139 85
Binary 1100010 10001011 1010101
Octal 142 213 125

Shades and tints

Shades of #628B55

#628B55
(98,139,85)
#5A7F4E
(90,127,78)
#527347
(82,115,71)
#4A6740
(74,103,64)
#425B39
(66,91,57)
#3A4F32
(58,79,50)
#32432B
(50,67,43)
#2A3724
(42,55,36)
#222B1D
(34,43,29)
#1A1F16
(26,31,22)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #628B55

#628B55
(98,139,85)
#709564
(112,149,100)
#7E9F73
(126,159,115)
#8CA982
(140,169,130)
#9AB391
(154,179,145)
#A8BDA0
(168,189,160)
#B6C7AF
(182,199,175)
#C4D1BE
(196,209,190)
#D2DBCD
(210,219,205)
#E0E5DC
(224,229,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628B55; }

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

This text font color is #628B55.

Background Color

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

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

This div background color is #628B55.

Border color

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

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

This div border color is #628B55.

Opacity

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

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

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

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

This text has shadow with #628B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628B55.

Preview

Color preview on black background

This text has color #628B55 on black background.


Color preview on white background

This text has color #628B55 on white background.


Black color preview on #628B55 background

This text has black color on #628B55 background.


White color preview on #628B55 background

This text has white color on #628B55 background.


Related colors

Complementary color

Complementary color for #hex is #9D74AA.


I love getcolorcode.com

Triadic colors

1 #55628B and #8B5562 with #628B55 are triadic colors.

2 #558B62 and #8B6255 with #628B55 are triadic colors.