COLOR #628B3D

HEX: #628B3D RGB: (98,139,61)

Color info

#628B3D contains mainly red and green colors. Web safe color of #628B3D is #669933 (or #693).

RGB color model

#628B3D color RGB value is (98,139,61).

RGB: (98,139,61) (38%, 55%, 24%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 61 of 255 = 24%

98
139
61

R + G + B ~ 39%. #628B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 139 + 61 = 298 (100%)
R 98 of 298 ~ 32.89%
G 139 of 298 ~ 46.64%
B 61 of 298 ~ 20.47'%

%32.89
%46.64
%20.47

CMYK color model

#628B3D color CMYK value is (29,0,56,45).

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

CMYK: (29,0,56,45)
C29M0Y56K45 (29%, 0%, 56%, 45%)
(0.29 / 0.00 / 0.56 / 0.45)

CMYK percentages

%29.5
%0
%56.12
%45.49

Codes

Color #628B3D in popluar color models

62 8B 3D
RGB 98 139 61
HSL 92° 39.00% 39.22%
HSB/HSV 92° 56.12% 54.51%
CMYK 29.50% 0.00% 56.12%
45.49%

Color #628B3D in popluar number systems.

HEX 62 8B 3D
Decimal 98 139 61
Binary 1100010 10001011 111101
Octal 142 213 75

Shades and tints

Shades of #628B3D

#628B3D
(98,139,61)
#5A7F38
(90,127,56)
#527333
(82,115,51)
#4A672E
(74,103,46)
#425B29
(66,91,41)
#3A4F24
(58,79,36)
#32431F
(50,67,31)
#2A371A
(42,55,26)
#222B15
(34,43,21)
#1A1F10
(26,31,16)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #628B3D

#628B3D
(98,139,61)
#70954E
(112,149,78)
#7E9F5F
(126,159,95)
#8CA970
(140,169,112)
#9AB381
(154,179,129)
#A8BD92
(168,189,146)
#B6C7A3
(182,199,163)
#C4D1B4
(196,209,180)
#D2DBC5
(210,219,197)
#E0E5D6
(224,229,214)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628B3D; }

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

This text font color is #628B3D.

Background Color

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

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

This div background color is #628B3D.

Border color

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

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

This div border color is #628B3D.

Opacity

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

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

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

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

This text has shadow with #628B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628B3D.

Preview

Color preview on black background

This text has color #628B3D on black background.


Color preview on white background

This text has color #628B3D on white background.


Black color preview on #628B3D background

This text has black color on #628B3D background.


White color preview on #628B3D background

This text has white color on #628B3D background.


Related colors

Complementary color

Complementary color for #hex is #9D74C2.


I love getcolorcode.com

Triadic colors

1 #3D628B and #8B3D62 with #628B3D are triadic colors.

2 #3D8B62 and #8B623D with #628B3D are triadic colors.