COLOR #638A73

HEX: #638A73
RGB: (99,138,115)

Color info

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

RGB color model

#638A73 color RGB value is (99,138,115).

  • red value is 99;
  • green value is 138;
  • blue value is 115.
RGB:
(99,138,115)
(39%,54%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 115 of 255 = 45%

99
138
115

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

Portions of RGB colors in percentages

R + G + B =
99 + 138 + 115 = 352 (100%)
R 99 of 352 ~ 28.13%
G 138 of 352 ~ 39.2%
B 115 of 352 ~ 32.67%

%28.13
%39.2
%32.67

CMYK color model

#638A73 color CMYK value is (28,0,17,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(28,0,17,46)
C28M0Y17K46 
(28%,0%,17%,46%)
(0.28/0.00/0.17/0.46)	

CMYK percentages

%28.26
%0
%16.67
%45.88

Codes

Color #638A73 in popluar color models

638A73
RGB99138115
HSL145°16.46%46.47%
HSB/HSV145°28.26%54.12%
CMYK28.26%0.00%16.67%
45.88%

Color #638A73 in popluar number systems.

HEX638A73
Decimal99138115
Binary1100011100010101110011
Octal143212163

Shades and tints

Shades of #638A73

#638A73
(99,138,115)
#5A7E69
(90,126,105)
#51725F
(81,114,95)
#486655
(72,102,85)
#3F5A4B
(63,90,75)
#364E41
(54,78,65)
#2D4237
(45,66,55)
#24362D
(36,54,45)
#1B2A23
(27,42,35)
#121E19
(18,30,25)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #638A73

#638A73
(99,138,115)
#71947F
(113,148,127)
#7F9E8B
(127,158,139)
#8DA897
(141,168,151)
#9BB2A3
(155,178,163)
#A9BCAF
(169,188,175)
#B7C6BB
(183,198,187)
#C5D0C7
(197,208,199)
#D3DAD3
(211,218,211)
#E1E4DF
(225,228,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638A73; }

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

This text font color is #638A73.


Background Color

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

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

This div background color is #638A73.


Border color

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

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

This div border color is #638A73.


Opacity

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

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

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

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

This text has shadow with #638A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A73 on black background.


Color preview on white background

This text has color #638A73 on white background.



Black color preview on #638A73 background

This text has black color on #638A73 background.


White color preview on #638A73 background

This text has white color on #638A73 background.