COLOR #627B56

HEX: #627B56
RGB: (98,123,86)

Color info

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

RGB color model

#627B56 color RGB value is (98,123,86).

  • red value is 98;
  • green value is 123;
  • blue value is 86.
RGB:
(98,123,86)
(38%,48%,34%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 86 of 255 = 34%

98
123
86

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

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 86 = 307 (100%)
R 98 of 307 ~ 31.92%
G 123 of 307 ~ 40.07%
B 86 of 307 ~ 28.01%

%31.92
%40.07
%28.01

CMYK color model

#627B56 color CMYK value is (20,0,30,52).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 51.76%
CMYK:
(20,0,30,52)
C20M0Y30K52 
(20%,0%,30%,52%)
(0.20/0.00/0.30/0.52)	

CMYK percentages

%20.33
%0
%30.08
%51.76

Codes

Color #627B56 in popluar color models

627B56
RGB9812386
HSL101°17.70%40.98%
HSB/HSV101°30.08%48.24%
CMYK20.33%0.00%30.08%
51.76%

Color #627B56 in popluar number systems.

HEX627B56
Decimal9812386
Binary110001011110111010110
Octal142173126

Shades and tints

Shades of #627B56

#627B56
(98,123,86)
#5A704F
(90,112,79)
#526548
(82,101,72)
#4A5A41
(74,90,65)
#424F3A
(66,79,58)
#3A4433
(58,68,51)
#32392C
(50,57,44)
#2A2E25
(42,46,37)
#22231E
(34,35,30)
#1A1817
(26,24,23)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #627B56

#627B56
(98,123,86)
#708765
(112,135,101)
#7E9374
(126,147,116)
#8C9F83
(140,159,131)
#9AAB92
(154,171,146)
#A8B7A1
(168,183,161)
#B6C3B0
(182,195,176)
#C4CFBF
(196,207,191)
#D2DBCE
(210,219,206)
#E0E7DD
(224,231,221)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B56; }

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

This text font color is #627B56.


Background Color

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

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

This div background color is #627B56.


Border color

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

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

This div border color is #627B56.


Opacity

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

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

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

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

This text has shadow with #627B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B56 on black background.


Color preview on white background

This text has color #627B56 on white background.



Black color preview on #627B56 background

This text has black color on #627B56 background.


White color preview on #627B56 background

This text has white color on #627B56 background.