COLOR #638D7A

HEX: #638D7A
RGB: (99,141,122)

Color info

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

RGB color model

#638D7A color RGB value is (99,141,122).

  • red value is 99;
  • green value is 141;
  • blue value is 122.
RGB:
(99,141,122)
(39%,55%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 122 of 255 = 48%

99
141
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 122 = 362 (100%)
R 99 of 362 ~ 27.35%
G 141 of 362 ~ 38.95%
B 122 of 362 ~ 33.7%

%27.35
%38.95
%33.7

CMYK color model

#638D7A color CMYK value is (30,0,13,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(30,0,13,45)
C30M0Y13K45 
(30%,0%,13%,45%)
(0.30/0.00/0.13/0.45)	

CMYK percentages

%29.79
%0
%13.48
%44.71

Codes

Color #638D7A in popluar color models

638D7A
RGB99141122
HSL153°17.50%47.06%
HSB/HSV153°29.79%55.29%
CMYK29.79%0.00%13.48%
44.71%

Color #638D7A in popluar number systems.

HEX638D7A
Decimal99141122
Binary1100011100011011111010
Octal143215172

Shades and tints

Shades of #638D7A

#638D7A
(99,141,122)
#5A816F
(90,129,111)
#517564
(81,117,100)
#486959
(72,105,89)
#3F5D4E
(63,93,78)
#365143
(54,81,67)
#2D4538
(45,69,56)
#24392D
(36,57,45)
#1B2D22
(27,45,34)
#122117
(18,33,23)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #638D7A

#638D7A
(99,141,122)
#719786
(113,151,134)
#7FA192
(127,161,146)
#8DAB9E
(141,171,158)
#9BB5AA
(155,181,170)
#A9BFB6
(169,191,182)
#B7C9C2
(183,201,194)
#C5D3CE
(197,211,206)
#D3DDDA
(211,221,218)
#E1E7E6
(225,231,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638D7A color. Also use rgb(99,141,122) instead hex code.

Text Font Color

.myTextColor { color: #638D7A; }

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

This text font color is #638D7A.


Background Color

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

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

This div background color is #638D7A.


Border color

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

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

This div border color is #638D7A.


Opacity

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

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

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

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

This text has shadow with #638D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D7A on black background.


Color preview on white background

This text has color #638D7A on white background.



Black color preview on #638D7A background

This text has black color on #638D7A background.


White color preview on #638D7A background

This text has white color on #638D7A background.