COLOR #637550

HEX: #637550
RGB: (99,117,80)

Color info

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

RGB color model

#637550 color RGB value is (99,117,80).

  • red value is 99;
  • green value is 117;
  • blue value is 80.
RGB:
(99,117,80)
(39%,46%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 80 of 255 = 31%

99
117
80

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 80 = 296 (100%)
R 99 of 296 ~ 33.45%
G 117 of 296 ~ 39.53%
B 80 of 296 ~ 27.03%

%33.45
%39.53
%27.03

CMYK color model

#637550 color CMYK value is (15,0,32,54).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 54.12%
CMYK:
(15,0,32,54)
C15M0Y32K54 
(15%,0%,32%,54%)
(0.15/0.00/0.32/0.54)	

CMYK percentages

%15.38
%0
%31.62
%54.12

Codes

Color #637550 in popluar color models

637550
RGB9911780
HSL89°18.78%38.63%
HSB/HSV89°31.62%45.88%
CMYK15.38%0.00%31.62%
54.12%

Color #637550 in popluar number systems.

HEX637550
Decimal9911780
Binary110001111101011010000
Octal143165120

Shades and tints

Shades of #637550

#637550
(99,117,80)
#5A6B49
(90,107,73)
#516142
(81,97,66)
#48573B
(72,87,59)
#3F4D34
(63,77,52)
#36432D
(54,67,45)
#2D3926
(45,57,38)
#242F1F
(36,47,31)
#1B2518
(27,37,24)
#121B11
(18,27,17)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #637550

#637550
(99,117,80)
#71815F
(113,129,95)
#7F8D6E
(127,141,110)
#8D997D
(141,153,125)
#9BA58C
(155,165,140)
#A9B19B
(169,177,155)
#B7BDAA
(183,189,170)
#C5C9B9
(197,201,185)
#D3D5C8
(211,213,200)
#E1E1D7
(225,225,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637550 color. Also use rgb(99,117,80) instead hex code.

Text Font Color

.myTextColor { color: #637550; }

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

This text font color is #637550.


Background Color

.myBgColor { background-color: #637550; }

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

This div background color is #637550.


Border color

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

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

This div border color is #637550.


Opacity

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

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

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

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

This text has shadow with #637550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637550 on black background.


Color preview on white background

This text has color #637550 on white background.



Black color preview on #637550 background

This text has black color on #637550 background.


White color preview on #637550 background

This text has white color on #637550 background.