COLOR #628749

HEX: #628749
RGB: (98,135,73)

Color info

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

RGB color model

#628749 color RGB value is (98,135,73).

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

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 73 of 255 = 29%

98
135
73

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

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 73 = 306 (100%)
R 98 of 306 ~ 32.03%
G 135 of 306 ~ 44.12%
B 73 of 306 ~ 23.86%

%32.03
%44.12
%23.86

CMYK color model

#628749 color CMYK value is (27,0,46,47).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(27,0,46,47)
C27M0Y46K47 
(27%,0%,46%,47%)
(0.27/0.00/0.46/0.47)	

CMYK percentages

%27.41
%0
%45.93
%47.06

Codes

Color #628749 in popluar color models

628749
RGB9813573
HSL96°29.81%40.78%
HSB/HSV96°45.93%52.94%
CMYK27.41%0.00%45.93%
47.06%

Color #628749 in popluar number systems.

HEX628749
Decimal9813573
Binary1100010100001111001001
Octal142207111

Shades and tints

Shades of #628749

#628749
(98,135,73)
#5A7B43
(90,123,67)
#526F3D
(82,111,61)
#4A6337
(74,99,55)
#425731
(66,87,49)
#3A4B2B
(58,75,43)
#323F25
(50,63,37)
#2A331F
(42,51,31)
#222719
(34,39,25)
#1A1B13
(26,27,19)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #628749

#628749
(98,135,73)
#709159
(112,145,89)
#7E9B69
(126,155,105)
#8CA579
(140,165,121)
#9AAF89
(154,175,137)
#A8B999
(168,185,153)
#B6C3A9
(182,195,169)
#C4CDB9
(196,205,185)
#D2D7C9
(210,215,201)
#E0E1D9
(224,225,217)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628749; }

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

This text font color is #628749.


Background Color

.myBgColor { background-color: #628749; }

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

This div background color is #628749.


Border color

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

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

This div border color is #628749.


Opacity

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

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

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

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

This text has shadow with #628749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628749 on black background.


Color preview on white background

This text has color #628749 on white background.



Black color preview on #628749 background

This text has black color on #628749 background.


White color preview on #628749 background

This text has white color on #628749 background.