COLOR #638A6D

HEX: #638A6D RGB: (99,138,109)

Color info

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

RGB color model

#638A6D color RGB value is (99,138,109).

RGB: (99,138,109) (39%, 54%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 109 of 255 = 43%

99
138
109

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 109 = 346 (100%)
R 99 of 346 ~ 28.61%
G 138 of 346 ~ 39.88%
B 109 of 346 ~ 31.5'%

%28.61
%39.88
%31.5

CMYK color model

#638A6D color CMYK value is (28,0,21,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 45.88%

CMYK: (28,0,21,46)
C28M0Y21K46 (28%, 0%, 21%, 46%)
(0.28 / 0.00 / 0.21 / 0.46)

CMYK percentages

%28.26
%0
%21.01
%45.88

Codes

Color #638A6D in popluar color models

63 8A 6D
RGB 99 138 109
HSL 135° 16.46% 46.47%
HSB/HSV 135° 28.26% 54.12%
CMYK 28.26% 0.00% 21.01%
45.88%

Color #638A6D in popluar number systems.

HEX 63 8A 6D
Decimal 99 138 109
Binary 1100011 10001010 1101101
Octal 143 212 155

Shades and tints

Shades of #638A6D

#638A6D
(99,138,109)
#5A7E64
(90,126,100)
#51725B
(81,114,91)
#486652
(72,102,82)
#3F5A49
(63,90,73)
#364E40
(54,78,64)
#2D4237
(45,66,55)
#24362E
(36,54,46)
#1B2A25
(27,42,37)
#121E1C
(18,30,28)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #638A6D

#638A6D
(99,138,109)
#71947A
(113,148,122)
#7F9E87
(127,158,135)
#8DA894
(141,168,148)
#9BB2A1
(155,178,161)
#A9BCAE
(169,188,174)
#B7C6BB
(183,198,187)
#C5D0C8
(197,208,200)
#D3DAD5
(211,218,213)
#E1E4E2
(225,228,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638A6D; }

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

This text font color is #638A6D.

Background Color

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

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

This div background color is #638A6D.

Border color

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

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

This div border color is #638A6D.

Opacity

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

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

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

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

This text has shadow with #638A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638A6D.

Preview

Color preview on black background

This text has color #638A6D on black background.


Color preview on white background

This text has color #638A6D on white background.


Black color preview on #638A6D background

This text has black color on #638A6D background.


White color preview on #638A6D background

This text has white color on #638A6D background.


Related colors

Complementary color

Complementary color for #hex is #9C7592.


I love getcolorcode.com

Triadic colors

1 #6D638A and #8A6D63 with #638A6D are triadic colors.

2 #6D8A63 and #8A636D with #638A6D are triadic colors.