COLOR #63825E

HEX: #63825E
RGB: (99,130,94)

Color info

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

RGB color model

#63825E color RGB value is (99,130,94).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 94 of 255 = 37%

99
130
94

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 94 = 323 (100%)
R 99 of 323 ~ 30.65%
G 130 of 323 ~ 40.25%
B 94 of 323 ~ 29.1%

%30.65
%40.25
%29.1

CMYK color model

#63825E color CMYK value is (24,0,28,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(24,0,28,49)
C24M0Y28K49 
(24%,0%,28%,49%)
(0.24/0.00/0.28/0.49)	

CMYK percentages

%23.85
%0
%27.69
%49.02

Codes

Color #63825E in popluar color models

63825E
RGB9913094
HSL112°16.07%43.92%
HSB/HSV112°27.69%50.98%
CMYK23.85%0.00%27.69%
49.02%

Color #63825E in popluar number systems.

HEX63825E
Decimal9913094
Binary1100011100000101011110
Octal143202136

Shades and tints

Shades of #63825E

#63825E
(99,130,94)
#5A7756
(90,119,86)
#516C4E
(81,108,78)
#486146
(72,97,70)
#3F563E
(63,86,62)
#364B36
(54,75,54)
#2D402E
(45,64,46)
#243526
(36,53,38)
#1B2A1E
(27,42,30)
#121F16
(18,31,22)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #63825E

#63825E
(99,130,94)
#718D6C
(113,141,108)
#7F987A
(127,152,122)
#8DA388
(141,163,136)
#9BAE96
(155,174,150)
#A9B9A4
(169,185,164)
#B7C4B2
(183,196,178)
#C5CFC0
(197,207,192)
#D3DACE
(211,218,206)
#E1E5DC
(225,229,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63825E; }

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

This text font color is #63825E.


Background Color

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

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

This div background color is #63825E.


Border color

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

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

This div border color is #63825E.


Opacity

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

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

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

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

This text has shadow with #63825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63825E on black background.


Color preview on white background

This text has color #63825E on white background.



Black color preview on #63825E background

This text has black color on #63825E background.


White color preview on #63825E background

This text has white color on #63825E background.