COLOR #638873

HEX: #638873
RGB: (99,136,115)

Color info

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

RGB color model

#638873 color RGB value is (99,136,115).

  • red value is 99;
  • green value is 136;
  • blue value is 115.
RGB:
(99,136,115)
(39%,53%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 115 of 255 = 45%

99
136
115

R + G + B ~ 46%. #638873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 115 = 350 (100%)
R 99 of 350 ~ 28.29%
G 136 of 350 ~ 38.86%
B 115 of 350 ~ 32.86%

%28.29
%38.86
%32.86

CMYK color model

#638873 color CMYK value is (27,0,15,47).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(27,0,15,47)
C27M0Y15K47 
(27%,0%,15%,47%)
(0.27/0.00/0.15/0.47)	

CMYK percentages

%27.21
%0
%15.44
%46.67

Codes

Color #638873 in popluar color models

638873
RGB99136115
HSL146°15.74%46.08%
HSB/HSV146°27.21%53.33%
CMYK27.21%0.00%15.44%
46.67%

Color #638873 in popluar number systems.

HEX638873
Decimal99136115
Binary1100011100010001110011
Octal143210163

Shades and tints

Shades of #638873

#638873
(99,136,115)
#5A7C69
(90,124,105)
#51705F
(81,112,95)
#486455
(72,100,85)
#3F584B
(63,88,75)
#364C41
(54,76,65)
#2D4037
(45,64,55)
#24342D
(36,52,45)
#1B2823
(27,40,35)
#121C19
(18,28,25)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #638873

#638873
(99,136,115)
#71927F
(113,146,127)
#7F9C8B
(127,156,139)
#8DA697
(141,166,151)
#9BB0A3
(155,176,163)
#A9BAAF
(169,186,175)
#B7C4BB
(183,196,187)
#C5CEC7
(197,206,199)
#D3D8D3
(211,216,211)
#E1E2DF
(225,226,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638873 color. Also use rgb(99,136,115) instead hex code.

Text Font Color

.myTextColor { color: #638873; }

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

This text font color is #638873.


Background Color

.myBgColor { background-color: #638873; }

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

This div background color is #638873.


Border color

.myBorderColor { border: 1px solid #638873; }

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

This div border color is #638873.


Opacity

.myOpacity80 { color: #638873; opacity: 0.8; }

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

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

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

This text has shadow with #638873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638873 on black background.


Color preview on white background

This text has color #638873 on white background.



Black color preview on #638873 background

This text has black color on #638873 background.


White color preview on #638873 background

This text has white color on #638873 background.