COLOR #63975D

HEX: #63975D
RGB: (99,151,93)

Color info

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

RGB color model

#63975D color RGB value is (99,151,93).

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

RGB channels and saturation

R 99 of 255 = 39%
G 151 of 255 = 59%
B 93 of 255 = 36%

99
151
93

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

Portions of RGB colors in percentages

R + G + B =
99 + 151 + 93 = 343 (100%)
R 99 of 343 ~ 28.86%
G 151 of 343 ~ 44.02%
B 93 of 343 ~ 27.11%

%28.86
%44.02
%27.11

CMYK color model

#63975D color CMYK value is (34,0,38,41).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK:
(34,0,38,41)
C34M0Y38K41 
(34%,0%,38%,41%)
(0.34/0.00/0.38/0.41)	

CMYK percentages

%34.44
%0
%38.41
%40.78

Codes

Color #63975D in popluar color models

63975D
RGB9915193
HSL114°23.77%47.84%
HSB/HSV114°38.41%59.22%
CMYK34.44%0.00%38.41%
40.78%

Color #63975D in popluar number systems.

HEX63975D
Decimal9915193
Binary1100011100101111011101
Octal143227135

Shades and tints

Shades of #63975D

#63975D
(99,151,93)
#5A8A55
(90,138,85)
#517D4D
(81,125,77)
#487045
(72,112,69)
#3F633D
(63,99,61)
#365635
(54,86,53)
#2D492D
(45,73,45)
#243C25
(36,60,37)
#1B2F1D
(27,47,29)
#122215
(18,34,21)
#09150D
(9,21,13)
#000000
(0,0,0)

Tints of #63975D

#63975D
(99,151,93)
#71A06B
(113,160,107)
#7FA979
(127,169,121)
#8DB287
(141,178,135)
#9BBB95
(155,187,149)
#A9C4A3
(169,196,163)
#B7CDB1
(183,205,177)
#C5D6BF
(197,214,191)
#D3DFCD
(211,223,205)
#E1E8DB
(225,232,219)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63975D color. Also use rgb(99,151,93) instead hex code.

Text Font Color

.myTextColor { color: #63975D; }

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

This text font color is #63975D.


Background Color

.myBgColor { background-color: #63975D; }

<div style="background-color:#63975D">Inner text</div>

This div background color is #63975D.


Border color

.myBorderColor { border: 1px solid #63975D; }

<div style="border:3px solid #63975D">Div</div>

This div border color is #63975D.


Opacity

.myOpacity80 { color: #63975D; opacity: 0.8; }

<p style="color:#63975D;opacity:0.8;">80%</p>

Text with #63975D 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 #63975D;}

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

This text has shadow with #63975D color.

.textShadow {text-shadow: 3px 3px 1px #63975D, 3px 3px 1px red;}

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

This text has shadow with #63975D primary color and red secondary color.


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

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

This text has shadow with #63975D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63975D on black background.


Color preview on white background

This text has color #63975D on white background.



Black color preview on #63975D background

This text has black color on #63975D background.


White color preview on #63975D background

This text has white color on #63975D background.