COLOR #638874

HEX: #638874
RGB: (99,136,116)

Color info

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

RGB color model

#638874 color RGB value is (99,136,116).

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

RGB channels and saturation

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

99
136
116

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

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 116 = 351 (100%)
R 99 of 351 ~ 28.21%
G 136 of 351 ~ 38.75%
B 116 of 351 ~ 33.05%

%28.21
%38.75
%33.05

CMYK color model

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

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • 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
%14.71
%46.67

Codes

Color #638874 in popluar color models

638874
RGB99136116
HSL148°15.74%46.08%
HSB/HSV148°27.21%53.33%
CMYK27.21%0.00%14.71%
46.67%

Color #638874 in popluar number systems.

HEX638874
Decimal99136116
Binary1100011100010001110100
Octal143210164

Shades and tints

Shades of #638874

#638874
(99,136,116)
#5A7C6A
(90,124,106)
#517060
(81,112,96)
#486456
(72,100,86)
#3F584C
(63,88,76)
#364C42
(54,76,66)
#2D4038
(45,64,56)
#24342E
(36,52,46)
#1B2824
(27,40,36)
#121C1A
(18,28,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #638874

#638874
(99,136,116)
#719280
(113,146,128)
#7F9C8C
(127,156,140)
#8DA698
(141,166,152)
#9BB0A4
(155,176,164)
#A9BAB0
(169,186,176)
#B7C4BC
(183,196,188)
#C5CEC8
(197,206,200)
#D3D8D4
(211,216,212)
#E1E2E0
(225,226,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638874; }

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

This text font color is #638874.


Background Color

.myBgColor { background-color: #638874; }

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

This div background color is #638874.


Border color

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

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

This div border color is #638874.


Opacity

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

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

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

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

This text has shadow with #638874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638874 on black background.


Color preview on white background

This text has color #638874 on white background.



Black color preview on #638874 background

This text has black color on #638874 background.


White color preview on #638874 background

This text has white color on #638874 background.