COLOR #628B32

HEX: #628B32 RGB: (98,139,50)

Color info

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

RGB color model

#628B32 color RGB value is (98,139,50).

RGB: (98,139,50) (38%, 55%, 20%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 50 of 255 = 20%

98
139
50

R + G + B ~ 38%. #628B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 139 + 50 = 287 (100%)
R 98 of 287 ~ 34.15%
G 139 of 287 ~ 48.43%
B 50 of 287 ~ 17.42'%

%34.15
%48.43
%17.42

CMYK color model

#628B32 color CMYK value is (29,0,64,45).

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

CMYK: (29,0,64,45)
C29M0Y64K45 (29%, 0%, 64%, 45%)
(0.29 / 0.00 / 0.64 / 0.45)

CMYK percentages

%29.5
%0
%64.03
%45.49

Codes

Color #628B32 in popluar color models

62 8B 32
RGB 98 139 50
HSL 88° 47.09% 37.06%
HSB/HSV 88° 64.03% 54.51%
CMYK 29.50% 0.00% 64.03%
45.49%

Color #628B32 in popluar number systems.

HEX 62 8B 32
Decimal 98 139 50
Binary 1100010 10001011 110010
Octal 142 213 62

Shades and tints

Shades of #628B32

#628B32
(98,139,50)
#5A7F2E
(90,127,46)
#52732A
(82,115,42)
#4A6726
(74,103,38)
#425B22
(66,91,34)
#3A4F1E
(58,79,30)
#32431A
(50,67,26)
#2A3716
(42,55,22)
#222B12
(34,43,18)
#1A1F0E
(26,31,14)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #628B32

#628B32
(98,139,50)
#709544
(112,149,68)
#7E9F56
(126,159,86)
#8CA968
(140,169,104)
#9AB37A
(154,179,122)
#A8BD8C
(168,189,140)
#B6C79E
(182,199,158)
#C4D1B0
(196,209,176)
#D2DBC2
(210,219,194)
#E0E5D4
(224,229,212)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628B32; }

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

This text font color is #628B32.

Background Color

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

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

This div background color is #628B32.

Border color

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

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

This div border color is #628B32.

Opacity

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

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

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

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

This text has shadow with #628B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628B32.

Preview

Color preview on black background

This text has color #628B32 on black background.


Color preview on white background

This text has color #628B32 on white background.


Black color preview on #628B32 background

This text has black color on #628B32 background.


White color preview on #628B32 background

This text has white color on #628B32 background.


Related colors

Complementary color

Complementary color for #hex is #9D74CD.


I love getcolorcode.com

Triadic colors

1 #32628B and #8B3262 with #628B32 are triadic colors.

2 #328B62 and #8B6232 with #628B32 are triadic colors.