COLOR #627E40

HEX: #627E40 RGB: (98,126,64)

Color info

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

RGB color model

#627E40 color RGB value is (98,126,64).

RGB: (98,126,64) (38%, 49%, 25%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 64 of 255 = 25%

98
126
64

R + G + B ~ 37%. #627E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 126 + 64 = 288 (100%)
R 98 of 288 ~ 34.03%
G 126 of 288 ~ 43.75%
B 64 of 288 ~ 22.22'%

%34.03
%43.75
%22.22

CMYK color model

#627E40 color CMYK value is (22,0,49,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 50.59%
CMYK: (22,0,49,51) C22M0Y49K51 (22%,0%,49%,51%) (0.22/0.00/0.49/0.51) 

CMYK percentages

%22.22
%0
%49.21
%50.59

Codes

Color #627E40 in popluar color models

62 7E 40
RGB 98 126 64
HSL 87° 32.63% 37.25%
HSB/HSV 87° 49.21% 49.41%
CMYK 22.22% 0.00% 49.21%
50.59%

Color #627E40 in popluar number systems.

HEX 62 7E 40
Decimal 98 126 64
Binary 1100010 1111110 1000000
Octal 142 176 100

Shades and tints

Shades of #627E40

#627E40
(98,126,64)
#5A733B
(90,115,59)
#526836
(82,104,54)
#4A5D31
(74,93,49)
#42522C
(66,82,44)
#3A4727
(58,71,39)
#323C22
(50,60,34)
#2A311D
(42,49,29)
#222618
(34,38,24)
#1A1B13
(26,27,19)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #627E40

#627E40
(98,126,64)
#708951
(112,137,81)
#7E9462
(126,148,98)
#8C9F73
(140,159,115)
#9AAA84
(154,170,132)
#A8B595
(168,181,149)
#B6C0A6
(182,192,166)
#C4CBB7
(196,203,183)
#D2D6C8
(210,214,200)
#E0E1D9
(224,225,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627E40 color. Also use rgb(98,126,64) instead hex code.

Text Font Color

.myTextColor { color: #627E40; }

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

This text font color is #627E40.

Background Color

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

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

This div background color is #627E40.

Border color

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

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

This div border color is #627E40.

Opacity

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

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

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

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

This text has shadow with #627E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627E40.

Preview

Color preview on black background

This text has color #627E40 on black background.


Color preview on white background

This text has color #627E40 on white background.


Black color preview on #627E40 background

This text has black color on #627E40 background.


White color preview on #627E40 background

This text has white color on #627E40 background.


Related colors

Complementary color

Complementary color for #hex is #9D81BF.


I love getcolorcode.com

Triadic colors

1 #40627E and #7E4062 with #627E40 are triadic colors.

2 #407E62 and #7E6240 with #627E40 are triadic colors.