COLOR #636017

HEX: #636017
RGB: (99,96,23)

Color info

#636017 contains mainly red and green colors. Web safe color of #636017 is #666600 (or #660).

RGB color model

#636017 color RGB value is (99,96,23).

  • red value is 99;
  • green value is 96;
  • blue value is 23.
RGB:
(99,96,23)
(39%,38%,9%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 23 of 255 = 9%

99
96
23

R + G + B ~ 29%. #636017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 23 = 218 (100%)
R 99 of 218 ~ 45.41%
G 96 of 218 ~ 44.04%
B 23 of 218 ~ 10.55%

%45.41
%44.04
%10.55

CMYK color model

#636017 color CMYK value is (0,3,77,61).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 76.77%
  • key color value is 61.18%
CMYK:
(0,3,77,61)
C0M3Y77K61 
(0%,3%,77%,61%)
(0.00/0.03/0.77/0.61)	

CMYK percentages

%0
%3.03
%76.77
%61.18

Codes

Color #636017 in popluar color models

636017
RGB999623
HSL58°62.30%23.92%
HSB/HSV58°76.77%38.82%
CMYK0.00%3.03%76.77%
61.18%

Color #636017 in popluar number systems.

HEX636017
Decimal999623
Binary1100011110000010111
Octal14314027

Shades and tints

Shades of #636017

#636017
(99,96,23)
#5A5815
(90,88,21)
#515013
(81,80,19)
#484811
(72,72,17)
#3F400F
(63,64,15)
#36380D
(54,56,13)
#2D300B
(45,48,11)
#242809
(36,40,9)
#1B2007
(27,32,7)
#121805
(18,24,5)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #636017

#636017
(99,96,23)
#716E2C
(113,110,44)
#7F7C41
(127,124,65)
#8D8A56
(141,138,86)
#9B986B
(155,152,107)
#A9A680
(169,166,128)
#B7B495
(183,180,149)
#C5C2AA
(197,194,170)
#D3D0BF
(211,208,191)
#E1DED4
(225,222,212)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636017; }

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

This text font color is #636017.


Background Color

.myBgColor { background-color: #636017; }

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

This div background color is #636017.


Border color

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

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

This div border color is #636017.


Opacity

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

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

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

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

This text has shadow with #636017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636017 on black background.


Color preview on white background

This text has color #636017 on white background.



Black color preview on #636017 background

This text has black color on #636017 background.


White color preview on #636017 background

This text has white color on #636017 background.