COLOR #627149

HEX: #627149
RGB: (98,113,73)

Color info

#627149 contains red, green and blue colors in about the same proportion. Web safe color of #627149 is #666633 (or #663).

RGB color model

#627149 color RGB value is (98,113,73).

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

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 73 of 255 = 29%

98
113
73

R + G + B ~ 37%. #627149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 73 = 284 (100%)
R 98 of 284 ~ 34.51%
G 113 of 284 ~ 39.79%
B 73 of 284 ~ 25.7%

%34.51
%39.79
%25.7

CMYK color model

#627149 color CMYK value is (13,0,35,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(13,0,35,56)
C13M0Y35K56 
(13%,0%,35%,56%)
(0.13/0.00/0.35/0.56)	

CMYK percentages

%13.27
%0
%35.4
%55.69

Codes

Color #627149 in popluar color models

627149
RGB9811373
HSL83°21.51%36.47%
HSB/HSV83°35.40%44.31%
CMYK13.27%0.00%35.40%
55.69%

Color #627149 in popluar number systems.

HEX627149
Decimal9811373
Binary110001011100011001001
Octal142161111

Shades and tints

Shades of #627149

#627149
(98,113,73)
#5A6743
(90,103,67)
#525D3D
(82,93,61)
#4A5337
(74,83,55)
#424931
(66,73,49)
#3A3F2B
(58,63,43)
#323525
(50,53,37)
#2A2B1F
(42,43,31)
#222119
(34,33,25)
#1A1713
(26,23,19)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #627149

#627149
(98,113,73)
#707D59
(112,125,89)
#7E8969
(126,137,105)
#8C9579
(140,149,121)
#9AA189
(154,161,137)
#A8AD99
(168,173,153)
#B6B9A9
(182,185,169)
#C4C5B9
(196,197,185)
#D2D1C9
(210,209,201)
#E0DDD9
(224,221,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627149; }

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

This text font color is #627149.


Background Color

.myBgColor { background-color: #627149; }

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

This div background color is #627149.


Border color

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

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

This div border color is #627149.


Opacity

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

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

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

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

This text has shadow with #627149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627149 on black background.


Color preview on white background

This text has color #627149 on white background.



Black color preview on #627149 background

This text has black color on #627149 background.


White color preview on #627149 background

This text has white color on #627149 background.