COLOR #63775F

HEX: #63775F
RGB: (99,119,95)

Color info

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

RGB color model

#63775F color RGB value is (99,119,95).

  • red value is 99;
  • green value is 119;
  • blue value is 95.
RGB:
(99,119,95)
(39%,47%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 95 of 255 = 37%

99
119
95

R + G + B ~ 41%. #63775F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 95 = 313 (100%)
R 99 of 313 ~ 31.63%
G 119 of 313 ~ 38.02%
B 95 of 313 ~ 30.35%

%31.63
%38.02
%30.35

CMYK color model

#63775F color CMYK value is (17,0,20,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(17,0,20,53)
C17M0Y20K53 
(17%,0%,20%,53%)
(0.17/0.00/0.20/0.53)	

CMYK percentages

%16.81
%0
%20.17
%53.33

Codes

Color #63775F in popluar color models

63775F
RGB9911995
HSL110°11.21%41.96%
HSB/HSV110°20.17%46.67%
CMYK16.81%0.00%20.17%
53.33%

Color #63775F in popluar number systems.

HEX63775F
Decimal9911995
Binary110001111101111011111
Octal143167137

Shades and tints

Shades of #63775F

#63775F
(99,119,95)
#5A6D57
(90,109,87)
#51634F
(81,99,79)
#485947
(72,89,71)
#3F4F3F
(63,79,63)
#364537
(54,69,55)
#2D3B2F
(45,59,47)
#243127
(36,49,39)
#1B271F
(27,39,31)
#121D17
(18,29,23)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #63775F

#63775F
(99,119,95)
#71836D
(113,131,109)
#7F8F7B
(127,143,123)
#8D9B89
(141,155,137)
#9BA797
(155,167,151)
#A9B3A5
(169,179,165)
#B7BFB3
(183,191,179)
#C5CBC1
(197,203,193)
#D3D7CF
(211,215,207)
#E1E3DD
(225,227,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63775F color. Also use rgb(99,119,95) instead hex code.

Text Font Color

.myTextColor { color: #63775F; }

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

This text font color is #63775F.


Background Color

.myBgColor { background-color: #63775F; }

<div style="background-color:#63775F">Inner text</div>

This div background color is #63775F.


Border color

.myBorderColor { border: 1px solid #63775F; }

<div style="border:3px solid #63775F">Div</div>

This div border color is #63775F.


Opacity

.myOpacity80 { color: #63775F; opacity: 0.8; }

<p style="color:#63775F;opacity:0.8;">80%</p>

Text with #63775F 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 #63775F;}

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

This text has shadow with #63775F color.

.textShadow {text-shadow: 3px 3px 1px #63775F, 3px 3px 1px red;}

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

This text has shadow with #63775F primary color and red secondary color.


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

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

This text has shadow with #63775F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63775F on black background.


Color preview on white background

This text has color #63775F on white background.



Black color preview on #63775F background

This text has black color on #63775F background.


White color preview on #63775F background

This text has white color on #63775F background.