COLOR #638D7D

HEX: #638D7D RGB: (99,141,125)

Color info

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

RGB color model

#638D7D color RGB value is (99,141,125).

RGB: (99,141,125) (39%, 55%, 49%)

RGB channels and saturation

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

99
141
125

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

Portions of RGB colors in percentages

R + G + B = 99 + 141 + 125 = 365 (100%)
R 99 of 365 ~ 27.12%
G 141 of 365 ~ 38.63%
B 125 of 365 ~ 34.25'%

%27.12
%38.63
%34.25

CMYK color model

#638D7D color CMYK value is (30,0,11,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK: (30,0,11,45) C30M0Y11K45 (30%,0%,11%,45%) (0.30/0.00/0.11/0.45) 

CMYK percentages

%29.79
%0
%11.35
%44.71

Codes

Color #638D7D in popluar color models

63 8D 7D
RGB 99 141 125
HSL 157° 17.50% 47.06%
HSB/HSV 157° 29.79% 55.29%
CMYK 29.79% 0.00% 11.35%
44.71%

Color #638D7D in popluar number systems.

HEX 63 8D 7D
Decimal 99 141 125
Binary 1100011 10001101 1111101
Octal 143 215 175

Shades and tints

Shades of #638D7D

#638D7D
(99,141,125)
#5A8172
(90,129,114)
#517567
(81,117,103)
#48695C
(72,105,92)
#3F5D51
(63,93,81)
#365146
(54,81,70)
#2D453B
(45,69,59)
#243930
(36,57,48)
#1B2D25
(27,45,37)
#12211A
(18,33,26)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #638D7D

#638D7D
(99,141,125)
#719788
(113,151,136)
#7FA193
(127,161,147)
#8DAB9E
(141,171,158)
#9BB5A9
(155,181,169)
#A9BFB4
(169,191,180)
#B7C9BF
(183,201,191)
#C5D3CA
(197,211,202)
#D3DDD5
(211,221,213)
#E1E7E0
(225,231,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D7D; }

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

This text font color is #638D7D.

Background Color

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

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

This div background color is #638D7D.

Border color

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

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

This div border color is #638D7D.

Opacity

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

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

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

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

This text has shadow with #638D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638D7D.

Preview

Color preview on black background

This text has color #638D7D on black background.


Color preview on white background

This text has color #638D7D on white background.


Black color preview on #638D7D background

This text has black color on #638D7D background.


White color preview on #638D7D background

This text has white color on #638D7D background.


Related colors

Complementary color

Complementary color for #hex is #9C7282.


I love getcolorcode.com

Triadic colors

1 #7D638D and #8D7D63 with #638D7D are triadic colors.

2 #7D8D63 and #8D637D with #638D7D are triadic colors.