COLOR #636247

HEX: #636247
RGB: (99,98,71)

Color info

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

RGB color model

#636247 color RGB value is (99,98,71).

  • red value is 99;
  • green value is 98;
  • blue value is 71.
RGB:
(99,98,71)
(39%,38%,28%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 71 of 255 = 28%

99
98
71

R + G + B ~ 35%. #636247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 71 = 268 (100%)
R 99 of 268 ~ 36.94%
G 98 of 268 ~ 36.57%
B 71 of 268 ~ 26.49%

%36.94
%36.57
%26.49

CMYK color model

#636247 color CMYK value is (0,1,28,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(0,1,28,61)
C0M1Y28K61 
(0%,1%,28%,61%)
(0.00/0.01/0.28/0.61)	

CMYK percentages

%0
%1.01
%28.28
%61.18

Codes

Color #636247 in popluar color models

636247
RGB999871
HSL58°16.47%33.33%
HSB/HSV58°28.28%38.82%
CMYK0.00%1.01%28.28%
61.18%

Color #636247 in popluar number systems.

HEX636247
Decimal999871
Binary110001111000101000111
Octal143142107

Shades and tints

Shades of #636247

#636247
(99,98,71)
#5A5A41
(90,90,65)
#51523B
(81,82,59)
#484A35
(72,74,53)
#3F422F
(63,66,47)
#363A29
(54,58,41)
#2D3223
(45,50,35)
#242A1D
(36,42,29)
#1B2217
(27,34,23)
#121A11
(18,26,17)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #636247

#636247
(99,98,71)
#717057
(113,112,87)
#7F7E67
(127,126,103)
#8D8C77
(141,140,119)
#9B9A87
(155,154,135)
#A9A897
(169,168,151)
#B7B6A7
(183,182,167)
#C5C4B7
(197,196,183)
#D3D2C7
(211,210,199)
#E1E0D7
(225,224,215)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636247 color. Also use rgb(99,98,71) instead hex code.

Text Font Color

.myTextColor { color: #636247; }

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

This text font color is #636247.


Background Color

.myBgColor { background-color: #636247; }

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

This div background color is #636247.


Border color

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

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

This div border color is #636247.


Opacity

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

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

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

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

This text has shadow with #636247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636247 on black background.


Color preview on white background

This text has color #636247 on white background.



Black color preview on #636247 background

This text has black color on #636247 background.


White color preview on #636247 background

This text has white color on #636247 background.