COLOR #63907A

HEX: #63907A RGB: (99,144,122)

Color info

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

RGB color model

#63907A color RGB value is (99,144,122).

RGB: (99,144,122) (39%, 56%, 48%)

RGB channels and saturation

R 99 of 255 = 39%
G 144 of 255 = 56%
B 122 of 255 = 48%

99
144
122

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

Portions of RGB colors in percentages

R + G + B = 99 + 144 + 122 = 365 (100%)
R 99 of 365 ~ 27.12%
G 144 of 365 ~ 39.45%
B 122 of 365 ~ 33.42'%

%27.12
%39.45
%33.42

CMYK color model

#63907A color CMYK value is (31,0,15,44).

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

CMYK: (31,0,15,44)
C31M0Y15K44 (31%, 0%, 15%, 44%)
(0.31 / 0.00 / 0.15 / 0.44)

CMYK percentages

%31.25
%0
%15.28
%43.53

Codes

Color #63907A in popluar color models

63 90 7A
RGB 99 144 122
HSL 151° 18.52% 47.65%
HSB/HSV 151° 31.25% 56.47%
CMYK 31.25% 0.00% 15.28%
43.53%

Color #63907A in popluar number systems.

HEX 63 90 7A
Decimal 99 144 122
Binary 1100011 10010000 1111010
Octal 143 220 172

Shades and tints

Shades of #63907A

#63907A
(99,144,122)
#5A836F
(90,131,111)
#517664
(81,118,100)
#486959
(72,105,89)
#3F5C4E
(63,92,78)
#364F43
(54,79,67)
#2D4238
(45,66,56)
#24352D
(36,53,45)
#1B2822
(27,40,34)
#121B17
(18,27,23)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #63907A

#63907A
(99,144,122)
#719A86
(113,154,134)
#7FA492
(127,164,146)
#8DAE9E
(141,174,158)
#9BB8AA
(155,184,170)
#A9C2B6
(169,194,182)
#B7CCC2
(183,204,194)
#C5D6CE
(197,214,206)
#D3E0DA
(211,224,218)
#E1EAE6
(225,234,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63907A; }

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

This text font color is #63907A.

Background Color

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

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

This div background color is #63907A.

Border color

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

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

This div border color is #63907A.

Opacity

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

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

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

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

This text has shadow with #63907A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63907A.

Preview

Color preview on black background

This text has color #63907A on black background.


Color preview on white background

This text has color #63907A on white background.


Black color preview on #63907A background

This text has black color on #63907A background.


White color preview on #63907A background

This text has white color on #63907A background.


Related colors

Complementary color

Complementary color for #hex is #9C6F85.


I love getcolorcode.com

Triadic colors

1 #7A6390 and #907A63 with #63907A are triadic colors.

2 #7A9063 and #90637A with #63907A are triadic colors.