COLOR #638A71

HEX: #638A71 RGB: (99,138,113)

Color info

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

RGB color model

#638A71 color RGB value is (99,138,113).

RGB: (99,138,113) (39%, 54%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 113 of 255 = 44%

99
138
113

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 113 = 350 (100%)
R 99 of 350 ~ 28.29%
G 138 of 350 ~ 39.43%
B 113 of 350 ~ 32.29'%

%28.29
%39.43
%32.29

CMYK color model

#638A71 color CMYK value is (28,0,18,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 45.88%
CMYK: (28,0,18,46) C28M0Y18K46 (28%,0%,18%,46%) (0.28/0.00/0.18/0.46) 

CMYK percentages

%28.26
%0
%18.12
%45.88

Codes

Color #638A71 in popluar color models

63 8A 71
RGB 99 138 113
HSL 142° 16.46% 46.47%
HSB/HSV 142° 28.26% 54.12%
CMYK 28.26% 0.00% 18.12%
45.88%

Color #638A71 in popluar number systems.

HEX 63 8A 71
Decimal 99 138 113
Binary 1100011 10001010 1110001
Octal 143 212 161

Shades and tints

Shades of #638A71

#638A71
(99,138,113)
#5A7E67
(90,126,103)
#51725D
(81,114,93)
#486653
(72,102,83)
#3F5A49
(63,90,73)
#364E3F
(54,78,63)
#2D4235
(45,66,53)
#24362B
(36,54,43)
#1B2A21
(27,42,33)
#121E17
(18,30,23)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #638A71

#638A71
(99,138,113)
#71947D
(113,148,125)
#7F9E89
(127,158,137)
#8DA895
(141,168,149)
#9BB2A1
(155,178,161)
#A9BCAD
(169,188,173)
#B7C6B9
(183,198,185)
#C5D0C5
(197,208,197)
#D3DAD1
(211,218,209)
#E1E4DD
(225,228,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A71 color. Also use rgb(99,138,113) instead hex code.

Text Font Color

.myTextColor { color: #638A71; }

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

This text font color is #638A71.

Background Color

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

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

This div background color is #638A71.

Border color

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

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

This div border color is #638A71.

Opacity

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

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

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

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

This text has shadow with #638A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638A71.

Preview

Color preview on black background

This text has color #638A71 on black background.


Color preview on white background

This text has color #638A71 on white background.


Black color preview on #638A71 background

This text has black color on #638A71 background.


White color preview on #638A71 background

This text has white color on #638A71 background.


Related colors

Complementary color

Complementary color for #hex is #9C758E.


I love getcolorcode.com

Triadic colors

1 #71638A and #8A7163 with #638A71 are triadic colors.

2 #718A63 and #8A6371 with #638A71 are triadic colors.