COLOR #628220

HEX: #628220
RGB: (98,130,32)

Color info

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

RGB color model

#628220 color RGB value is (98,130,32).

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

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 32 of 255 = 13%

98
130
32

R + G + B ~ 34%. #628220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 32 = 260 (100%)
R 98 of 260 ~ 37.69%
G 130 of 260 ~ 50%
B 32 of 260 ~ 12.31%

%37.69
%50
%12.31

CMYK color model

#628220 color CMYK value is (25,0,75,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 75.38%
  • key color value is 49.02%
CMYK:
(25,0,75,49)
C25M0Y75K49 
(25%,0%,75%,49%)
(0.25/0.00/0.75/0.49)	

CMYK percentages

%24.62
%0
%75.38
%49.02

Codes

Color #628220 in popluar color models

628220
RGB9813032
HSL80°60.49%31.76%
HSB/HSV80°75.38%50.98%
CMYK24.62%0.00%75.38%
49.02%

Color #628220 in popluar number systems.

HEX628220
Decimal9813032
Binary110001010000010100000
Octal14220240

Shades and tints

Shades of #628220

#628220
(98,130,32)
#5A771E
(90,119,30)
#526C1C
(82,108,28)
#4A611A
(74,97,26)
#425618
(66,86,24)
#3A4B16
(58,75,22)
#324014
(50,64,20)
#2A3512
(42,53,18)
#222A10
(34,42,16)
#1A1F0E
(26,31,14)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #628220

#628220
(98,130,32)
#708D34
(112,141,52)
#7E9848
(126,152,72)
#8CA35C
(140,163,92)
#9AAE70
(154,174,112)
#A8B984
(168,185,132)
#B6C498
(182,196,152)
#C4CFAC
(196,207,172)
#D2DAC0
(210,218,192)
#E0E5D4
(224,229,212)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628220; }

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

This text font color is #628220.


Background Color

.myBgColor { background-color: #628220; }

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

This div background color is #628220.


Border color

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

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

This div border color is #628220.


Opacity

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

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

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

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

This text has shadow with #628220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628220 on black background.


Color preview on white background

This text has color #628220 on white background.



Black color preview on #628220 background

This text has black color on #628220 background.


White color preview on #628220 background

This text has white color on #628220 background.