COLOR #627855

HEX: #627855
RGB: (98,120,85)

Color info

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

RGB color model

#627855 color RGB value is (98,120,85).

  • red value is 98;
  • green value is 120;
  • blue value is 85.
RGB:
(98,120,85)
(38%,47%,33%)

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 85 of 255 = 33%

98
120
85

R + G + B ~ 39%. #627855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 120 + 85 = 303 (100%)
R 98 of 303 ~ 32.34%
G 120 of 303 ~ 39.6%
B 85 of 303 ~ 28.05%

%32.34
%39.6
%28.05

CMYK color model

#627855 color CMYK value is (18,0,29,53).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(18,0,29,53)
C18M0Y29K53 
(18%,0%,29%,53%)
(0.18/0.00/0.29/0.53)	

CMYK percentages

%18.33
%0
%29.17
%52.94

Codes

Color #627855 in popluar color models

627855
RGB9812085
HSL98°17.07%40.20%
HSB/HSV98°29.17%47.06%
CMYK18.33%0.00%29.17%
52.94%

Color #627855 in popluar number systems.

HEX627855
Decimal9812085
Binary110001011110001010101
Octal142170125

Shades and tints

Shades of #627855

#627855
(98,120,85)
#5A6E4E
(90,110,78)
#526447
(82,100,71)
#4A5A40
(74,90,64)
#425039
(66,80,57)
#3A4632
(58,70,50)
#323C2B
(50,60,43)
#2A3224
(42,50,36)
#22281D
(34,40,29)
#1A1E16
(26,30,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #627855

#627855
(98,120,85)
#708464
(112,132,100)
#7E9073
(126,144,115)
#8C9C82
(140,156,130)
#9AA891
(154,168,145)
#A8B4A0
(168,180,160)
#B6C0AF
(182,192,175)
#C4CCBE
(196,204,190)
#D2D8CD
(210,216,205)
#E0E4DC
(224,228,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627855 color. Also use rgb(98,120,85) instead hex code.

Text Font Color

.myTextColor { color: #627855; }

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

This text font color is #627855.


Background Color

.myBgColor { background-color: #627855; }

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

This div background color is #627855.


Border color

.myBorderColor { border: 1px solid #627855; }

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

This div border color is #627855.


Opacity

.myOpacity80 { color: #627855; opacity: 0.8; }

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

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

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

This text has shadow with #627855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627855 on black background.


Color preview on white background

This text has color #627855 on white background.



Black color preview on #627855 background

This text has black color on #627855 background.


White color preview on #627855 background

This text has white color on #627855 background.