COLOR #63824B

HEX: #63824B
RGB: (99,130,75)

Color info

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

RGB color model

#63824B color RGB value is (99,130,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 75 of 255 = 29%

99
130
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 75 = 304 (100%)
R 99 of 304 ~ 32.57%
G 130 of 304 ~ 42.76%
B 75 of 304 ~ 24.67%

%32.57
%42.76
%24.67

CMYK color model

#63824B color CMYK value is (24,0,42,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(24,0,42,49)
C24M0Y42K49 
(24%,0%,42%,49%)
(0.24/0.00/0.42/0.49)	

CMYK percentages

%23.85
%0
%42.31
%49.02

Codes

Color #63824B in popluar color models

63824B
RGB9913075
HSL94°26.83%40.20%
HSB/HSV94°42.31%50.98%
CMYK23.85%0.00%42.31%
49.02%

Color #63824B in popluar number systems.

HEX63824B
Decimal9913075
Binary1100011100000101001011
Octal143202113

Shades and tints

Shades of #63824B

#63824B
(99,130,75)
#5A7745
(90,119,69)
#516C3F
(81,108,63)
#486139
(72,97,57)
#3F5633
(63,86,51)
#364B2D
(54,75,45)
#2D4027
(45,64,39)
#243521
(36,53,33)
#1B2A1B
(27,42,27)
#121F15
(18,31,21)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #63824B

#63824B
(99,130,75)
#718D5B
(113,141,91)
#7F986B
(127,152,107)
#8DA37B
(141,163,123)
#9BAE8B
(155,174,139)
#A9B99B
(169,185,155)
#B7C4AB
(183,196,171)
#C5CFBB
(197,207,187)
#D3DACB
(211,218,203)
#E1E5DB
(225,229,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63824B; }

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

This text font color is #63824B.


Background Color

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

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

This div background color is #63824B.


Border color

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

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

This div border color is #63824B.


Opacity

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

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

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

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

This text has shadow with #63824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63824B on black background.


Color preview on white background

This text has color #63824B on white background.



Black color preview on #63824B background

This text has black color on #63824B background.


White color preview on #63824B background

This text has white color on #63824B background.