COLOR #638360

HEX: #638360
RGB: (99,131,96)

Color info

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

RGB color model

#638360 color RGB value is (99,131,96).

  • red value is 99;
  • green value is 131;
  • blue value is 96.
RGB:
(99,131,96)
(39%,51%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 96 of 255 = 38%

99
131
96

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 96 = 326 (100%)
R 99 of 326 ~ 30.37%
G 131 of 326 ~ 40.18%
B 96 of 326 ~ 29.45%

%30.37
%40.18
%29.45

CMYK color model

#638360 color CMYK value is (24,0,27,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 48.63%
CMYK:
(24,0,27,49)
C24M0Y27K49 
(24%,0%,27%,49%)
(0.24/0.00/0.27/0.49)	

CMYK percentages

%24.43
%0
%26.72
%48.63

Codes

Color #638360 in popluar color models

638360
RGB9913196
HSL115°15.42%44.51%
HSB/HSV115°26.72%51.37%
CMYK24.43%0.00%26.72%
48.63%

Color #638360 in popluar number systems.

HEX638360
Decimal9913196
Binary1100011100000111100000
Octal143203140

Shades and tints

Shades of #638360

#638360
(99,131,96)
#5A7858
(90,120,88)
#516D50
(81,109,80)
#486248
(72,98,72)
#3F5740
(63,87,64)
#364C38
(54,76,56)
#2D4130
(45,65,48)
#243628
(36,54,40)
#1B2B20
(27,43,32)
#122018
(18,32,24)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #638360

#638360
(99,131,96)
#718E6E
(113,142,110)
#7F997C
(127,153,124)
#8DA48A
(141,164,138)
#9BAF98
(155,175,152)
#A9BAA6
(169,186,166)
#B7C5B4
(183,197,180)
#C5D0C2
(197,208,194)
#D3DBD0
(211,219,208)
#E1E6DE
(225,230,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638360 color. Also use rgb(99,131,96) instead hex code.

Text Font Color

.myTextColor { color: #638360; }

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

This text font color is #638360.


Background Color

.myBgColor { background-color: #638360; }

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

This div background color is #638360.


Border color

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

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

This div border color is #638360.


Opacity

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

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

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

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

This text has shadow with #638360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638360 on black background.


Color preview on white background

This text has color #638360 on white background.



Black color preview on #638360 background

This text has black color on #638360 background.


White color preview on #638360 background

This text has white color on #638360 background.