COLOR #627C5D

HEX: #627C5D RGB: (98,124,93)

Color info

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

RGB color model

#627C5D color RGB value is (98,124,93).

RGB: (98,124,93) (38%, 49%, 36%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 93 of 255 = 36%

98
124
93

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

Portions of RGB colors in percentages

R + G + B = 98 + 124 + 93 = 315 (100%)
R 98 of 315 ~ 31.11%
G 124 of 315 ~ 39.37%
B 93 of 315 ~ 29.52'%

%31.11
%39.37
%29.52

CMYK color model

#627C5D color CMYK value is (21,0,25,51).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 51.37%
CMYK: (21,0,25,51) C21M0Y25K51 (21%,0%,25%,51%) (0.21/0.00/0.25/0.51) 

CMYK percentages

%20.97
%0
%25
%51.37

Codes

Color #627C5D in popluar color models

62 7C 5D
RGB 98 124 93
HSL 110° 14.29% 42.55%
HSB/HSV 110° 25.00% 48.63%
CMYK 20.97% 0.00% 25.00%
51.37%

Color #627C5D in popluar number systems.

HEX 62 7C 5D
Decimal 98 124 93
Binary 1100010 1111100 1011101
Octal 142 174 135

Shades and tints

Shades of #627C5D

#627C5D
(98,124,93)
#5A7155
(90,113,85)
#52664D
(82,102,77)
#4A5B45
(74,91,69)
#42503D
(66,80,61)
#3A4535
(58,69,53)
#323A2D
(50,58,45)
#2A2F25
(42,47,37)
#22241D
(34,36,29)
#1A1915
(26,25,21)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #627C5D

#627C5D
(98,124,93)
#70876B
(112,135,107)
#7E9279
(126,146,121)
#8C9D87
(140,157,135)
#9AA895
(154,168,149)
#A8B3A3
(168,179,163)
#B6BEB1
(182,190,177)
#C4C9BF
(196,201,191)
#D2D4CD
(210,212,205)
#E0DFDB
(224,223,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627C5D; }

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

This text font color is #627C5D.

Background Color

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

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

This div background color is #627C5D.

Border color

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

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

This div border color is #627C5D.

Opacity

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

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

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

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

This text has shadow with #627C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627C5D.

Preview

Color preview on black background

This text has color #627C5D on black background.


Color preview on white background

This text has color #627C5D on white background.


Black color preview on #627C5D background

This text has black color on #627C5D background.


White color preview on #627C5D background

This text has white color on #627C5D background.


Related colors

Complementary color

Complementary color for #hex is #9D83A2.


I love getcolorcode.com

Triadic colors

1 #5D627C and #7C5D62 with #627C5D are triadic colors.

2 #5D7C62 and #7C625D with #627C5D are triadic colors.