COLOR #627D6A

HEX: #627D6A
RGB: (98,125,106)

Color info

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

RGB color model

#627D6A color RGB value is (98,125,106).

  • red value is 98;
  • green value is 125;
  • blue value is 106.
RGB:
(98,125,106)
(38%,49%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 125 of 255 = 49%
B 106 of 255 = 42%

98
125
106

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

Portions of RGB colors in percentages

R + G + B =
98 + 125 + 106 = 329 (100%)
R 98 of 329 ~ 29.79%
G 125 of 329 ~ 37.99%
B 106 of 329 ~ 32.22%

%29.79
%37.99
%32.22

CMYK color model

#627D6A color CMYK value is (22,0,15,51).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(22,0,15,51)
C22M0Y15K51 
(22%,0%,15%,51%)
(0.22/0.00/0.15/0.51)	

CMYK percentages

%21.6
%0
%15.2
%50.98

Codes

Color #627D6A in popluar color models

627D6A
RGB98125106
HSL138°12.11%43.73%
HSB/HSV138°21.60%49.02%
CMYK21.60%0.00%15.20%
50.98%

Color #627D6A in popluar number systems.

HEX627D6A
Decimal98125106
Binary110001011111011101010
Octal142175152

Shades and tints

Shades of #627D6A

#627D6A
(98,125,106)
#5A7261
(90,114,97)
#526758
(82,103,88)
#4A5C4F
(74,92,79)
#425146
(66,81,70)
#3A463D
(58,70,61)
#323B34
(50,59,52)
#2A302B
(42,48,43)
#222522
(34,37,34)
#1A1A19
(26,26,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #627D6A

#627D6A
(98,125,106)
#708877
(112,136,119)
#7E9384
(126,147,132)
#8C9E91
(140,158,145)
#9AA99E
(154,169,158)
#A8B4AB
(168,180,171)
#B6BFB8
(182,191,184)
#C4CAC5
(196,202,197)
#D2D5D2
(210,213,210)
#E0E0DF
(224,224,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627D6A; }

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

This text font color is #627D6A.


Background Color

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

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

This div background color is #627D6A.


Border color

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

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

This div border color is #627D6A.


Opacity

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

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

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

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

This text has shadow with #627D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627D6A on black background.


Color preview on white background

This text has color #627D6A on white background.



Black color preview on #627D6A background

This text has black color on #627D6A background.


White color preview on #627D6A background

This text has white color on #627D6A background.