COLOR #627152

HEX: #627152
RGB: (98,113,82)

Color info

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

RGB color model

#627152 color RGB value is (98,113,82).

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

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 82 of 255 = 32%

98
113
82

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

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 82 = 293 (100%)
R 98 of 293 ~ 33.45%
G 113 of 293 ~ 38.57%
B 82 of 293 ~ 27.99%

%33.45
%38.57
%27.99

CMYK color model

#627152 color CMYK value is (13,0,27,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(13,0,27,56)
C13M0Y27K56 
(13%,0%,27%,56%)
(0.13/0.00/0.27/0.56)	

CMYK percentages

%13.27
%0
%27.43
%55.69

Codes

Color #627152 in popluar color models

627152
RGB9811382
HSL89°15.90%38.24%
HSB/HSV89°27.43%44.31%
CMYK13.27%0.00%27.43%
55.69%

Color #627152 in popluar number systems.

HEX627152
Decimal9811382
Binary110001011100011010010
Octal142161122

Shades and tints

Shades of #627152

#627152
(98,113,82)
#5A674B
(90,103,75)
#525D44
(82,93,68)
#4A533D
(74,83,61)
#424936
(66,73,54)
#3A3F2F
(58,63,47)
#323528
(50,53,40)
#2A2B21
(42,43,33)
#22211A
(34,33,26)
#1A1713
(26,23,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #627152

#627152
(98,113,82)
#707D61
(112,125,97)
#7E8970
(126,137,112)
#8C957F
(140,149,127)
#9AA18E
(154,161,142)
#A8AD9D
(168,173,157)
#B6B9AC
(182,185,172)
#C4C5BB
(196,197,187)
#D2D1CA
(210,209,202)
#E0DDD9
(224,221,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627152; }

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

This text font color is #627152.


Background Color

.myBgColor { background-color: #627152; }

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

This div background color is #627152.


Border color

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

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

This div border color is #627152.


Opacity

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

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

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

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

This text has shadow with #627152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627152 on black background.


Color preview on white background

This text has color #627152 on white background.



Black color preview on #627152 background

This text has black color on #627152 background.


White color preview on #627152 background

This text has white color on #627152 background.