COLOR #627E5C

HEX: #627E5C RGB: (98,126,92)

Color info

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

RGB color model

#627E5C color RGB value is (98,126,92).

RGB: (98,126,92) (38%, 49%, 36%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 92 of 255 = 36%

98
126
92

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

Portions of RGB colors in percentages

R + G + B = 98 + 126 + 92 = 316 (100%)
R 98 of 316 ~ 31.01%
G 126 of 316 ~ 39.87%
B 92 of 316 ~ 29.11'%

%31.01
%39.87
%29.11

CMYK color model

#627E5C color CMYK value is (22,0,27,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (22,0,27,51)
C22M0Y27K51 (22%, 0%, 27%, 51%)
(0.22 / 0.00 / 0.27 / 0.51)

CMYK percentages

%22.22
%0
%26.98
%50.59

Codes

Color #627E5C in popluar color models

62 7E 5C
RGB 98 126 92
HSL 109° 15.60% 42.75%
HSB/HSV 109° 26.98% 49.41%
CMYK 22.22% 0.00% 26.98%
50.59%

Color #627E5C in popluar number systems.

HEX 62 7E 5C
Decimal 98 126 92
Binary 1100010 1111110 1011100
Octal 142 176 134

Shades and tints

Shades of #627E5C

#627E5C
(98,126,92)
#5A7354
(90,115,84)
#52684C
(82,104,76)
#4A5D44
(74,93,68)
#42523C
(66,82,60)
#3A4734
(58,71,52)
#323C2C
(50,60,44)
#2A3124
(42,49,36)
#22261C
(34,38,28)
#1A1B14
(26,27,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #627E5C

#627E5C
(98,126,92)
#70896A
(112,137,106)
#7E9478
(126,148,120)
#8C9F86
(140,159,134)
#9AAA94
(154,170,148)
#A8B5A2
(168,181,162)
#B6C0B0
(182,192,176)
#C4CBBE
(196,203,190)
#D2D6CC
(210,214,204)
#E0E1DA
(224,225,218)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627E5C; }

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

This text font color is #627E5C.

Background Color

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

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

This div background color is #627E5C.

Border color

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

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

This div border color is #627E5C.

Opacity

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

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

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

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

This text has shadow with #627E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627E5C.

Preview

Color preview on black background

This text has color #627E5C on black background.


Color preview on white background

This text has color #627E5C on white background.


Black color preview on #627E5C background

This text has black color on #627E5C background.


White color preview on #627E5C background

This text has white color on #627E5C background.


Related colors

Complementary color

Complementary color for #hex is #9D81A3.


I love getcolorcode.com

Triadic colors

1 #5C627E and #7E5C62 with #627E5C are triadic colors.

2 #5C7E62 and #7E625C with #627E5C are triadic colors.