COLOR #628F27

HEX: #628F27
RGB: (98,143,39)

Color info

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

RGB color model

#628F27 color RGB value is (98,143,39).

  • red value is 98;
  • green value is 143;
  • blue value is 39.
RGB:
(98,143,39)
(38%,56%,15%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 39 of 255 = 15%

98
143
39

R + G + B ~ 36%. #628F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 39 = 280 (100%)
R 98 of 280 ~ 35%
G 143 of 280 ~ 51.07%
B 39 of 280 ~ 13.93%

%35
%51.07
%13.93

CMYK color model

#628F27 color CMYK value is (31,0,73,44).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 43.92%
CMYK:
(31,0,73,44)
C31M0Y73K44 
(31%,0%,73%,44%)
(0.31/0.00/0.73/0.44)	

CMYK percentages

%31.47
%0
%72.73
%43.92

Codes

Color #628F27 in popluar color models

628F27
RGB9814339
HSL86°57.14%35.69%
HSB/HSV86°72.73%56.08%
CMYK31.47%0.00%72.73%
43.92%

Color #628F27 in popluar number systems.

HEX628F27
Decimal9814339
Binary110001010001111100111
Octal14221747

Shades and tints

Shades of #628F27

#628F27
(98,143,39)
#5A8224
(90,130,36)
#527521
(82,117,33)
#4A681E
(74,104,30)
#425B1B
(66,91,27)
#3A4E18
(58,78,24)
#324115
(50,65,21)
#2A3412
(42,52,18)
#22270F
(34,39,15)
#1A1A0C
(26,26,12)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #628F27

#628F27
(98,143,39)
#70993A
(112,153,58)
#7EA34D
(126,163,77)
#8CAD60
(140,173,96)
#9AB773
(154,183,115)
#A8C186
(168,193,134)
#B6CB99
(182,203,153)
#C4D5AC
(196,213,172)
#D2DFBF
(210,223,191)
#E0E9D2
(224,233,210)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628F27 color. Also use rgb(98,143,39) instead hex code.

Text Font Color

.myTextColor { color: #628F27; }

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

This text font color is #628F27.


Background Color

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

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

This div background color is #628F27.


Border color

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

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

This div border color is #628F27.


Opacity

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

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

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

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

This text has shadow with #628F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628F27 on black background.


Color preview on white background

This text has color #628F27 on white background.



Black color preview on #628F27 background

This text has black color on #628F27 background.


White color preview on #628F27 background

This text has white color on #628F27 background.