COLOR #627B5E

HEX: #627B5E RGB: (98,123,94)

Color info

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

RGB color model

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

RGB: (98,123,94) (38%, 48%, 37%)

RGB channels and saturation

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

98
123
94

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

Portions of RGB colors in percentages

R + G + B = 98 + 123 + 94 = 315 (100%)
R 98 of 315 ~ 31.11%
G 123 of 315 ~ 39.05%
B 94 of 315 ~ 29.84'%

%31.11
%39.05
%29.84

CMYK color model

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

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (20,0,24,52)
C20M0Y24K52 (20%, 0%, 24%, 52%)
(0.20 / 0.00 / 0.24 / 0.52)

CMYK percentages

%20.33
%0
%23.58
%51.76

Codes

Color #627B5E in popluar color models

62 7B 5E
RGB 98 123 94
HSL 112° 13.36% 42.55%
HSB/HSV 112° 23.58% 48.24%
CMYK 20.33% 0.00% 23.58%
51.76%

Color #627B5E in popluar number systems.

HEX 62 7B 5E
Decimal 98 123 94
Binary 1100010 1111011 1011110
Octal 142 173 136

Shades and tints

Shades of #627B5E

#627B5E
(98,123,94)
#5A7056
(90,112,86)
#52654E
(82,101,78)
#4A5A46
(74,90,70)
#424F3E
(66,79,62)
#3A4436
(58,68,54)
#32392E
(50,57,46)
#2A2E26
(42,46,38)
#22231E
(34,35,30)
#1A1816
(26,24,22)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #627B5E

#627B5E
(98,123,94)
#70876C
(112,135,108)
#7E937A
(126,147,122)
#8C9F88
(140,159,136)
#9AAB96
(154,171,150)
#A8B7A4
(168,183,164)
#B6C3B2
(182,195,178)
#C4CFC0
(196,207,192)
#D2DBCE
(210,219,206)
#E0E7DC
(224,231,220)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B5E; }

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

This text font color is #627B5E.

Background Color

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

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

This div background color is #627B5E.

Border color

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

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

This div border color is #627B5E.

Opacity

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

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

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

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

This text has shadow with #627B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627B5E.

Preview

Color preview on black background

This text has color #627B5E on black background.


Color preview on white background

This text has color #627B5E on white background.


Black color preview on #627B5E background

This text has black color on #627B5E background.


White color preview on #627B5E background

This text has white color on #627B5E background.


Related colors

Complementary color

Complementary color for #hex is #9D84A1.


I love getcolorcode.com

Triadic colors

1 #5E627B and #7B5E62 with #627B5E are triadic colors.

2 #5E7B62 and #7B625E with #627B5E are triadic colors.