COLOR #628212

HEX: #628212
RGB: (98,130,18)

Color info

#628212 contains mainly red and green colors. Web safe color of #628212 is #669900 (or #690).

RGB color model

#628212 color RGB value is (98,130,18).

  • red value is 98;
  • green value is 130;
  • blue value is 18.
RGB:
(98,130,18)
(38%,51%,7%)

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 18 of 255 = 7%

98
130
18

R + G + B ~ 32%. #628212 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 18 = 246 (100%)
R 98 of 246 ~ 39.84%
G 130 of 246 ~ 52.85%
B 18 of 246 ~ 7.32%

%39.84
%52.85

CMYK color model

#628212 color CMYK value is (25,0,86,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 86.15%
  • key color value is 49.02%
CMYK:
(25,0,86,49)
C25M0Y86K49 
(25%,0%,86%,49%)
(0.25/0.00/0.86/0.49)	

CMYK percentages

%24.62
%0
%86.15
%49.02

Codes

Color #628212 in popluar color models

628212
RGB9813018
HSL77°75.68%29.02%
HSB/HSV77°86.15%50.98%
CMYK24.62%0.00%86.15%
49.02%

Color #628212 in popluar number systems.

HEX628212
Decimal9813018
Binary11000101000001010010
Octal14220222

Shades and tints

Shades of #628212

#628212
(98,130,18)
#5A7711
(90,119,17)
#526C10
(82,108,16)
#4A610F
(74,97,15)
#42560E
(66,86,14)
#3A4B0D
(58,75,13)
#32400C
(50,64,12)
#2A350B
(42,53,11)
#222A0A
(34,42,10)
#1A1F09
(26,31,9)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #628212

#628212
(98,130,18)
#708D27
(112,141,39)
#7E983C
(126,152,60)
#8CA351
(140,163,81)
#9AAE66
(154,174,102)
#A8B97B
(168,185,123)
#B6C490
(182,196,144)
#C4CFA5
(196,207,165)
#D2DABA
(210,218,186)
#E0E5CF
(224,229,207)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628212 color. Also use rgb(98,130,18) instead hex code.

Text Font Color

.myTextColor { color: #628212; }

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

This text font color is #628212.


Background Color

.myBgColor { background-color: #628212; }

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

This div background color is #628212.


Border color

.myBorderColor { border: 1px solid #628212; }

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

This div border color is #628212.


Opacity

.myOpacity80 { color: #628212; opacity: 0.8; }

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

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

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

This text has shadow with #628212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628212 on black background.


Color preview on white background

This text has color #628212 on white background.



Black color preview on #628212 background

This text has black color on #628212 background.


White color preview on #628212 background

This text has white color on #628212 background.