COLOR #638B6A

HEX: #638B6A RGB: (99,139,106)

Color info

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

RGB color model

#638B6A color RGB value is (99,139,106).

RGB: (99,139,106) (39%, 55%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 106 of 255 = 42%

99
139
106

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

Portions of RGB colors in percentages

R + G + B = 99 + 139 + 106 = 344 (100%)
R 99 of 344 ~ 28.78%
G 139 of 344 ~ 40.41%
B 106 of 344 ~ 30.81'%

%28.78
%40.41
%30.81

CMYK color model

#638B6A color CMYK value is (29,0,24,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%

CMYK: (29,0,24,45)
C29M0Y24K45 (29%, 0%, 24%, 45%)
(0.29 / 0.00 / 0.24 / 0.45)

CMYK percentages

%28.78
%0
%23.74
%45.49

Codes

Color #638B6A in popluar color models

63 8B 6A
RGB 99 139 106
HSL 131° 16.81% 46.67%
HSB/HSV 131° 28.78% 54.51%
CMYK 28.78% 0.00% 23.74%
45.49%

Color #638B6A in popluar number systems.

HEX 63 8B 6A
Decimal 99 139 106
Binary 1100011 10001011 1101010
Octal 143 213 152

Shades and tints

Shades of #638B6A

#638B6A
(99,139,106)
#5A7F61
(90,127,97)
#517358
(81,115,88)
#48674F
(72,103,79)
#3F5B46
(63,91,70)
#364F3D
(54,79,61)
#2D4334
(45,67,52)
#24372B
(36,55,43)
#1B2B22
(27,43,34)
#121F19
(18,31,25)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #638B6A

#638B6A
(99,139,106)
#719577
(113,149,119)
#7F9F84
(127,159,132)
#8DA991
(141,169,145)
#9BB39E
(155,179,158)
#A9BDAB
(169,189,171)
#B7C7B8
(183,199,184)
#C5D1C5
(197,209,197)
#D3DBD2
(211,219,210)
#E1E5DF
(225,229,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638B6A color. Also use rgb(99,139,106) instead hex code.

Text Font Color

.myTextColor { color: #638B6A; }

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

This text font color is #638B6A.

Background Color

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

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

This div background color is #638B6A.

Border color

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

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

This div border color is #638B6A.

Opacity

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

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

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

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

This text has shadow with #638B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638B6A.

Preview

Color preview on black background

This text has color #638B6A on black background.


Color preview on white background

This text has color #638B6A on white background.


Black color preview on #638B6A background

This text has black color on #638B6A background.


White color preview on #638B6A background

This text has white color on #638B6A background.


Related colors

Complementary color

Complementary color for #hex is #9C7495.


I love getcolorcode.com

Triadic colors

1 #6A638B and #8B6A63 with #638B6A are triadic colors.

2 #6A8B63 and #8B636A with #638B6A are triadic colors.