COLOR #627F3C

HEX: #627F3C
RGB: (98,127,60)

Color info

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

RGB color model

#627F3C color RGB value is (98,127,60).

  • red value is 98;
  • green value is 127;
  • blue value is 60.
RGB:
(98,127,60)
(38%,50%,24%)

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 60 of 255 = 24%

98
127
60

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

Portions of RGB colors in percentages

R + G + B =
98 + 127 + 60 = 285 (100%)
R 98 of 285 ~ 34.39%
G 127 of 285 ~ 44.56%
B 60 of 285 ~ 21.05%

%34.39
%44.56
%21.05

CMYK color model

#627F3C color CMYK value is (23,0,53,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 52.76%
  • key color value is 50.20%
CMYK:
(23,0,53,50)
C23M0Y53K50 
(23%,0%,53%,50%)
(0.23/0.00/0.53/0.50)	

CMYK percentages

%22.83
%0
%52.76
%50.2

Codes

Color #627F3C in popluar color models

627F3C
RGB9812760
HSL86°35.83%36.67%
HSB/HSV86°52.76%49.80%
CMYK22.83%0.00%52.76%
50.20%

Color #627F3C in popluar number systems.

HEX627F3C
Decimal9812760
Binary11000101111111111100
Octal14217774

Shades and tints

Shades of #627F3C

#627F3C
(98,127,60)
#5A7437
(90,116,55)
#526932
(82,105,50)
#4A5E2D
(74,94,45)
#425328
(66,83,40)
#3A4823
(58,72,35)
#323D1E
(50,61,30)
#2A3219
(42,50,25)
#222714
(34,39,20)
#1A1C0F
(26,28,15)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #627F3C

#627F3C
(98,127,60)
#708A4D
(112,138,77)
#7E955E
(126,149,94)
#8CA06F
(140,160,111)
#9AAB80
(154,171,128)
#A8B691
(168,182,145)
#B6C1A2
(182,193,162)
#C4CCB3
(196,204,179)
#D2D7C4
(210,215,196)
#E0E2D5
(224,226,213)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627F3C; }

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

This text font color is #627F3C.


Background Color

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

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

This div background color is #627F3C.


Border color

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

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

This div border color is #627F3C.


Opacity

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

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

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

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

This text has shadow with #627F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627F3C on black background.


Color preview on white background

This text has color #627F3C on white background.



Black color preview on #627F3C background

This text has black color on #627F3C background.


White color preview on #627F3C background

This text has white color on #627F3C background.