COLOR #636346

HEX: #636346
RGB: (99,99,70)

Color info

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

RGB color model

#636346 color RGB value is (99,99,70).

  • red value is 99;
  • green value is 99;
  • blue value is 70.
RGB:
(99,99,70)
(39%,39%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 70 of 255 = 27%

99
99
70

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 70 = 268 (100%)
R 99 of 268 ~ 36.94%
G 99 of 268 ~ 36.94%
B 70 of 268 ~ 26.12%

%36.94
%36.94
%26.12

CMYK color model

#636346 color CMYK value is (0,0,29,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(0,0,29,61)
C0M0Y29K61 
(0%,0%,29%,61%)
(0.00/0.00/0.29/0.61)	

CMYK percentages

%0
%0
%29.29
%61.18

Codes

Color #636346 in popluar color models

636346
RGB999970
HSL60°17.16%33.14%
HSB/HSV60°29.29%38.82%
CMYK0.00%0.00%29.29%
61.18%

Color #636346 in popluar number systems.

HEX636346
Decimal999970
Binary110001111000111000110
Octal143143106

Shades and tints

Shades of #636346

#636346
(99,99,70)
#5A5A40
(90,90,64)
#51513A
(81,81,58)
#484834
(72,72,52)
#3F3F2E
(63,63,46)
#363628
(54,54,40)
#2D2D22
(45,45,34)
#24241C
(36,36,28)
#1B1B16
(27,27,22)
#121210
(18,18,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #636346

#636346
(99,99,70)
#717156
(113,113,86)
#7F7F66
(127,127,102)
#8D8D76
(141,141,118)
#9B9B86
(155,155,134)
#A9A996
(169,169,150)
#B7B7A6
(183,183,166)
#C5C5B6
(197,197,182)
#D3D3C6
(211,211,198)
#E1E1D6
(225,225,214)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636346; }

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

This text font color is #636346.


Background Color

.myBgColor { background-color: #636346; }

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

This div background color is #636346.


Border color

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

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

This div border color is #636346.


Opacity

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

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

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

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

This text has shadow with #636346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636346 on black background.


Color preview on white background

This text has color #636346 on white background.



Black color preview on #636346 background

This text has black color on #636346 background.


White color preview on #636346 background

This text has white color on #636346 background.