COLOR #63611E

HEX: #63611E
RGB: (99,97,30)

Color info

#63611E contains mainly red and green colors. Web safe color of #63611E is #666633 (or #663).

RGB color model

#63611E color RGB value is (99,97,30).

  • red value is 99;
  • green value is 97;
  • blue value is 30.
RGB:
(99,97,30)
(39%,38%,12%)

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 30 of 255 = 12%

99
97
30

R + G + B ~ 30%. #63611E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 30 = 226 (100%)
R 99 of 226 ~ 43.81%
G 97 of 226 ~ 42.92%
B 30 of 226 ~ 13.27%

%43.81
%42.92
%13.27

CMYK color model

#63611E color CMYK value is (0,2,70,61).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 69.70%
  • key color value is 61.18%
CMYK:
(0,2,70,61)
C0M2Y70K61 
(0%,2%,70%,61%)
(0.00/0.02/0.70/0.61)	

CMYK percentages

%0
%2.02
%69.7
%61.18

Codes

Color #63611E in popluar color models

63611E
RGB999730
HSL58°53.49%25.29%
HSB/HSV58°69.70%38.82%
CMYK0.00%2.02%69.70%
61.18%

Color #63611E in popluar number systems.

HEX63611E
Decimal999730
Binary1100011110000111110
Octal14314136

Shades and tints

Shades of #63611E

#63611E
(99,97,30)
#5A591C
(90,89,28)
#51511A
(81,81,26)
#484918
(72,73,24)
#3F4116
(63,65,22)
#363914
(54,57,20)
#2D3112
(45,49,18)
#242910
(36,41,16)
#1B210E
(27,33,14)
#12190C
(18,25,12)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #63611E

#63611E
(99,97,30)
#716F32
(113,111,50)
#7F7D46
(127,125,70)
#8D8B5A
(141,139,90)
#9B996E
(155,153,110)
#A9A782
(169,167,130)
#B7B596
(183,181,150)
#C5C3AA
(197,195,170)
#D3D1BE
(211,209,190)
#E1DFD2
(225,223,210)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63611E color. Also use rgb(99,97,30) instead hex code.

Text Font Color

.myTextColor { color: #63611E; }

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

This text font color is #63611E.


Background Color

.myBgColor { background-color: #63611E; }

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

This div background color is #63611E.


Border color

.myBorderColor { border: 1px solid #63611E; }

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

This div border color is #63611E.


Opacity

.myOpacity80 { color: #63611E; opacity: 0.8; }

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

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

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

This text has shadow with #63611E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63611E on black background.


Color preview on white background

This text has color #63611E on white background.



Black color preview on #63611E background

This text has black color on #63611E background.


White color preview on #63611E background

This text has white color on #63611E background.