COLOR #628B2D

HEX: #628B2D
RGB: (98,139,45)

Color info

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

RGB color model

#628B2D color RGB value is (98,139,45).

  • red value is 98;
  • green value is 139;
  • blue value is 45.
RGB: (98,139,45) (38%,55%,18%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 45 of 255 = 18%

98
139
45

R + G + B ~ 37%. #628B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 139 + 45 = 282 (100%)
R 98 of 282 ~ 34.75%
G 139 of 282 ~ 49.29%
B 45 of 282 ~ 15.96%

%34.75
%49.29
%15.96

CMYK color model

#628B2D color CMYK value is (29,0,68,45).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 67.63%
  • key color value is 45.49%
CMYK: (29,0,68,45) C29M0Y68K45 (29%,0%,68%,45%) (0.29/0.00/0.68/0.45)

CMYK percentages

%29.5
%0
%67.63
%45.49

Codes

Color #628B2D in popluar color models

628B2D
RGB9813945
HSL86°51.09%36.08%
HSB/HSV86°67.63%54.51%
CMYK29.50%0.00%67.63%
45.49%

Color #628B2D in popluar number systems.

HEX628B2D
Decimal9813945
Binary110001010001011101101
Octal14221355

Shades and tints

Shades of #628B2D

#628B2D
(98,139,45)
#5A7F29
(90,127,41)
#527325
(82,115,37)
#4A6721
(74,103,33)
#425B1D
(66,91,29)
#3A4F19
(58,79,25)
#324315
(50,67,21)
#2A3711
(42,55,17)
#222B0D
(34,43,13)
#1A1F09
(26,31,9)
#121305
(18,19,5)
#000000
(0,0,0)

Tints of #628B2D

#628B2D
(98,139,45)
#709540
(112,149,64)
#7E9F53
(126,159,83)
#8CA966
(140,169,102)
#9AB379
(154,179,121)
#A8BD8C
(168,189,140)
#B6C79F
(182,199,159)
#C4D1B2
(196,209,178)
#D2DBC5
(210,219,197)
#E0E5D8
(224,229,216)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628B2D; }

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

This text font color is #628B2D.


Background Color

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

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

This div background color is #628B2D.


Border color

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

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

This div border color is #628B2D.


Opacity

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

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

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

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

This text has shadow with #628B2D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #628B2D on black background.


Color preview on white background

This text has color #628B2D on white background.



Black color preview on #628B2D background

This text has black color on #628B2D background.


White color preview on #628B2D background

This text has white color on #628B2D background.