COLOR #627966

HEX: #627966
RGB: (98,121,102)

Color info

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

RGB color model

#627966 color RGB value is (98,121,102).

  • red value is 98;
  • green value is 121;
  • blue value is 102.
RGB:
(98,121,102)
(38%,47%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 102 of 255 = 40%

98
121
102

R + G + B ~ 42%. #627966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 102 = 321 (100%)
R 98 of 321 ~ 30.53%
G 121 of 321 ~ 37.69%
B 102 of 321 ~ 31.78%

%30.53
%37.69
%31.78

CMYK color model

#627966 color CMYK value is (19,0,16,53).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(19,0,16,53)
C19M0Y16K53 
(19%,0%,16%,53%)
(0.19/0.00/0.16/0.53)	

CMYK percentages

%19.01
%0
%15.7
%52.55

Codes

Color #627966 in popluar color models

627966
RGB98121102
HSL130°10.50%42.94%
HSB/HSV130°19.01%47.45%
CMYK19.01%0.00%15.70%
52.55%

Color #627966 in popluar number systems.

HEX627966
Decimal98121102
Binary110001011110011100110
Octal142171146

Shades and tints

Shades of #627966

#627966
(98,121,102)
#5A6E5D
(90,110,93)
#526354
(82,99,84)
#4A584B
(74,88,75)
#424D42
(66,77,66)
#3A4239
(58,66,57)
#323730
(50,55,48)
#2A2C27
(42,44,39)
#22211E
(34,33,30)
#1A1615
(26,22,21)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #627966

#627966
(98,121,102)
#708573
(112,133,115)
#7E9180
(126,145,128)
#8C9D8D
(140,157,141)
#9AA99A
(154,169,154)
#A8B5A7
(168,181,167)
#B6C1B4
(182,193,180)
#C4CDC1
(196,205,193)
#D2D9CE
(210,217,206)
#E0E5DB
(224,229,219)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627966 color. Also use rgb(98,121,102) instead hex code.

Text Font Color

.myTextColor { color: #627966; }

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

This text font color is #627966.


Background Color

.myBgColor { background-color: #627966; }

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

This div background color is #627966.


Border color

.myBorderColor { border: 1px solid #627966; }

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

This div border color is #627966.


Opacity

.myOpacity80 { color: #627966; opacity: 0.8; }

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

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

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

This text has shadow with #627966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627966 on black background.


Color preview on white background

This text has color #627966 on white background.



Black color preview on #627966 background

This text has black color on #627966 background.


White color preview on #627966 background

This text has white color on #627966 background.