COLOR #63742D

HEX: #63742D
RGB: (99,116,45)

Color info

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

RGB color model

#63742D color RGB value is (99,116,45).

  • red value is 99;
  • green value is 116;
  • blue value is 45.
RGB:
(99,116,45)
(39%,45%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 45 of 255 = 18%

99
116
45

R + G + B ~ 34%. #63742D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 116 + 45 = 260 (100%)
R 99 of 260 ~ 38.08%
G 116 of 260 ~ 44.62%
B 45 of 260 ~ 17.31%

%38.08
%44.62
%17.31

CMYK color model

#63742D color CMYK value is (15,0,61,55).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(15,0,61,55)
C15M0Y61K55 
(15%,0%,61%,55%)
(0.15/0.00/0.61/0.55)	

CMYK percentages

%14.66
%0
%61.21
%54.51

Codes

Color #63742D in popluar color models

63742D
RGB9911645
HSL74°44.10%31.57%
HSB/HSV74°61.21%45.49%
CMYK14.66%0.00%61.21%
54.51%

Color #63742D in popluar number systems.

HEX63742D
Decimal9911645
Binary11000111110100101101
Octal14316455

Shades and tints

Shades of #63742D

#63742D
(99,116,45)
#5A6A29
(90,106,41)
#516025
(81,96,37)
#485621
(72,86,33)
#3F4C1D
(63,76,29)
#364219
(54,66,25)
#2D3815
(45,56,21)
#242E11
(36,46,17)
#1B240D
(27,36,13)
#121A09
(18,26,9)
#091005
(9,16,5)
#000000
(0,0,0)

Tints of #63742D

#63742D
(99,116,45)
#718040
(113,128,64)
#7F8C53
(127,140,83)
#8D9866
(141,152,102)
#9BA479
(155,164,121)
#A9B08C
(169,176,140)
#B7BC9F
(183,188,159)
#C5C8B2
(197,200,178)
#D3D4C5
(211,212,197)
#E1E0D8
(225,224,216)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63742D color. Also use rgb(99,116,45) instead hex code.

Text Font Color

.myTextColor { color: #63742D; }

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

This text font color is #63742D.


Background Color

.myBgColor { background-color: #63742D; }

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

This div background color is #63742D.


Border color

.myBorderColor { border: 1px solid #63742D; }

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

This div border color is #63742D.


Opacity

.myOpacity80 { color: #63742D; opacity: 0.8; }

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

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

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

This text has shadow with #63742D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63742D on black background.


Color preview on white background

This text has color #63742D on white background.



Black color preview on #63742D background

This text has black color on #63742D background.


White color preview on #63742D background

This text has white color on #63742D background.