COLOR #637354

HEX: #637354
RGB: (99,115,84)

Color info

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

RGB color model

#637354 color RGB value is (99,115,84).

  • red value is 99;
  • green value is 115;
  • blue value is 84.
RGB:
(99,115,84)
(39%,45%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 84 of 255 = 33%

99
115
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 84 = 298 (100%)
R 99 of 298 ~ 33.22%
G 115 of 298 ~ 38.59%
B 84 of 298 ~ 28.19%

%33.22
%38.59
%28.19

CMYK color model

#637354 color CMYK value is (14,0,27,55).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(14,0,27,55)
C14M0Y27K55 
(14%,0%,27%,55%)
(0.14/0.00/0.27/0.55)	

CMYK percentages

%13.91
%0
%26.96
%54.9

Codes

Color #637354 in popluar color models

637354
RGB9911584
HSL91°15.58%39.02%
HSB/HSV91°26.96%45.10%
CMYK13.91%0.00%26.96%
54.90%

Color #637354 in popluar number systems.

HEX637354
Decimal9911584
Binary110001111100111010100
Octal143163124

Shades and tints

Shades of #637354

#637354
(99,115,84)
#5A694D
(90,105,77)
#515F46
(81,95,70)
#48553F
(72,85,63)
#3F4B38
(63,75,56)
#364131
(54,65,49)
#2D372A
(45,55,42)
#242D23
(36,45,35)
#1B231C
(27,35,28)
#121915
(18,25,21)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #637354

#637354
(99,115,84)
#717F63
(113,127,99)
#7F8B72
(127,139,114)
#8D9781
(141,151,129)
#9BA390
(155,163,144)
#A9AF9F
(169,175,159)
#B7BBAE
(183,187,174)
#C5C7BD
(197,199,189)
#D3D3CC
(211,211,204)
#E1DFDB
(225,223,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637354 color. Also use rgb(99,115,84) instead hex code.

Text Font Color

.myTextColor { color: #637354; }

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

This text font color is #637354.


Background Color

.myBgColor { background-color: #637354; }

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

This div background color is #637354.


Border color

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

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

This div border color is #637354.


Opacity

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

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

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

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

This text has shadow with #637354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637354 on black background.


Color preview on white background

This text has color #637354 on white background.



Black color preview on #637354 background

This text has black color on #637354 background.


White color preview on #637354 background

This text has white color on #637354 background.