COLOR #628C1B

HEX: #628C1B
RGB: (98,140,27)

Color info

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

RGB color model

#628C1B color RGB value is (98,140,27).

  • red value is 98;
  • green value is 140;
  • blue value is 27.
RGB:
(98,140,27)
(38%,55%,11%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 27 of 255 = 11%

98
140
27

R + G + B ~ 35%. #628C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 140 + 27 = 265 (100%)
R 98 of 265 ~ 36.98%
G 140 of 265 ~ 52.83%
B 27 of 265 ~ 10.19%

%36.98
%52.83
%10.19

CMYK color model

#628C1B color CMYK value is (30,0,81,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 80.71%
  • key color value is 45.10%
CMYK:
(30,0,81,45)
C30M0Y81K45 
(30%,0%,81%,45%)
(0.30/0.00/0.81/0.45)	

CMYK percentages

%30
%0
%80.71
%45.1

Codes

Color #628C1B in popluar color models

628C1B
RGB9814027
HSL82°67.66%32.75%
HSB/HSV82°80.71%54.90%
CMYK30.00%0.00%80.71%
45.10%

Color #628C1B in popluar number systems.

HEX628C1B
Decimal9814027
Binary11000101000110011011
Octal14221433

Shades and tints

Shades of #628C1B

#628C1B
(98,140,27)
#5A8019
(90,128,25)
#527417
(82,116,23)
#4A6815
(74,104,21)
#425C13
(66,92,19)
#3A5011
(58,80,17)
#32440F
(50,68,15)
#2A380D
(42,56,13)
#222C0B
(34,44,11)
#1A2009
(26,32,9)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #628C1B

#628C1B
(98,140,27)
#70962F
(112,150,47)
#7EA043
(126,160,67)
#8CAA57
(140,170,87)
#9AB46B
(154,180,107)
#A8BE7F
(168,190,127)
#B6C893
(182,200,147)
#C4D2A7
(196,210,167)
#D2DCBB
(210,220,187)
#E0E6CF
(224,230,207)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628C1B; }

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

This text font color is #628C1B.


Background Color

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

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

This div background color is #628C1B.


Border color

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

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

This div border color is #628C1B.


Opacity

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

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

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

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

This text has shadow with #628C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628C1B on black background.


Color preview on white background

This text has color #628C1B on white background.



Black color preview on #628C1B background

This text has black color on #628C1B background.


White color preview on #628C1B background

This text has white color on #628C1B background.