COLOR #627A4E

HEX: #627A4E
RGB: (98,122,78)

Color info

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

RGB color model

#627A4E color RGB value is (98,122,78).

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

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 78 of 255 = 31%

98
122
78

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 78 = 298 (100%)
R 98 of 298 ~ 32.89%
G 122 of 298 ~ 40.94%
B 78 of 298 ~ 26.17%

%32.89
%40.94
%26.17

CMYK color model

#627A4E color CMYK value is (20,0,36,52).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(20,0,36,52)
C20M0Y36K52 
(20%,0%,36%,52%)
(0.20/0.00/0.36/0.52)	

CMYK percentages

%19.67
%0
%36.07
%52.16

Codes

Color #627A4E in popluar color models

627A4E
RGB9812278
HSL93°22.00%39.22%
HSB/HSV93°36.07%47.84%
CMYK19.67%0.00%36.07%
52.16%

Color #627A4E in popluar number systems.

HEX627A4E
Decimal9812278
Binary110001011110101001110
Octal142172116

Shades and tints

Shades of #627A4E

#627A4E
(98,122,78)
#5A6F47
(90,111,71)
#526440
(82,100,64)
#4A5939
(74,89,57)
#424E32
(66,78,50)
#3A432B
(58,67,43)
#323824
(50,56,36)
#2A2D1D
(42,45,29)
#222216
(34,34,22)
#1A170F
(26,23,15)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #627A4E

#627A4E
(98,122,78)
#70865E
(112,134,94)
#7E926E
(126,146,110)
#8C9E7E
(140,158,126)
#9AAA8E
(154,170,142)
#A8B69E
(168,182,158)
#B6C2AE
(182,194,174)
#C4CEBE
(196,206,190)
#D2DACE
(210,218,206)
#E0E6DE
(224,230,222)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627A4E; }

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

This text font color is #627A4E.


Background Color

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

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

This div background color is #627A4E.


Border color

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

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

This div border color is #627A4E.


Opacity

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

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

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

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

This text has shadow with #627A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A4E on black background.


Color preview on white background

This text has color #627A4E on white background.



Black color preview on #627A4E background

This text has black color on #627A4E background.


White color preview on #627A4E background

This text has white color on #627A4E background.