COLOR #63855C

HEX: #63855C
RGB: (99,133,92)

Color info

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

RGB color model

#63855C color RGB value is (99,133,92).

  • red value is 99;
  • green value is 133;
  • blue value is 92.
RGB:
(99,133,92)
(39%,52%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 92 of 255 = 36%

99
133
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 92 = 324 (100%)
R 99 of 324 ~ 30.56%
G 133 of 324 ~ 41.05%
B 92 of 324 ~ 28.4%

%30.56
%41.05
%28.4

CMYK color model

#63855C color CMYK value is (26,0,31,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(26,0,31,48)
C26M0Y31K48 
(26%,0%,31%,48%)
(0.26/0.00/0.31/0.48)	

CMYK percentages

%25.56
%0
%30.83
%47.84

Codes

Color #63855C in popluar color models

63855C
RGB9913392
HSL110°18.22%44.12%
HSB/HSV110°30.83%52.16%
CMYK25.56%0.00%30.83%
47.84%

Color #63855C in popluar number systems.

HEX63855C
Decimal9913392
Binary1100011100001011011100
Octal143205134

Shades and tints

Shades of #63855C

#63855C
(99,133,92)
#5A7954
(90,121,84)
#516D4C
(81,109,76)
#486144
(72,97,68)
#3F553C
(63,85,60)
#364934
(54,73,52)
#2D3D2C
(45,61,44)
#243124
(36,49,36)
#1B251C
(27,37,28)
#121914
(18,25,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #63855C

#63855C
(99,133,92)
#71906A
(113,144,106)
#7F9B78
(127,155,120)
#8DA686
(141,166,134)
#9BB194
(155,177,148)
#A9BCA2
(169,188,162)
#B7C7B0
(183,199,176)
#C5D2BE
(197,210,190)
#D3DDCC
(211,221,204)
#E1E8DA
(225,232,218)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63855C color. Also use rgb(99,133,92) instead hex code.

Text Font Color

.myTextColor { color: #63855C; }

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

This text font color is #63855C.


Background Color

.myBgColor { background-color: #63855C; }

<div style="background-color:#63855C">Inner text</div>

This div background color is #63855C.


Border color

.myBorderColor { border: 1px solid #63855C; }

<div style="border:3px solid #63855C">Div</div>

This div border color is #63855C.


Opacity

.myOpacity80 { color: #63855C; opacity: 0.8; }

<p style="color:#63855C;opacity:0.8;">80%</p>

Text with #63855C 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 #63855C;}

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

This text has shadow with #63855C color.

.textShadow {text-shadow: 3px 3px 1px #63855C, 3px 3px 1px red;}

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

This text has shadow with #63855C primary color and red secondary color.


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

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

This text has shadow with #63855C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63855C on black background.


Color preview on white background

This text has color #63855C on white background.



Black color preview on #63855C background

This text has black color on #63855C background.


White color preview on #63855C background

This text has white color on #63855C background.