COLOR #627228

HEX: #627228
RGB: (98,114,40)

Color info

#627228 contains mainly red and green colors. Web safe color of #627228 is #666633 (or #663).

RGB color model

#627228 color RGB value is (98,114,40).

  • red value is 98;
  • green value is 114;
  • blue value is 40.
RGB:
(98,114,40)
(38%,45%,16%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 40 of 255 = 16%

98
114
40

R + G + B ~ 33%. #627228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 114 + 40 = 252 (100%)
R 98 of 252 ~ 38.89%
G 114 of 252 ~ 45.24%
B 40 of 252 ~ 15.87%

%38.89
%45.24
%15.87

CMYK color model

#627228 color CMYK value is (14,0,65,55).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 64.91%
  • key color value is 55.29%
CMYK:
(14,0,65,55)
C14M0Y65K55 
(14%,0%,65%,55%)
(0.14/0.00/0.65/0.55)	

CMYK percentages

%14.04
%0
%64.91
%55.29

Codes

Color #627228 in popluar color models

627228
RGB9811440
HSL73°48.05%30.20%
HSB/HSV73°64.91%44.71%
CMYK14.04%0.00%64.91%
55.29%

Color #627228 in popluar number systems.

HEX627228
Decimal9811440
Binary11000101110010101000
Octal14216250

Shades and tints

Shades of #627228

#627228
(98,114,40)
#5A6825
(90,104,37)
#525E22
(82,94,34)
#4A541F
(74,84,31)
#424A1C
(66,74,28)
#3A4019
(58,64,25)
#323616
(50,54,22)
#2A2C13
(42,44,19)
#222210
(34,34,16)
#1A180D
(26,24,13)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #627228

#627228
(98,114,40)
#707E3B
(112,126,59)
#7E8A4E
(126,138,78)
#8C9661
(140,150,97)
#9AA274
(154,162,116)
#A8AE87
(168,174,135)
#B6BA9A
(182,186,154)
#C4C6AD
(196,198,173)
#D2D2C0
(210,210,192)
#E0DED3
(224,222,211)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627228 color. Also use rgb(98,114,40) instead hex code.

Text Font Color

.myTextColor { color: #627228; }

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

This text font color is #627228.


Background Color

.myBgColor { background-color: #627228; }

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

This div background color is #627228.


Border color

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

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

This div border color is #627228.


Opacity

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

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

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

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

This text has shadow with #627228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627228 on black background.


Color preview on white background

This text has color #627228 on white background.



Black color preview on #627228 background

This text has black color on #627228 background.


White color preview on #627228 background

This text has white color on #627228 background.