COLOR #63761E

HEX: #63761E
RGB: (99,118,30)

Color info

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

RGB color model

#63761E color RGB value is (99,118,30).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 30 of 255 = 12%

99
118
30

R + G + B ~ 32%. #63761E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 30 = 247 (100%)
R 99 of 247 ~ 40.08%
G 118 of 247 ~ 47.77%
B 30 of 247 ~ 12.15%

%40.08
%47.77
%12.15

CMYK color model

#63761E color CMYK value is (16,0,75,54).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 74.58%
  • key color value is 53.73%
CMYK:
(16,0,75,54)
C16M0Y75K54 
(16%,0%,75%,54%)
(0.16/0.00/0.75/0.54)	

CMYK percentages

%16.1
%0
%74.58
%53.73

Codes

Color #63761E in popluar color models

63761E
RGB9911830
HSL73°59.46%29.02%
HSB/HSV73°74.58%46.27%
CMYK16.10%0.00%74.58%
53.73%

Color #63761E in popluar number systems.

HEX63761E
Decimal9911830
Binary1100011111011011110
Octal14316636

Shades and tints

Shades of #63761E

#63761E
(99,118,30)
#5A6C1C
(90,108,28)
#51621A
(81,98,26)
#485818
(72,88,24)
#3F4E16
(63,78,22)
#364414
(54,68,20)
#2D3A12
(45,58,18)
#243010
(36,48,16)
#1B260E
(27,38,14)
#121C0C
(18,28,12)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #63761E

#63761E
(99,118,30)
#718232
(113,130,50)
#7F8E46
(127,142,70)
#8D9A5A
(141,154,90)
#9BA66E
(155,166,110)
#A9B282
(169,178,130)
#B7BE96
(183,190,150)
#C5CAAA
(197,202,170)
#D3D6BE
(211,214,190)
#E1E2D2
(225,226,210)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63761E; }

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

This text font color is #63761E.


Background Color

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

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

This div background color is #63761E.


Border color

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

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

This div border color is #63761E.


Opacity

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

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

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

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

This text has shadow with #63761E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63761E on black background.


Color preview on white background

This text has color #63761E on white background.



Black color preview on #63761E background

This text has black color on #63761E background.


White color preview on #63761E background

This text has white color on #63761E background.