COLOR #63835C

HEX: #63835C RGB: (99,131,92)

Color info

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

RGB color model

#63835C color RGB value is (99,131,92).

RGB: (99,131,92) (39%, 51%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 92 of 255 = 36%

99
131
92

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

Portions of RGB colors in percentages

R + G + B = 99 + 131 + 92 = 322 (100%)
R 99 of 322 ~ 30.75%
G 131 of 322 ~ 40.68%
B 92 of 322 ~ 28.57'%

%30.75
%40.68
%28.57

CMYK color model

#63835C color CMYK value is (24,0,30,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 48.63%

CMYK: (24,0,30,49)
C24M0Y30K49 (24%, 0%, 30%, 49%)
(0.24 / 0.00 / 0.30 / 0.49)

CMYK percentages

%24.43
%0
%29.77
%48.63

Codes

Color #63835C in popluar color models

63 83 5C
RGB 99 131 92
HSL 109° 17.49% 43.73%
HSB/HSV 109° 29.77% 51.37%
CMYK 24.43% 0.00% 29.77%
48.63%

Color #63835C in popluar number systems.

HEX 63 83 5C
Decimal 99 131 92
Binary 1100011 10000011 1011100
Octal 143 203 134

Shades and tints

Shades of #63835C

#63835C
(99,131,92)
#5A7854
(90,120,84)
#516D4C
(81,109,76)
#486244
(72,98,68)
#3F573C
(63,87,60)
#364C34
(54,76,52)
#2D412C
(45,65,44)
#243624
(36,54,36)
#1B2B1C
(27,43,28)
#122014
(18,32,20)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #63835C

#63835C
(99,131,92)
#718E6A
(113,142,106)
#7F9978
(127,153,120)
#8DA486
(141,164,134)
#9BAF94
(155,175,148)
#A9BAA2
(169,186,162)
#B7C5B0
(183,197,176)
#C5D0BE
(197,208,190)
#D3DBCC
(211,219,204)
#E1E6DA
(225,230,218)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63835C; }

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

This text font color is #63835C.

Background Color

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

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

This div background color is #63835C.

Border color

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

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

This div border color is #63835C.

Opacity

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

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

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

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

This text has shadow with #63835C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63835C.

Preview

Color preview on black background

This text has color #63835C on black background.


Color preview on white background

This text has color #63835C on white background.


Black color preview on #63835C background

This text has black color on #63835C background.


White color preview on #63835C background

This text has white color on #63835C background.


Related colors

Complementary color

Complementary color for #hex is #9C7CA3.


I love getcolorcode.com

Triadic colors

1 #5C6383 and #835C63 with #63835C are triadic colors.

2 #5C8363 and #83635C with #63835C are triadic colors.