COLOR #637452

HEX: #637452
RGB: (99,116,82)

Color info

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

RGB color model

#637452 color RGB value is (99,116,82).

  • red value is 99;
  • green value is 116;
  • blue value is 82.
RGB:
(99,116,82)
(39%,45%,32%)

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 82 of 255 = 32%

99
116
82

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

Portions of RGB colors in percentages

R + G + B =
99 + 116 + 82 = 297 (100%)
R 99 of 297 ~ 33.33%
G 116 of 297 ~ 39.06%
B 82 of 297 ~ 27.61%

%33.33
%39.06
%27.61

CMYK color model

#637452 color CMYK value is (15,0,29,55).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(15,0,29,55)
C15M0Y29K55 
(15%,0%,29%,55%)
(0.15/0.00/0.29/0.55)	

CMYK percentages

%14.66
%0
%29.31
%54.51

Codes

Color #637452 in popluar color models

637452
RGB9911682
HSL90°17.17%38.82%
HSB/HSV90°29.31%45.49%
CMYK14.66%0.00%29.31%
54.51%

Color #637452 in popluar number systems.

HEX637452
Decimal9911682
Binary110001111101001010010
Octal143164122

Shades and tints

Shades of #637452

#637452
(99,116,82)
#5A6A4B
(90,106,75)
#516044
(81,96,68)
#48563D
(72,86,61)
#3F4C36
(63,76,54)
#36422F
(54,66,47)
#2D3828
(45,56,40)
#242E21
(36,46,33)
#1B241A
(27,36,26)
#121A13
(18,26,19)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #637452

#637452
(99,116,82)
#718061
(113,128,97)
#7F8C70
(127,140,112)
#8D987F
(141,152,127)
#9BA48E
(155,164,142)
#A9B09D
(169,176,157)
#B7BCAC
(183,188,172)
#C5C8BB
(197,200,187)
#D3D4CA
(211,212,202)
#E1E0D9
(225,224,217)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637452 color. Also use rgb(99,116,82) instead hex code.

Text Font Color

.myTextColor { color: #637452; }

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

This text font color is #637452.


Background Color

.myBgColor { background-color: #637452; }

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

This div background color is #637452.


Border color

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

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

This div border color is #637452.


Opacity

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

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

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

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

This text has shadow with #637452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637452 on black background.


Color preview on white background

This text has color #637452 on white background.



Black color preview on #637452 background

This text has black color on #637452 background.


White color preview on #637452 background

This text has white color on #637452 background.