COLOR #627F5C

HEX: #627F5C
RGB: (98,127,92)

Color info

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

RGB color model

#627F5C color RGB value is (98,127,92).

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

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 92 of 255 = 36%

98
127
92

R + G + B ~ 41%. #627F5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 127 + 92 = 317 (100%)
R 98 of 317 ~ 30.91%
G 127 of 317 ~ 40.06%
B 92 of 317 ~ 29.02%

%30.91
%40.06
%29.02

CMYK color model

#627F5C color CMYK value is (23,0,28,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 50.20%
CMYK:
(23,0,28,50)
C23M0Y28K50 
(23%,0%,28%,50%)
(0.23/0.00/0.28/0.50)	

CMYK percentages

%22.83
%0
%27.56
%50.2

Codes

Color #627F5C in popluar color models

627F5C
RGB9812792
HSL110°15.98%42.94%
HSB/HSV110°27.56%49.80%
CMYK22.83%0.00%27.56%
50.20%

Color #627F5C in popluar number systems.

HEX627F5C
Decimal9812792
Binary110001011111111011100
Octal142177134

Shades and tints

Shades of #627F5C

#627F5C
(98,127,92)
#5A7454
(90,116,84)
#52694C
(82,105,76)
#4A5E44
(74,94,68)
#42533C
(66,83,60)
#3A4834
(58,72,52)
#323D2C
(50,61,44)
#2A3224
(42,50,36)
#22271C
(34,39,28)
#1A1C14
(26,28,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #627F5C

#627F5C
(98,127,92)
#708A6A
(112,138,106)
#7E9578
(126,149,120)
#8CA086
(140,160,134)
#9AAB94
(154,171,148)
#A8B6A2
(168,182,162)
#B6C1B0
(182,193,176)
#C4CCBE
(196,204,190)
#D2D7CC
(210,215,204)
#E0E2DA
(224,226,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627F5C; }

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

This text font color is #627F5C.


Background Color

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

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

This div background color is #627F5C.


Border color

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

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

This div border color is #627F5C.


Opacity

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

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

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

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

This text has shadow with #627F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627F5C on black background.


Color preview on white background

This text has color #627F5C on white background.



Black color preview on #627F5C background

This text has black color on #627F5C background.


White color preview on #627F5C background

This text has white color on #627F5C background.