COLOR #627B62

HEX: #627B62
RGB: (98,123,98)

Color info

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

RGB color model

#627B62 color RGB value is (98,123,98).

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

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 98 of 255 = 38%

98
123
98

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

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 98 = 319 (100%)
R 98 of 319 ~ 30.72%
G 123 of 319 ~ 38.56%
B 98 of 319 ~ 30.72%

%30.72
%38.56
%30.72

CMYK color model

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

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(20,0,20,52)
C20M0Y20K52 
(20%,0%,20%,52%)
(0.20/0.00/0.20/0.52)	

CMYK percentages

%20.33
%0
%20.33
%51.76

Codes

Color #627B62 in popluar color models

627B62
RGB9812398
HSL120°11.31%43.33%
HSB/HSV120°20.33%48.24%
CMYK20.33%0.00%20.33%
51.76%

Color #627B62 in popluar number systems.

HEX627B62
Decimal9812398
Binary110001011110111100010
Octal142173142

Shades and tints

Shades of #627B62

#627B62
(98,123,98)
#5A705A
(90,112,90)
#526552
(82,101,82)
#4A5A4A
(74,90,74)
#424F42
(66,79,66)
#3A443A
(58,68,58)
#323932
(50,57,50)
#2A2E2A
(42,46,42)
#222322
(34,35,34)
#1A181A
(26,24,26)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #627B62

#627B62
(98,123,98)
#708770
(112,135,112)
#7E937E
(126,147,126)
#8C9F8C
(140,159,140)
#9AAB9A
(154,171,154)
#A8B7A8
(168,183,168)
#B6C3B6
(182,195,182)
#C4CFC4
(196,207,196)
#D2DBD2
(210,219,210)
#E0E7E0
(224,231,224)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B62; }

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

This text font color is #627B62.


Background Color

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

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

This div background color is #627B62.


Border color

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

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

This div border color is #627B62.


Opacity

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

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

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

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

This text has shadow with #627B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B62 on black background.


Color preview on white background

This text has color #627B62 on white background.



Black color preview on #627B62 background

This text has black color on #627B62 background.


White color preview on #627B62 background

This text has white color on #627B62 background.