COLOR #638E73

HEX: #638E73 RGB: (99,142,115)

Color info

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

RGB color model

#638E73 color RGB value is (99,142,115).

RGB: (99,142,115) (39%, 56%, 45%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 115 of 255 = 45%

99
142
115

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

Portions of RGB colors in percentages

R + G + B = 99 + 142 + 115 = 356 (100%)
R 99 of 356 ~ 27.81%
G 142 of 356 ~ 39.89%
B 115 of 356 ~ 32.3'%

%27.81
%39.89
%32.3

CMYK color model

#638E73 color CMYK value is (30,0,19,44).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 44.31%

CMYK: (30,0,19,44)
C30M0Y19K44 (30%, 0%, 19%, 44%)
(0.30 / 0.00 / 0.19 / 0.44)

CMYK percentages

%30.28
%0
%19.01
%44.31

Codes

Color #638E73 in popluar color models

63 8E 73
RGB 99 142 115
HSL 142° 17.84% 47.25%
HSB/HSV 142° 30.28% 55.69%
CMYK 30.28% 0.00% 19.01%
44.31%

Color #638E73 in popluar number systems.

HEX 63 8E 73
Decimal 99 142 115
Binary 1100011 10001110 1110011
Octal 143 216 163

Shades and tints

Shades of #638E73

#638E73
(99,142,115)
#5A8269
(90,130,105)
#51765F
(81,118,95)
#486A55
(72,106,85)
#3F5E4B
(63,94,75)
#365241
(54,82,65)
#2D4637
(45,70,55)
#243A2D
(36,58,45)
#1B2E23
(27,46,35)
#122219
(18,34,25)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #638E73

#638E73
(99,142,115)
#71987F
(113,152,127)
#7FA28B
(127,162,139)
#8DAC97
(141,172,151)
#9BB6A3
(155,182,163)
#A9C0AF
(169,192,175)
#B7CABB
(183,202,187)
#C5D4C7
(197,212,199)
#D3DED3
(211,222,211)
#E1E8DF
(225,232,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638E73 color. Also use rgb(99,142,115) instead hex code.

Text Font Color

.myTextColor { color: #638E73; }

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

This text font color is #638E73.

Background Color

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

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

This div background color is #638E73.

Border color

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

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

This div border color is #638E73.

Opacity

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

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

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

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

This text has shadow with #638E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638E73.

Preview

Color preview on black background

This text has color #638E73 on black background.


Color preview on white background

This text has color #638E73 on white background.


Black color preview on #638E73 background

This text has black color on #638E73 background.


White color preview on #638E73 background

This text has white color on #638E73 background.


Related colors

Complementary color

Complementary color for #hex is #9C718C.


I love getcolorcode.com

Triadic colors

1 #73638E and #8E7363 with #638E73 are triadic colors.

2 #738E63 and #8E6373 with #638E73 are triadic colors.