COLOR #628549

HEX: #628549
RGB: (98,133,73)

Color info

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

RGB color model

#628549 color RGB value is (98,133,73).

  • red value is 98;
  • green value is 133;
  • blue value is 73.
RGB:
(98,133,73)
(38%,52%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 73 of 255 = 29%

98
133
73

R + G + B ~ 40%. #628549 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 73 = 304 (100%)
R 98 of 304 ~ 32.24%
G 133 of 304 ~ 43.75%
B 73 of 304 ~ 24.01%

%32.24
%43.75
%24.01

CMYK color model

#628549 color CMYK value is (26,0,45,48).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 47.84%
CMYK:
(26,0,45,48)
C26M0Y45K48 
(26%,0%,45%,48%)
(0.26/0.00/0.45/0.48)	

CMYK percentages

%26.32
%0
%45.11
%47.84

Codes

Color #628549 in popluar color models

628549
RGB9813373
HSL95°29.13%40.39%
HSB/HSV95°45.11%52.16%
CMYK26.32%0.00%45.11%
47.84%

Color #628549 in popluar number systems.

HEX628549
Decimal9813373
Binary1100010100001011001001
Octal142205111

Shades and tints

Shades of #628549

#628549
(98,133,73)
#5A7943
(90,121,67)
#526D3D
(82,109,61)
#4A6137
(74,97,55)
#425531
(66,85,49)
#3A492B
(58,73,43)
#323D25
(50,61,37)
#2A311F
(42,49,31)
#222519
(34,37,25)
#1A1913
(26,25,19)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #628549

#628549
(98,133,73)
#709059
(112,144,89)
#7E9B69
(126,155,105)
#8CA679
(140,166,121)
#9AB189
(154,177,137)
#A8BC99
(168,188,153)
#B6C7A9
(182,199,169)
#C4D2B9
(196,210,185)
#D2DDC9
(210,221,201)
#E0E8D9
(224,232,217)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628549 color. Also use rgb(98,133,73) instead hex code.

Text Font Color

.myTextColor { color: #628549; }

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

This text font color is #628549.


Background Color

.myBgColor { background-color: #628549; }

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

This div background color is #628549.


Border color

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

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

This div border color is #628549.


Opacity

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

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

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

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

This text has shadow with #628549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628549 on black background.


Color preview on white background

This text has color #628549 on white background.



Black color preview on #628549 background

This text has black color on #628549 background.


White color preview on #628549 background

This text has white color on #628549 background.