COLOR #63942D

HEX: #63942D
RGB: (99,148,45)

Color info

#63942D contains mainly red and green colors. Web safe color of #63942D is #669933 (or #693).

RGB color model

#63942D color RGB value is (99,148,45).

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

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 45 of 255 = 18%

99
148
45

R + G + B ~ 38%. #63942D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 45 = 292 (100%)
R 99 of 292 ~ 33.9%
G 148 of 292 ~ 50.68%
B 45 of 292 ~ 15.41%

%33.9
%50.68
%15.41

CMYK color model

#63942D color CMYK value is (33,0,70,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 69.59%
  • key color value is 41.96%
CMYK:
(33,0,70,42)
C33M0Y70K42 
(33%,0%,70%,42%)
(0.33/0.00/0.70/0.42)	

CMYK percentages

%33.11
%0
%69.59
%41.96

Codes

Color #63942D in popluar color models

63942D
RGB9914845
HSL89°53.37%37.84%
HSB/HSV89°69.59%58.04%
CMYK33.11%0.00%69.59%
41.96%

Color #63942D in popluar number systems.

HEX63942D
Decimal9914845
Binary110001110010100101101
Octal14322455

Shades and tints

Shades of #63942D

#63942D
(99,148,45)
#5A8729
(90,135,41)
#517A25
(81,122,37)
#486D21
(72,109,33)
#3F601D
(63,96,29)
#365319
(54,83,25)
#2D4615
(45,70,21)
#243911
(36,57,17)
#1B2C0D
(27,44,13)
#121F09
(18,31,9)
#091205
(9,18,5)
#000000
(0,0,0)

Tints of #63942D

#63942D
(99,148,45)
#719D40
(113,157,64)
#7FA653
(127,166,83)
#8DAF66
(141,175,102)
#9BB879
(155,184,121)
#A9C18C
(169,193,140)
#B7CA9F
(183,202,159)
#C5D3B2
(197,211,178)
#D3DCC5
(211,220,197)
#E1E5D8
(225,229,216)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63942D; }

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

This text font color is #63942D.


Background Color

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

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

This div background color is #63942D.


Border color

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

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

This div border color is #63942D.


Opacity

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

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

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

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

This text has shadow with #63942D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63942D on black background.


Color preview on white background

This text has color #63942D on white background.



Black color preview on #63942D background

This text has black color on #63942D background.


White color preview on #63942D background

This text has white color on #63942D background.