COLOR #63754C

HEX: #63754C
RGB: (99,117,76)

Color info

#63754C contains red, green and blue colors in about the same proportion. Web safe color of #63754C is #666633 (or #663).

RGB color model

#63754C color RGB value is (99,117,76).

  • red value is 99;
  • green value is 117;
  • blue value is 76.
RGB:
(99,117,76)
(39%,46%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 76 of 255 = 30%

99
117
76

R + G + B ~ 38%. #63754C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 76 = 292 (100%)
R 99 of 292 ~ 33.9%
G 117 of 292 ~ 40.07%
B 76 of 292 ~ 26.03%

%33.9
%40.07
%26.03

CMYK color model

#63754C color CMYK value is (15,0,35,54).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(15,0,35,54)
C15M0Y35K54 
(15%,0%,35%,54%)
(0.15/0.00/0.35/0.54)	

CMYK percentages

%15.38
%0
%35.04
%54.12

Codes

Color #63754C in popluar color models

63754C
RGB9911776
HSL86°21.24%37.84%
HSB/HSV86°35.04%45.88%
CMYK15.38%0.00%35.04%
54.12%

Color #63754C in popluar number systems.

HEX63754C
Decimal9911776
Binary110001111101011001100
Octal143165114

Shades and tints

Shades of #63754C

#63754C
(99,117,76)
#5A6B46
(90,107,70)
#516140
(81,97,64)
#48573A
(72,87,58)
#3F4D34
(63,77,52)
#36432E
(54,67,46)
#2D3928
(45,57,40)
#242F22
(36,47,34)
#1B251C
(27,37,28)
#121B16
(18,27,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #63754C

#63754C
(99,117,76)
#71815C
(113,129,92)
#7F8D6C
(127,141,108)
#8D997C
(141,153,124)
#9BA58C
(155,165,140)
#A9B19C
(169,177,156)
#B7BDAC
(183,189,172)
#C5C9BC
(197,201,188)
#D3D5CC
(211,213,204)
#E1E1DC
(225,225,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63754C color. Also use rgb(99,117,76) instead hex code.

Text Font Color

.myTextColor { color: #63754C; }

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

This text font color is #63754C.


Background Color

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

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

This div background color is #63754C.


Border color

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

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

This div border color is #63754C.


Opacity

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

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

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

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

This text has shadow with #63754C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63754C on black background.


Color preview on white background

This text has color #63754C on white background.



Black color preview on #63754C background

This text has black color on #63754C background.


White color preview on #63754C background

This text has white color on #63754C background.