COLOR #636B38

HEX: #636B38
RGB: (99,107,56)

Color info

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

RGB color model

#636B38 color RGB value is (99,107,56).

  • red value is 99;
  • green value is 107;
  • blue value is 56.
RGB:
(99,107,56)
(39%,42%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 107 of 255 = 42%
B 56 of 255 = 22%

99
107
56

R + G + B ~ 34%. #636B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 107 + 56 = 262 (100%)
R 99 of 262 ~ 37.79%
G 107 of 262 ~ 40.84%
B 56 of 262 ~ 21.37%

%37.79
%40.84
%21.37

CMYK color model

#636B38 color CMYK value is (7,0,48,58).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(7,0,48,58)
C7M0Y48K58 
(7%,0%,48%,58%)
(0.07/0.00/0.48/0.58)	

CMYK percentages

%7.48
%0
%47.66
%58.04

Codes

Color #636B38 in popluar color models

636B38
RGB9910756
HSL69°31.29%31.96%
HSB/HSV69°47.66%41.96%
CMYK7.48%0.00%47.66%
58.04%

Color #636B38 in popluar number systems.

HEX636B38
Decimal9910756
Binary11000111101011111000
Octal14315370

Shades and tints

Shades of #636B38

#636B38
(99,107,56)
#5A6233
(90,98,51)
#51592E
(81,89,46)
#485029
(72,80,41)
#3F4724
(63,71,36)
#363E1F
(54,62,31)
#2D351A
(45,53,26)
#242C15
(36,44,21)
#1B2310
(27,35,16)
#121A0B
(18,26,11)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #636B38

#636B38
(99,107,56)
#71784A
(113,120,74)
#7F855C
(127,133,92)
#8D926E
(141,146,110)
#9B9F80
(155,159,128)
#A9AC92
(169,172,146)
#B7B9A4
(183,185,164)
#C5C6B6
(197,198,182)
#D3D3C8
(211,211,200)
#E1E0DA
(225,224,218)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636B38 color. Also use rgb(99,107,56) instead hex code.

Text Font Color

.myTextColor { color: #636B38; }

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

This text font color is #636B38.


Background Color

.myBgColor { background-color: #636B38; }

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

This div background color is #636B38.


Border color

.myBorderColor { border: 1px solid #636B38; }

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

This div border color is #636B38.


Opacity

.myOpacity80 { color: #636B38; opacity: 0.8; }

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

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

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

This text has shadow with #636B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636B38 on black background.


Color preview on white background

This text has color #636B38 on white background.



Black color preview on #636B38 background

This text has black color on #636B38 background.


White color preview on #636B38 background

This text has white color on #636B38 background.