COLOR #638867

HEX: #638867
RGB: (99,136,103)

Color info

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

RGB color model

#638867 color RGB value is (99,136,103).

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

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 103 of 255 = 40%

99
136
103

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

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 103 = 338 (100%)
R 99 of 338 ~ 29.29%
G 136 of 338 ~ 40.24%
B 103 of 338 ~ 30.47%

%29.29
%40.24
%30.47

CMYK color model

#638867 color CMYK value is (27,0,24,47).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(27,0,24,47)
C27M0Y24K47 
(27%,0%,24%,47%)
(0.27/0.00/0.24/0.47)	

CMYK percentages

%27.21
%0
%24.26
%46.67

Codes

Color #638867 in popluar color models

638867
RGB99136103
HSL126°15.74%46.08%
HSB/HSV126°27.21%53.33%
CMYK27.21%0.00%24.26%
46.67%

Color #638867 in popluar number systems.

HEX638867
Decimal99136103
Binary1100011100010001100111
Octal143210147

Shades and tints

Shades of #638867

#638867
(99,136,103)
#5A7C5E
(90,124,94)
#517055
(81,112,85)
#48644C
(72,100,76)
#3F5843
(63,88,67)
#364C3A
(54,76,58)
#2D4031
(45,64,49)
#243428
(36,52,40)
#1B281F
(27,40,31)
#121C16
(18,28,22)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #638867

#638867
(99,136,103)
#719274
(113,146,116)
#7F9C81
(127,156,129)
#8DA68E
(141,166,142)
#9BB09B
(155,176,155)
#A9BAA8
(169,186,168)
#B7C4B5
(183,196,181)
#C5CEC2
(197,206,194)
#D3D8CF
(211,216,207)
#E1E2DC
(225,226,220)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638867; }

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

This text font color is #638867.


Background Color

.myBgColor { background-color: #638867; }

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

This div background color is #638867.


Border color

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

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

This div border color is #638867.


Opacity

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

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

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

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

This text has shadow with #638867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638867 on black background.


Color preview on white background

This text has color #638867 on white background.



Black color preview on #638867 background

This text has black color on #638867 background.


White color preview on #638867 background

This text has white color on #638867 background.