COLOR #638D7C

HEX: #638D7C
RGB: (99,141,124)

Color info

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

RGB color model

#638D7C color RGB value is (99,141,124).

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

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 124 of 255 = 49%

99
141
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 124 = 364 (100%)
R 99 of 364 ~ 27.2%
G 141 of 364 ~ 38.74%
B 124 of 364 ~ 34.07%

%27.2
%38.74
%34.07

CMYK color model

#638D7C color CMYK value is (30,0,12,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(30,0,12,45)
C30M0Y12K45 
(30%,0%,12%,45%)
(0.30/0.00/0.12/0.45)	

CMYK percentages

%29.79
%0
%12.06
%44.71

Codes

Color #638D7C in popluar color models

638D7C
RGB99141124
HSL156°17.50%47.06%
HSB/HSV156°29.79%55.29%
CMYK29.79%0.00%12.06%
44.71%

Color #638D7C in popluar number systems.

HEX638D7C
Decimal99141124
Binary1100011100011011111100
Octal143215174

Shades and tints

Shades of #638D7C

#638D7C
(99,141,124)
#5A8171
(90,129,113)
#517566
(81,117,102)
#48695B
(72,105,91)
#3F5D50
(63,93,80)
#365145
(54,81,69)
#2D453A
(45,69,58)
#24392F
(36,57,47)
#1B2D24
(27,45,36)
#122119
(18,33,25)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #638D7C

#638D7C
(99,141,124)
#719787
(113,151,135)
#7FA192
(127,161,146)
#8DAB9D
(141,171,157)
#9BB5A8
(155,181,168)
#A9BFB3
(169,191,179)
#B7C9BE
(183,201,190)
#C5D3C9
(197,211,201)
#D3DDD4
(211,221,212)
#E1E7DF
(225,231,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D7C; }

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

This text font color is #638D7C.


Background Color

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

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

This div background color is #638D7C.


Border color

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

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

This div border color is #638D7C.


Opacity

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

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

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

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

This text has shadow with #638D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D7C on black background.


Color preview on white background

This text has color #638D7C on white background.



Black color preview on #638D7C background

This text has black color on #638D7C background.


White color preview on #638D7C background

This text has white color on #638D7C background.