COLOR #63836A

HEX: #63836A
RGB: (99,131,106)

Color info

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

RGB color model

#63836A color RGB value is (99,131,106).

  • red value is 99;
  • green value is 131;
  • blue value is 106.
RGB:
(99,131,106)
(39%,51%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 106 of 255 = 42%

99
131
106

R + G + B ~ 44%. #63836A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 106 = 336 (100%)
R 99 of 336 ~ 29.46%
G 131 of 336 ~ 38.99%
B 106 of 336 ~ 31.55%

%29.46
%38.99
%31.55

CMYK color model

#63836A color CMYK value is (24,0,19,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(24,0,19,49)
C24M0Y19K49 
(24%,0%,19%,49%)
(0.24/0.00/0.19/0.49)	

CMYK percentages

%24.43
%0
%19.08
%48.63

Codes

Color #63836A in popluar color models

63836A
RGB99131106
HSL133°13.91%45.10%
HSB/HSV133°24.43%51.37%
CMYK24.43%0.00%19.08%
48.63%

Color #63836A in popluar number systems.

HEX63836A
Decimal99131106
Binary1100011100000111101010
Octal143203152

Shades and tints

Shades of #63836A

#63836A
(99,131,106)
#5A7861
(90,120,97)
#516D58
(81,109,88)
#48624F
(72,98,79)
#3F5746
(63,87,70)
#364C3D
(54,76,61)
#2D4134
(45,65,52)
#24362B
(36,54,43)
#1B2B22
(27,43,34)
#122019
(18,32,25)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #63836A

#63836A
(99,131,106)
#718E77
(113,142,119)
#7F9984
(127,153,132)
#8DA491
(141,164,145)
#9BAF9E
(155,175,158)
#A9BAAB
(169,186,171)
#B7C5B8
(183,197,184)
#C5D0C5
(197,208,197)
#D3DBD2
(211,219,210)
#E1E6DF
(225,230,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63836A color. Also use rgb(99,131,106) instead hex code.

Text Font Color

.myTextColor { color: #63836A; }

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

This text font color is #63836A.


Background Color

.myBgColor { background-color: #63836A; }

<div style="background-color:#63836A">Inner text</div>

This div background color is #63836A.


Border color

.myBorderColor { border: 1px solid #63836A; }

<div style="border:3px solid #63836A">Div</div>

This div border color is #63836A.


Opacity

.myOpacity80 { color: #63836A; opacity: 0.8; }

<p style="color:#63836A;opacity:0.8;">80%</p>

Text with #63836A 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 #63836A;}

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

This text has shadow with #63836A color.

.textShadow {text-shadow: 3px 3px 1px #63836A, 3px 3px 1px red;}

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

This text has shadow with #63836A primary color and red secondary color.


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

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

This text has shadow with #63836A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63836A on black background.


Color preview on white background

This text has color #63836A on white background.



Black color preview on #63836A background

This text has black color on #63836A background.


White color preview on #63836A background

This text has white color on #63836A background.