COLOR #627222

HEX: #627222
RGB: (98,114,34)

Color info

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

RGB color model

#627222 color RGB value is (98,114,34).

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

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 34 of 255 = 13%

98
114
34

R + G + B ~ 32%. #627222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 114 + 34 = 246 (100%)
R 98 of 246 ~ 39.84%
G 114 of 246 ~ 46.34%
B 34 of 246 ~ 13.82%

%39.84
%46.34
%13.82

CMYK color model

#627222 color CMYK value is (14,0,70,55).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 55.29%
CMYK:
(14,0,70,55)
C14M0Y70K55 
(14%,0%,70%,55%)
(0.14/0.00/0.70/0.55)	

CMYK percentages

%14.04
%0
%70.18
%55.29

Codes

Color #627222 in popluar color models

627222
RGB9811434
HSL72°54.05%29.02%
HSB/HSV72°70.18%44.71%
CMYK14.04%0.00%70.18%
55.29%

Color #627222 in popluar number systems.

HEX627222
Decimal9811434
Binary11000101110010100010
Octal14216242

Shades and tints

Shades of #627222

#627222
(98,114,34)
#5A681F
(90,104,31)
#525E1C
(82,94,28)
#4A5419
(74,84,25)
#424A16
(66,74,22)
#3A4013
(58,64,19)
#323610
(50,54,16)
#2A2C0D
(42,44,13)
#22220A
(34,34,10)
#1A1807
(26,24,7)
#120E04
(18,14,4)
#000000
(0,0,0)

Tints of #627222

#627222
(98,114,34)
#707E36
(112,126,54)
#7E8A4A
(126,138,74)
#8C965E
(140,150,94)
#9AA272
(154,162,114)
#A8AE86
(168,174,134)
#B6BA9A
(182,186,154)
#C4C6AE
(196,198,174)
#D2D2C2
(210,210,194)
#E0DED6
(224,222,214)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627222; }

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

This text font color is #627222.


Background Color

.myBgColor { background-color: #627222; }

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

This div background color is #627222.


Border color

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

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

This div border color is #627222.


Opacity

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

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

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

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

This text has shadow with #627222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627222 on black background.


Color preview on white background

This text has color #627222 on white background.



Black color preview on #627222 background

This text has black color on #627222 background.


White color preview on #627222 background

This text has white color on #627222 background.