COLOR #63825F

HEX: #63825F
RGB: (99,130,95)

Color info

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

RGB color model

#63825F color RGB value is (99,130,95).

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

RGB channels and saturation

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

99
130
95

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 95 = 324 (100%)
R 99 of 324 ~ 30.56%
G 130 of 324 ~ 40.12%
B 95 of 324 ~ 29.32%

%30.56
%40.12
%29.32

CMYK color model

#63825F color CMYK value is (24,0,27,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(24,0,27,49)
C24M0Y27K49 
(24%,0%,27%,49%)
(0.24/0.00/0.27/0.49)	

CMYK percentages

%23.85
%0
%26.92
%49.02

Codes

Color #63825F in popluar color models

63825F
RGB9913095
HSL113°15.56%44.12%
HSB/HSV113°26.92%50.98%
CMYK23.85%0.00%26.92%
49.02%

Color #63825F in popluar number systems.

HEX63825F
Decimal9913095
Binary1100011100000101011111
Octal143202137

Shades and tints

Shades of #63825F

#63825F
(99,130,95)
#5A7757
(90,119,87)
#516C4F
(81,108,79)
#486147
(72,97,71)
#3F563F
(63,86,63)
#364B37
(54,75,55)
#2D402F
(45,64,47)
#243527
(36,53,39)
#1B2A1F
(27,42,31)
#121F17
(18,31,23)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #63825F

#63825F
(99,130,95)
#718D6D
(113,141,109)
#7F987B
(127,152,123)
#8DA389
(141,163,137)
#9BAE97
(155,174,151)
#A9B9A5
(169,185,165)
#B7C4B3
(183,196,179)
#C5CFC1
(197,207,193)
#D3DACF
(211,218,207)
#E1E5DD
(225,229,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63825F; }

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

This text font color is #63825F.


Background Color

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

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

This div background color is #63825F.


Border color

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

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

This div border color is #63825F.


Opacity

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

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

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

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

This text has shadow with #63825F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63825F on black background.


Color preview on white background

This text has color #63825F on white background.



Black color preview on #63825F background

This text has black color on #63825F background.


White color preview on #63825F background

This text has white color on #63825F background.