COLOR #63725C

HEX: #63725C RGB: (99,114,92)

Color info

#63725C contains red, green and blue colors in about the same proportion. Web safe color of #63725C is #666666 (or #666).

RGB color model

#63725C color RGB value is (99,114,92).

RGB: (99,114,92) (39%, 45%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 114 of 255 = 45%
B 92 of 255 = 36%

99
114
92

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

Portions of RGB colors in percentages

R + G + B = 99 + 114 + 92 = 305 (100%)
R 99 of 305 ~ 32.46%
G 114 of 305 ~ 37.38%
B 92 of 305 ~ 30.16'%

%32.46
%37.38
%30.16

CMYK color model

#63725C color CMYK value is (13,0,19,55).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK: (13,0,19,55) C13M0Y19K55 (13%,0%,19%,55%) (0.13/0.00/0.19/0.55) 

CMYK percentages

%13.16
%0
%19.3
%55.29

Codes

Color #63725C in popluar color models

63 72 5C
RGB 99 114 92
HSL 101° 10.68% 40.39%
HSB/HSV 101° 19.30% 44.71%
CMYK 13.16% 0.00% 19.30%
55.29%

Color #63725C in popluar number systems.

HEX 63 72 5C
Decimal 99 114 92
Binary 1100011 1110010 1011100
Octal 143 162 134

Shades and tints

Shades of #63725C

#63725C
(99,114,92)
#5A6854
(90,104,84)
#515E4C
(81,94,76)
#485444
(72,84,68)
#3F4A3C
(63,74,60)
#364034
(54,64,52)
#2D362C
(45,54,44)
#242C24
(36,44,36)
#1B221C
(27,34,28)
#121814
(18,24,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #63725C

#63725C
(99,114,92)
#717E6A
(113,126,106)
#7F8A78
(127,138,120)
#8D9686
(141,150,134)
#9BA294
(155,162,148)
#A9AEA2
(169,174,162)
#B7BAB0
(183,186,176)
#C5C6BE
(197,198,190)
#D3D2CC
(211,210,204)
#E1DEDA
(225,222,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63725C; }

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

This text font color is #63725C.

Background Color

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

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

This div background color is #63725C.

Border color

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

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

This div border color is #63725C.

Opacity

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

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

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

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

This text has shadow with #63725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63725C.

Preview

Color preview on black background

This text has color #63725C on black background.


Color preview on white background

This text has color #63725C on white background.


Black color preview on #63725C background

This text has black color on #63725C background.


White color preview on #63725C background

This text has white color on #63725C background.


Related colors

Complementary color

Complementary color for #hex is #9C8DA3.


I love getcolorcode.com

Triadic colors

1 #5C6372 and #725C63 with #63725C are triadic colors.

2 #5C7263 and #72635C with #63725C are triadic colors.