COLOR #63965C

HEX: #63965C
RGB: (99,150,92)

Color info

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

RGB color model

#63965C color RGB value is (99,150,92).

  • red value is 99;
  • green value is 150;
  • blue value is 92.
RGB:
(99,150,92)
(39%,59%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 92 of 255 = 36%

99
150
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 92 = 341 (100%)
R 99 of 341 ~ 29.03%
G 150 of 341 ~ 43.99%
B 92 of 341 ~ 26.98%

%29.03
%43.99
%26.98

CMYK color model

#63965C color CMYK value is (34,0,39,41).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(34,0,39,41)
C34M0Y39K41 
(34%,0%,39%,41%)
(0.34/0.00/0.39/0.41)	

CMYK percentages

%34
%0
%38.67
%41.18

Codes

Color #63965C in popluar color models

63965C
RGB9915092
HSL113°23.97%47.45%
HSB/HSV113°38.67%58.82%
CMYK34.00%0.00%38.67%
41.18%

Color #63965C in popluar number systems.

HEX63965C
Decimal9915092
Binary1100011100101101011100
Octal143226134

Shades and tints

Shades of #63965C

#63965C
(99,150,92)
#5A8954
(90,137,84)
#517C4C
(81,124,76)
#486F44
(72,111,68)
#3F623C
(63,98,60)
#365534
(54,85,52)
#2D482C
(45,72,44)
#243B24
(36,59,36)
#1B2E1C
(27,46,28)
#122114
(18,33,20)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #63965C

#63965C
(99,150,92)
#719F6A
(113,159,106)
#7FA878
(127,168,120)
#8DB186
(141,177,134)
#9BBA94
(155,186,148)
#A9C3A2
(169,195,162)
#B7CCB0
(183,204,176)
#C5D5BE
(197,213,190)
#D3DECC
(211,222,204)
#E1E7DA
(225,231,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63965C; }

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

This text font color is #63965C.


Background Color

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

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

This div background color is #63965C.


Border color

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

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

This div border color is #63965C.


Opacity

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

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

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

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

This text has shadow with #63965C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63965C on black background.


Color preview on white background

This text has color #63965C on white background.



Black color preview on #63965C background

This text has black color on #63965C background.


White color preview on #63965C background

This text has white color on #63965C background.