COLOR #628241

HEX: #628241
RGB: (98,130,65)

Color info

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

RGB color model

#628241 color RGB value is (98,130,65).

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

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 65 of 255 = 25%

98
130
65

R + G + B ~ 38%. #628241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 65 = 293 (100%)
R 98 of 293 ~ 33.45%
G 130 of 293 ~ 44.37%
B 65 of 293 ~ 22.18%

%33.45
%44.37
%22.18

CMYK color model

#628241 color CMYK value is (25,0,50,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(25,0,50,49)
C25M0Y50K49 
(25%,0%,50%,49%)
(0.25/0.00/0.50/0.49)	

CMYK percentages

%24.62
%0
%50
%49.02

Codes

Color #628241 in popluar color models

628241
RGB9813065
HSL90°33.33%38.24%
HSB/HSV90°50.00%50.98%
CMYK24.62%0.00%50.00%
49.02%

Color #628241 in popluar number systems.

HEX628241
Decimal9813065
Binary1100010100000101000001
Octal142202101

Shades and tints

Shades of #628241

#628241
(98,130,65)
#5A773C
(90,119,60)
#526C37
(82,108,55)
#4A6132
(74,97,50)
#42562D
(66,86,45)
#3A4B28
(58,75,40)
#324023
(50,64,35)
#2A351E
(42,53,30)
#222A19
(34,42,25)
#1A1F14
(26,31,20)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #628241

#628241
(98,130,65)
#708D52
(112,141,82)
#7E9863
(126,152,99)
#8CA374
(140,163,116)
#9AAE85
(154,174,133)
#A8B996
(168,185,150)
#B6C4A7
(182,196,167)
#C4CFB8
(196,207,184)
#D2DAC9
(210,218,201)
#E0E5DA
(224,229,218)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628241; }

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

This text font color is #628241.


Background Color

.myBgColor { background-color: #628241; }

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

This div background color is #628241.


Border color

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

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

This div border color is #628241.


Opacity

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

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

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

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

This text has shadow with #628241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628241 on black background.


Color preview on white background

This text has color #628241 on white background.



Black color preview on #628241 background

This text has black color on #628241 background.


White color preview on #628241 background

This text has white color on #628241 background.