COLOR #63825B

HEX: #63825B
RGB: (99,130,91)

Color info

#63825B contains red, green and blue colors in about the same proportion. Web safe color of #63825B is #669966 (or #696).

RGB color model

#63825B color RGB value is (99,130,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 91 of 255 = 36%

99
130
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 91 = 320 (100%)
R 99 of 320 ~ 30.94%
G 130 of 320 ~ 40.63%
B 91 of 320 ~ 28.44%

%30.94
%40.63
%28.44

CMYK color model

#63825B color CMYK value is (24,0,30,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(24,0,30,49)
C24M0Y30K49 
(24%,0%,30%,49%)
(0.24/0.00/0.30/0.49)	

CMYK percentages

%23.85
%0
%30
%49.02

Codes

Color #63825B in popluar color models

63825B
RGB9913091
HSL108°17.65%43.33%
HSB/HSV108°30.00%50.98%
CMYK23.85%0.00%30.00%
49.02%

Color #63825B in popluar number systems.

HEX63825B
Decimal9913091
Binary1100011100000101011011
Octal143202133

Shades and tints

Shades of #63825B

#63825B
(99,130,91)
#5A7753
(90,119,83)
#516C4B
(81,108,75)
#486143
(72,97,67)
#3F563B
(63,86,59)
#364B33
(54,75,51)
#2D402B
(45,64,43)
#243523
(36,53,35)
#1B2A1B
(27,42,27)
#121F13
(18,31,19)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #63825B

#63825B
(99,130,91)
#718D69
(113,141,105)
#7F9877
(127,152,119)
#8DA385
(141,163,133)
#9BAE93
(155,174,147)
#A9B9A1
(169,185,161)
#B7C4AF
(183,196,175)
#C5CFBD
(197,207,189)
#D3DACB
(211,218,203)
#E1E5D9
(225,229,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63825B; }

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

This text font color is #63825B.


Background Color

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

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

This div background color is #63825B.


Border color

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

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

This div border color is #63825B.


Opacity

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

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

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

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

This text has shadow with #63825B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63825B on black background.


Color preview on white background

This text has color #63825B on white background.



Black color preview on #63825B background

This text has black color on #63825B background.


White color preview on #63825B background

This text has white color on #63825B background.