COLOR #628C43

HEX: #628C43 RGB: (98,140,67)

Color info

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

RGB color model

#628C43 color RGB value is (98,140,67).

RGB: (98,140,67) (38%, 55%, 26%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 67 of 255 = 26%

98
140
67

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

Portions of RGB colors in percentages

R + G + B = 98 + 140 + 67 = 305 (100%)
R 98 of 305 ~ 32.13%
G 140 of 305 ~ 45.9%
B 67 of 305 ~ 21.97'%

%32.13
%45.9
%21.97

CMYK color model

#628C43 color CMYK value is (30,0,52,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 45.10%

CMYK: (30,0,52,45)
C30M0Y52K45 (30%, 0%, 52%, 45%)
(0.30 / 0.00 / 0.52 / 0.45)

CMYK percentages

%30
%0
%52.14
%45.1

Codes

Color #628C43 in popluar color models

62 8C 43
RGB 98 140 67
HSL 95° 35.27% 40.59%
HSB/HSV 95° 52.14% 54.90%
CMYK 30.00% 0.00% 52.14%
45.10%

Color #628C43 in popluar number systems.

HEX 62 8C 43
Decimal 98 140 67
Binary 1100010 10001100 1000011
Octal 142 214 103

Shades and tints

Shades of #628C43

#628C43
(98,140,67)
#5A803D
(90,128,61)
#527437
(82,116,55)
#4A6831
(74,104,49)
#425C2B
(66,92,43)
#3A5025
(58,80,37)
#32441F
(50,68,31)
#2A3819
(42,56,25)
#222C13
(34,44,19)
#1A200D
(26,32,13)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #628C43

#628C43
(98,140,67)
#709654
(112,150,84)
#7EA065
(126,160,101)
#8CAA76
(140,170,118)
#9AB487
(154,180,135)
#A8BE98
(168,190,152)
#B6C8A9
(182,200,169)
#C4D2BA
(196,210,186)
#D2DCCB
(210,220,203)
#E0E6DC
(224,230,220)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628C43; }

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

This text font color is #628C43.

Background Color

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

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

This div background color is #628C43.

Border color

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

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

This div border color is #628C43.

Opacity

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

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

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

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

This text has shadow with #628C43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628C43.

Preview

Color preview on black background

This text has color #628C43 on black background.


Color preview on white background

This text has color #628C43 on white background.


Black color preview on #628C43 background

This text has black color on #628C43 background.


White color preview on #628C43 background

This text has white color on #628C43 background.


Related colors

Complementary color

Complementary color for #hex is #9D73BC.


I love getcolorcode.com

Triadic colors

1 #43628C and #8C4362 with #628C43 are triadic colors.

2 #438C62 and #8C6243 with #628C43 are triadic colors.