COLOR #627155

HEX: #627155
RGB: (98,113,85)

Color info

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

RGB color model

#627155 color RGB value is (98,113,85).

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

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 85 of 255 = 33%

98
113
85

R + G + B ~ 38%. #627155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 85 = 296 (100%)
R 98 of 296 ~ 33.11%
G 113 of 296 ~ 38.18%
B 85 of 296 ~ 28.72%

%33.11
%38.18
%28.72

CMYK color model

#627155 color CMYK value is (13,0,25,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(13,0,25,56)
C13M0Y25K56 
(13%,0%,25%,56%)
(0.13/0.00/0.25/0.56)	

CMYK percentages

%13.27
%0
%24.78
%55.69

Codes

Color #627155 in popluar color models

627155
RGB9811385
HSL92°14.14%38.82%
HSB/HSV92°24.78%44.31%
CMYK13.27%0.00%24.78%
55.69%

Color #627155 in popluar number systems.

HEX627155
Decimal9811385
Binary110001011100011010101
Octal142161125

Shades and tints

Shades of #627155

#627155
(98,113,85)
#5A674E
(90,103,78)
#525D47
(82,93,71)
#4A5340
(74,83,64)
#424939
(66,73,57)
#3A3F32
(58,63,50)
#32352B
(50,53,43)
#2A2B24
(42,43,36)
#22211D
(34,33,29)
#1A1716
(26,23,22)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #627155

#627155
(98,113,85)
#707D64
(112,125,100)
#7E8973
(126,137,115)
#8C9582
(140,149,130)
#9AA191
(154,161,145)
#A8ADA0
(168,173,160)
#B6B9AF
(182,185,175)
#C4C5BE
(196,197,190)
#D2D1CD
(210,209,205)
#E0DDDC
(224,221,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627155; }

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

This text font color is #627155.


Background Color

.myBgColor { background-color: #627155; }

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

This div background color is #627155.


Border color

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

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

This div border color is #627155.


Opacity

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

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

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

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

This text has shadow with #627155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627155 on black background.


Color preview on white background

This text has color #627155 on white background.



Black color preview on #627155 background

This text has black color on #627155 background.


White color preview on #627155 background

This text has white color on #627155 background.