COLOR #627C4E

HEX: #627C4E
RGB: (98,124,78)

Color info

#627C4E contains red, green and blue colors in about the same proportion. Web safe color of #627C4E is #666666 (or #666).

RGB color model

#627C4E color RGB value is (98,124,78).

  • red value is 98;
  • green value is 124;
  • blue value is 78.
RGB:
(98,124,78)
(38%,49%,31%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 78 of 255 = 31%

98
124
78

R + G + B ~ 39%. #627C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 78 = 300 (100%)
R 98 of 300 ~ 32.67%
G 124 of 300 ~ 41.33%
B 78 of 300 ~ 26%

%32.67
%41.33
%26

CMYK color model

#627C4E color CMYK value is (21,0,37,51).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(21,0,37,51)
C21M0Y37K51 
(21%,0%,37%,51%)
(0.21/0.00/0.37/0.51)	

CMYK percentages

%20.97
%0
%37.1
%51.37

Codes

Color #627C4E in popluar color models

627C4E
RGB9812478
HSL94°22.77%39.61%
HSB/HSV94°37.10%48.63%
CMYK20.97%0.00%37.10%
51.37%

Color #627C4E in popluar number systems.

HEX627C4E
Decimal9812478
Binary110001011111001001110
Octal142174116

Shades and tints

Shades of #627C4E

#627C4E
(98,124,78)
#5A7147
(90,113,71)
#526640
(82,102,64)
#4A5B39
(74,91,57)
#425032
(66,80,50)
#3A452B
(58,69,43)
#323A24
(50,58,36)
#2A2F1D
(42,47,29)
#222416
(34,36,22)
#1A190F
(26,25,15)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #627C4E

#627C4E
(98,124,78)
#70875E
(112,135,94)
#7E926E
(126,146,110)
#8C9D7E
(140,157,126)
#9AA88E
(154,168,142)
#A8B39E
(168,179,158)
#B6BEAE
(182,190,174)
#C4C9BE
(196,201,190)
#D2D4CE
(210,212,206)
#E0DFDE
(224,223,222)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627C4E color. Also use rgb(98,124,78) instead hex code.

Text Font Color

.myTextColor { color: #627C4E; }

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

This text font color is #627C4E.


Background Color

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

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

This div background color is #627C4E.


Border color

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

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

This div border color is #627C4E.


Opacity

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

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

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

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

This text has shadow with #627C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C4E on black background.


Color preview on white background

This text has color #627C4E on white background.



Black color preview on #627C4E background

This text has black color on #627C4E background.


White color preview on #627C4E background

This text has white color on #627C4E background.