COLOR #638B78

HEX: #638B78 RGB: (99,139,120)

Color info

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

RGB color model

#638B78 color RGB value is (99,139,120).

RGB: (99,139,120) (39%, 55%, 47%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 120 of 255 = 47%

99
139
120

R + G + B ~ 47%. #638B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 139 + 120 = 358 (100%)
R 99 of 358 ~ 27.65%
G 139 of 358 ~ 38.83%
B 120 of 358 ~ 33.52'%

%27.65
%38.83
%33.52

CMYK color model

#638B78 color CMYK value is (29,0,14,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%

CMYK: (29,0,14,45)
C29M0Y14K45 (29%, 0%, 14%, 45%)
(0.29 / 0.00 / 0.14 / 0.45)

CMYK percentages

%28.78
%0
%13.67
%45.49

Codes

Color #638B78 in popluar color models

63 8B 78
RGB 99 139 120
HSL 152° 16.81% 46.67%
HSB/HSV 152° 28.78% 54.51%
CMYK 28.78% 0.00% 13.67%
45.49%

Color #638B78 in popluar number systems.

HEX 63 8B 78
Decimal 99 139 120
Binary 1100011 10001011 1111000
Octal 143 213 170

Shades and tints

Shades of #638B78

#638B78
(99,139,120)
#5A7F6E
(90,127,110)
#517364
(81,115,100)
#48675A
(72,103,90)
#3F5B50
(63,91,80)
#364F46
(54,79,70)
#2D433C
(45,67,60)
#243732
(36,55,50)
#1B2B28
(27,43,40)
#121F1E
(18,31,30)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #638B78

#638B78
(99,139,120)
#719584
(113,149,132)
#7F9F90
(127,159,144)
#8DA99C
(141,169,156)
#9BB3A8
(155,179,168)
#A9BDB4
(169,189,180)
#B7C7C0
(183,199,192)
#C5D1CC
(197,209,204)
#D3DBD8
(211,219,216)
#E1E5E4
(225,229,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638B78 color. Also use rgb(99,139,120) instead hex code.

Text Font Color

.myTextColor { color: #638B78; }

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

This text font color is #638B78.

Background Color

.myBgColor { background-color: #638B78; }

<div style="background-color:#638B78">Inner text</div>

This div background color is #638B78.

Border color

.myBorderColor { border: 1px solid #638B78; }

<div style="border:3px solid #638B78">Div</div>

This div border color is #638B78.

Opacity

.myOpacity80 { color: #638B78; opacity: 0.8; }

<p style="color:#638B78;opacity:0.8;">80%</p>

Text with #638B78 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 #638B78;}

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

This text has shadow with #638B78 color.


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

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

This text has shadow with #638B78 primary color and red secondary color.


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

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

This text has shadow with #638B78 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #638B78.

Preview

Color preview on black background

This text has color #638B78 on black background.


Color preview on white background

This text has color #638B78 on white background.


Black color preview on #638B78 background

This text has black color on #638B78 background.


White color preview on #638B78 background

This text has white color on #638B78 background.


Related colors

Complementary color

Complementary color for #hex is #9C7487.


I love getcolorcode.com

Triadic colors

1 #78638B and #8B7863 with #638B78 are triadic colors.

2 #788B63 and #8B6378 with #638B78 are triadic colors.