COLOR #638C7C

HEX: #638C7C RGB: (99,140,124)

Color info

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

RGB color model

#638C7C color RGB value is (99,140,124).

RGB: (99,140,124) (39%, 55%, 49%)

RGB channels and saturation

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

99
140
124

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

Portions of RGB colors in percentages

R + G + B = 99 + 140 + 124 = 363 (100%)
R 99 of 363 ~ 27.27%
G 140 of 363 ~ 38.57%
B 124 of 363 ~ 34.16'%

%27.27
%38.57
%34.16

CMYK color model

#638C7C color CMYK value is (29,0,11,45).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK: (29,0,11,45) C29M0Y11K45 (29%,0%,11%,45%) (0.29/0.00/0.11/0.45) 

CMYK percentages

%29.29
%0
%11.43
%45.1

Codes

Color #638C7C in popluar color models

63 8C 7C
RGB 99 140 124
HSL 157° 17.15% 46.86%
HSB/HSV 157° 29.29% 54.90%
CMYK 29.29% 0.00% 11.43%
45.10%

Color #638C7C in popluar number systems.

HEX 63 8C 7C
Decimal 99 140 124
Binary 1100011 10001100 1111100
Octal 143 214 174

Shades and tints

Shades of #638C7C

#638C7C
(99,140,124)
#5A8071
(90,128,113)
#517466
(81,116,102)
#48685B
(72,104,91)
#3F5C50
(63,92,80)
#365045
(54,80,69)
#2D443A
(45,68,58)
#24382F
(36,56,47)
#1B2C24
(27,44,36)
#122019
(18,32,25)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #638C7C

#638C7C
(99,140,124)
#719687
(113,150,135)
#7FA092
(127,160,146)
#8DAA9D
(141,170,157)
#9BB4A8
(155,180,168)
#A9BEB3
(169,190,179)
#B7C8BE
(183,200,190)
#C5D2C9
(197,210,201)
#D3DCD4
(211,220,212)
#E1E6DF
(225,230,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638C7C; }

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

This text font color is #638C7C.

Background Color

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

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

This div background color is #638C7C.

Border color

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

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

This div border color is #638C7C.

Opacity

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

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

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

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

This text has shadow with #638C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638C7C.

Preview

Color preview on black background

This text has color #638C7C on black background.


Color preview on white background

This text has color #638C7C on white background.


Black color preview on #638C7C background

This text has black color on #638C7C background.


White color preview on #638C7C background

This text has white color on #638C7C background.


Related colors

Complementary color

Complementary color for #hex is #9C7383.


I love getcolorcode.com

Triadic colors

1 #7C638C and #8C7C63 with #638C7C are triadic colors.

2 #7C8C63 and #8C637C with #638C7C are triadic colors.