COLOR #627F2F

HEX: #627F2F RGB: (98,127,47)

Color info

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

RGB color model

#627F2F color RGB value is (98,127,47).

RGB: (98,127,47) (38%, 50%, 18%)

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 47 of 255 = 18%

98
127
47

R + G + B ~ 35%. #627F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 127 + 47 = 272 (100%)
R 98 of 272 ~ 36.03%
G 127 of 272 ~ 46.69%
B 47 of 272 ~ 17.28'%

%36.03
%46.69
%17.28

CMYK color model

#627F2F color CMYK value is (23,0,63,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 62.99%
  • key color value is 50.20%

CMYK: (23,0,63,50)
C23M0Y63K50 (23%, 0%, 63%, 50%)
(0.23 / 0.00 / 0.63 / 0.50)

CMYK percentages

%22.83
%0
%62.99
%50.2

Codes

Color #627F2F in popluar color models

62 7F 2F
RGB 98 127 47
HSL 82° 45.98% 34.12%
HSB/HSV 82° 62.99% 49.80%
CMYK 22.83% 0.00% 62.99%
50.20%

Color #627F2F in popluar number systems.

HEX 62 7F 2F
Decimal 98 127 47
Binary 1100010 1111111 101111
Octal 142 177 57

Shades and tints

Shades of #627F2F

#627F2F
(98,127,47)
#5A742B
(90,116,43)
#526927
(82,105,39)
#4A5E23
(74,94,35)
#42531F
(66,83,31)
#3A481B
(58,72,27)
#323D17
(50,61,23)
#2A3213
(42,50,19)
#22270F
(34,39,15)
#1A1C0B
(26,28,11)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #627F2F

#627F2F
(98,127,47)
#708A41
(112,138,65)
#7E9553
(126,149,83)
#8CA065
(140,160,101)
#9AAB77
(154,171,119)
#A8B689
(168,182,137)
#B6C19B
(182,193,155)
#C4CCAD
(196,204,173)
#D2D7BF
(210,215,191)
#E0E2D1
(224,226,209)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627F2F color. Also use rgb(98,127,47) instead hex code.

Text Font Color

.myTextColor { color: #627F2F; }

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

This text font color is #627F2F.

Background Color

.myBgColor { background-color: #627F2F; }

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

This div background color is #627F2F.

Border color

.myBorderColor { border: 1px solid #627F2F; }

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

This div border color is #627F2F.

Opacity

.myOpacity80 { color: #627F2F; opacity: 0.8; }

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

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

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

This text has shadow with #627F2F color.


.textShadow {text-shadow: 3px 3px 1px #627F2F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #627F2F; -webkit-box-shadow: 1px 1px 3px 2px #627F2F; box-shadow:1px 1px 3px 2px #627F2F;">
Div content here
</div>

This div box has shadow with color #627F2F.

Preview

Color preview on black background

This text has color #627F2F on black background.


Color preview on white background

This text has color #627F2F on white background.


Black color preview on #627F2F background

This text has black color on #627F2F background.


White color preview on #627F2F background

This text has white color on #627F2F background.


Related colors

Complementary color

Complementary color for #hex is #9D80D0.


I love getcolorcode.com

Triadic colors

1 #2F627F and #7F2F62 with #627F2F are triadic colors.

2 #2F7F62 and #7F622F with #627F2F are triadic colors.