COLOR #63977D

HEX: #63977D RGB: (99,151,125)

Color info

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

RGB color model

#63977D color RGB value is (99,151,125).

RGB: (99,151,125) (39%, 59%, 49%)

RGB channels and saturation

R 99 of 255 = 39%
G 151 of 255 = 59%
B 125 of 255 = 49%

99
151
125

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

Portions of RGB colors in percentages

R + G + B = 99 + 151 + 125 = 375 (100%)
R 99 of 375 ~ 26.4%
G 151 of 375 ~ 40.27%
B 125 of 375 ~ 33.33'%

%26.4
%40.27
%33.33

CMYK color model

#63977D color CMYK value is (34,0,17,41).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK: (34,0,17,41) C34M0Y17K41 (34%,0%,17%,41%) (0.34/0.00/0.17/0.41) 

CMYK percentages

%34.44
%0
%17.22
%40.78

Codes

Color #63977D in popluar color models

63 97 7D
RGB 99 151 125
HSL 150° 20.80% 49.02%
HSB/HSV 150° 34.44% 59.22%
CMYK 34.44% 0.00% 17.22%
40.78%

Color #63977D in popluar number systems.

HEX 63 97 7D
Decimal 99 151 125
Binary 1100011 10010111 1111101
Octal 143 227 175

Shades and tints

Shades of #63977D

#63977D
(99,151,125)
#5A8A72
(90,138,114)
#517D67
(81,125,103)
#48705C
(72,112,92)
#3F6351
(63,99,81)
#365646
(54,86,70)
#2D493B
(45,73,59)
#243C30
(36,60,48)
#1B2F25
(27,47,37)
#12221A
(18,34,26)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63977D

#63977D
(99,151,125)
#71A088
(113,160,136)
#7FA993
(127,169,147)
#8DB29E
(141,178,158)
#9BBBA9
(155,187,169)
#A9C4B4
(169,196,180)
#B7CDBF
(183,205,191)
#C5D6CA
(197,214,202)
#D3DFD5
(211,223,213)
#E1E8E0
(225,232,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63977D; }

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

This text font color is #63977D.

Background Color

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

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

This div background color is #63977D.

Border color

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

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

This div border color is #63977D.

Opacity

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

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

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

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

This text has shadow with #63977D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63977D.

Preview

Color preview on black background

This text has color #63977D on black background.


Color preview on white background

This text has color #63977D on white background.


Black color preview on #63977D background

This text has black color on #63977D background.


White color preview on #63977D background

This text has white color on #63977D background.


Related colors

Complementary color

Complementary color for #hex is #9C6882.


I love getcolorcode.com

Triadic colors

1 #7D6397 and #977D63 with #63977D are triadic colors.

2 #7D9763 and #97637D with #63977D are triadic colors.