COLOR #627E58

HEX: #627E58
RGB: (98,126,88)

Color info

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

RGB color model

#627E58 color RGB value is (98,126,88).

  • red value is 98;
  • green value is 126;
  • blue value is 88.
RGB:
(98,126,88)
(38%,49%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 88 of 255 = 35%

98
126
88

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

Portions of RGB colors in percentages

R + G + B =
98 + 126 + 88 = 312 (100%)
R 98 of 312 ~ 31.41%
G 126 of 312 ~ 40.38%
B 88 of 312 ~ 28.21%

%31.41
%40.38
%28.21

CMYK color model

#627E58 color CMYK value is (22,0,30,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(22,0,30,51)
C22M0Y30K51 
(22%,0%,30%,51%)
(0.22/0.00/0.30/0.51)	

CMYK percentages

%22.22
%0
%30.16
%50.59

Codes

Color #627E58 in popluar color models

627E58
RGB9812688
HSL104°17.76%41.96%
HSB/HSV104°30.16%49.41%
CMYK22.22%0.00%30.16%
50.59%

Color #627E58 in popluar number systems.

HEX627E58
Decimal9812688
Binary110001011111101011000
Octal142176130

Shades and tints

Shades of #627E58

#627E58
(98,126,88)
#5A7350
(90,115,80)
#526848
(82,104,72)
#4A5D40
(74,93,64)
#425238
(66,82,56)
#3A4730
(58,71,48)
#323C28
(50,60,40)
#2A3120
(42,49,32)
#222618
(34,38,24)
#1A1B10
(26,27,16)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #627E58

#627E58
(98,126,88)
#708967
(112,137,103)
#7E9476
(126,148,118)
#8C9F85
(140,159,133)
#9AAA94
(154,170,148)
#A8B5A3
(168,181,163)
#B6C0B2
(182,192,178)
#C4CBC1
(196,203,193)
#D2D6D0
(210,214,208)
#E0E1DF
(224,225,223)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627E58; }

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

This text font color is #627E58.


Background Color

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

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

This div background color is #627E58.


Border color

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

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

This div border color is #627E58.


Opacity

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

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

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

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

This text has shadow with #627E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627E58 on black background.


Color preview on white background

This text has color #627E58 on white background.



Black color preview on #627E58 background

This text has black color on #627E58 background.


White color preview on #627E58 background

This text has white color on #627E58 background.