COLOR #63844B

HEX: #63844B
RGB: (99,132,75)

Color info

#63844B contains red, green and blue colors in about the same proportion. Web safe color of #63844B is #669933 (or #693).

RGB color model

#63844B color RGB value is (99,132,75).

  • red value is 99;
  • green value is 132;
  • blue value is 75.
RGB:
(99,132,75)
(39%,52%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 75 of 255 = 29%

99
132
75

R + G + B ~ 40%. #63844B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 132 + 75 = 306 (100%)
R 99 of 306 ~ 32.35%
G 132 of 306 ~ 43.14%
B 75 of 306 ~ 24.51%

%32.35
%43.14
%24.51

CMYK color model

#63844B color CMYK value is (25,0,43,48).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(25,0,43,48)
C25M0Y43K48 
(25%,0%,43%,48%)
(0.25/0.00/0.43/0.48)	

CMYK percentages

%25
%0
%43.18
%48.24

Codes

Color #63844B in popluar color models

63844B
RGB9913275
HSL95°27.54%40.59%
HSB/HSV95°43.18%51.76%
CMYK25.00%0.00%43.18%
48.24%

Color #63844B in popluar number systems.

HEX63844B
Decimal9913275
Binary1100011100001001001011
Octal143204113

Shades and tints

Shades of #63844B

#63844B
(99,132,75)
#5A7845
(90,120,69)
#516C3F
(81,108,63)
#486039
(72,96,57)
#3F5433
(63,84,51)
#36482D
(54,72,45)
#2D3C27
(45,60,39)
#243021
(36,48,33)
#1B241B
(27,36,27)
#121815
(18,24,21)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #63844B

#63844B
(99,132,75)
#718F5B
(113,143,91)
#7F9A6B
(127,154,107)
#8DA57B
(141,165,123)
#9BB08B
(155,176,139)
#A9BB9B
(169,187,155)
#B7C6AB
(183,198,171)
#C5D1BB
(197,209,187)
#D3DCCB
(211,220,203)
#E1E7DB
(225,231,219)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63844B color. Also use rgb(99,132,75) instead hex code.

Text Font Color

.myTextColor { color: #63844B; }

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

This text font color is #63844B.


Background Color

.myBgColor { background-color: #63844B; }

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

This div background color is #63844B.


Border color

.myBorderColor { border: 1px solid #63844B; }

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

This div border color is #63844B.


Opacity

.myOpacity80 { color: #63844B; opacity: 0.8; }

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

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

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

This text has shadow with #63844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63844B on black background.


Color preview on white background

This text has color #63844B on white background.



Black color preview on #63844B background

This text has black color on #63844B background.


White color preview on #63844B background

This text has white color on #63844B background.