COLOR #636248

HEX: #636248
RGB: (99,98,72)

Color info

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

RGB color model

#636248 color RGB value is (99,98,72).

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

RGB channels and saturation

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

99
98
72

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 72 = 269 (100%)
R 99 of 269 ~ 36.8%
G 98 of 269 ~ 36.43%
B 72 of 269 ~ 26.77%

%36.8
%36.43
%26.77

CMYK color model

#636248 color CMYK value is (0,1,27,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 27.27%
  • key color value is 61.18%
CMYK:
(0,1,27,61)
C0M1Y27K61 
(0%,1%,27%,61%)
(0.00/0.01/0.27/0.61)	

CMYK percentages

%0
%1.01
%27.27
%61.18

Codes

Color #636248 in popluar color models

636248
RGB999872
HSL58°15.79%33.53%
HSB/HSV58°27.27%38.82%
CMYK0.00%1.01%27.27%
61.18%

Color #636248 in popluar number systems.

HEX636248
Decimal999872
Binary110001111000101001000
Octal143142110

Shades and tints

Shades of #636248

#636248
(99,98,72)
#5A5A42
(90,90,66)
#51523C
(81,82,60)
#484A36
(72,74,54)
#3F4230
(63,66,48)
#363A2A
(54,58,42)
#2D3224
(45,50,36)
#242A1E
(36,42,30)
#1B2218
(27,34,24)
#121A12
(18,26,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #636248

#636248
(99,98,72)
#717058
(113,112,88)
#7F7E68
(127,126,104)
#8D8C78
(141,140,120)
#9B9A88
(155,154,136)
#A9A898
(169,168,152)
#B7B6A8
(183,182,168)
#C5C4B8
(197,196,184)
#D3D2C8
(211,210,200)
#E1E0D8
(225,224,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636248; }

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

This text font color is #636248.


Background Color

.myBgColor { background-color: #636248; }

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

This div background color is #636248.


Border color

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

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

This div border color is #636248.


Opacity

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

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

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

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

This text has shadow with #636248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636248 on black background.


Color preview on white background

This text has color #636248 on white background.



Black color preview on #636248 background

This text has black color on #636248 background.


White color preview on #636248 background

This text has white color on #636248 background.