COLOR #63907F

HEX: #63907F RGB: (99,144,127)

Color info

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

RGB color model

#63907F color RGB value is (99,144,127).

RGB: (99,144,127) (39%, 56%, 50%)

RGB channels and saturation

R 99 of 255 = 39%
G 144 of 255 = 56%
B 127 of 255 = 50%

99
144
127

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

Portions of RGB colors in percentages

R + G + B = 99 + 144 + 127 = 370 (100%)
R 99 of 370 ~ 26.76%
G 144 of 370 ~ 38.92%
B 127 of 370 ~ 34.32'%

%26.76
%38.92
%34.32

CMYK color model

#63907F color CMYK value is (31,0,12,44).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 43.53%

CMYK: (31,0,12,44)
C31M0Y12K44 (31%, 0%, 12%, 44%)
(0.31 / 0.00 / 0.12 / 0.44)

CMYK percentages

%31.25
%0
%11.81
%43.53

Codes

Color #63907F in popluar color models

63 90 7F
RGB 99 144 127
HSL 157° 18.52% 47.65%
HSB/HSV 157° 31.25% 56.47%
CMYK 31.25% 0.00% 11.81%
43.53%

Color #63907F in popluar number systems.

HEX 63 90 7F
Decimal 99 144 127
Binary 1100011 10010000 1111111
Octal 143 220 177

Shades and tints

Shades of #63907F

#63907F
(99,144,127)
#5A8374
(90,131,116)
#517669
(81,118,105)
#48695E
(72,105,94)
#3F5C53
(63,92,83)
#364F48
(54,79,72)
#2D423D
(45,66,61)
#243532
(36,53,50)
#1B2827
(27,40,39)
#121B1C
(18,27,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #63907F

#63907F
(99,144,127)
#719A8A
(113,154,138)
#7FA495
(127,164,149)
#8DAEA0
(141,174,160)
#9BB8AB
(155,184,171)
#A9C2B6
(169,194,182)
#B7CCC1
(183,204,193)
#C5D6CC
(197,214,204)
#D3E0D7
(211,224,215)
#E1EAE2
(225,234,226)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63907F color. Also use rgb(99,144,127) instead hex code.

Text Font Color

.myTextColor { color: #63907F; }

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

This text font color is #63907F.

Background Color

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

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

This div background color is #63907F.

Border color

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

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

This div border color is #63907F.

Opacity

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

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

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

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

This text has shadow with #63907F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63907F.

Preview

Color preview on black background

This text has color #63907F on black background.


Color preview on white background

This text has color #63907F on white background.


Black color preview on #63907F background

This text has black color on #63907F background.


White color preview on #63907F background

This text has white color on #63907F background.


Related colors

Complementary color

Complementary color for #hex is #9C6F80.


I love getcolorcode.com

Triadic colors

1 #7F6390 and #907F63 with #63907F are triadic colors.

2 #7F9063 and #90637F with #63907F are triadic colors.