COLOR #628230

HEX: #628230
RGB: (98,130,48)

Color info

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

RGB color model

#628230 color RGB value is (98,130,48).

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

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 48 of 255 = 19%

98
130
48

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

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 48 = 276 (100%)
R 98 of 276 ~ 35.51%
G 130 of 276 ~ 47.1%
B 48 of 276 ~ 17.39%

%35.51
%47.1
%17.39

CMYK color model

#628230 color CMYK value is (25,0,63,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 63.08%
  • key color value is 49.02%
CMYK:
(25,0,63,49)
C25M0Y63K49 
(25%,0%,63%,49%)
(0.25/0.00/0.63/0.49)	

CMYK percentages

%24.62
%0
%63.08
%49.02

Codes

Color #628230 in popluar color models

628230
RGB9813048
HSL83°46.07%34.90%
HSB/HSV83°63.08%50.98%
CMYK24.62%0.00%63.08%
49.02%

Color #628230 in popluar number systems.

HEX628230
Decimal9813048
Binary110001010000010110000
Octal14220260

Shades and tints

Shades of #628230

#628230
(98,130,48)
#5A772C
(90,119,44)
#526C28
(82,108,40)
#4A6124
(74,97,36)
#425620
(66,86,32)
#3A4B1C
(58,75,28)
#324018
(50,64,24)
#2A3514
(42,53,20)
#222A10
(34,42,16)
#1A1F0C
(26,31,12)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #628230

#628230
(98,130,48)
#708D42
(112,141,66)
#7E9854
(126,152,84)
#8CA366
(140,163,102)
#9AAE78
(154,174,120)
#A8B98A
(168,185,138)
#B6C49C
(182,196,156)
#C4CFAE
(196,207,174)
#D2DAC0
(210,218,192)
#E0E5D2
(224,229,210)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628230; }

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

This text font color is #628230.


Background Color

.myBgColor { background-color: #628230; }

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

This div background color is #628230.


Border color

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

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

This div border color is #628230.


Opacity

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

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

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

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

This text has shadow with #628230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628230 on black background.


Color preview on white background

This text has color #628230 on white background.



Black color preview on #628230 background

This text has black color on #628230 background.


White color preview on #628230 background

This text has white color on #628230 background.