COLOR #638A56

HEX: #638A56
RGB: (99,138,86)

Color info

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

RGB color model

#638A56 color RGB value is (99,138,86).

  • red value is 99;
  • green value is 138;
  • blue value is 86.
RGB:
(99,138,86)
(39%,54%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 86 of 255 = 34%

99
138
86

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

Portions of RGB colors in percentages

R + G + B =
99 + 138 + 86 = 323 (100%)
R 99 of 323 ~ 30.65%
G 138 of 323 ~ 42.72%
B 86 of 323 ~ 26.63%

%30.65
%42.72
%26.63

CMYK color model

#638A56 color CMYK value is (28,0,38,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(28,0,38,46)
C28M0Y38K46 
(28%,0%,38%,46%)
(0.28/0.00/0.38/0.46)	

CMYK percentages

%28.26
%0
%37.68
%45.88

Codes

Color #638A56 in popluar color models

638A56
RGB9913886
HSL105°23.21%43.92%
HSB/HSV105°37.68%54.12%
CMYK28.26%0.00%37.68%
45.88%

Color #638A56 in popluar number systems.

HEX638A56
Decimal9913886
Binary1100011100010101010110
Octal143212126

Shades and tints

Shades of #638A56

#638A56
(99,138,86)
#5A7E4F
(90,126,79)
#517248
(81,114,72)
#486641
(72,102,65)
#3F5A3A
(63,90,58)
#364E33
(54,78,51)
#2D422C
(45,66,44)
#243625
(36,54,37)
#1B2A1E
(27,42,30)
#121E17
(18,30,23)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #638A56

#638A56
(99,138,86)
#719465
(113,148,101)
#7F9E74
(127,158,116)
#8DA883
(141,168,131)
#9BB292
(155,178,146)
#A9BCA1
(169,188,161)
#B7C6B0
(183,198,176)
#C5D0BF
(197,208,191)
#D3DACE
(211,218,206)
#E1E4DD
(225,228,221)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A56 color. Also use rgb(99,138,86) instead hex code.

Text Font Color

.myTextColor { color: #638A56; }

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

This text font color is #638A56.


Background Color

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

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

This div background color is #638A56.


Border color

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

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

This div border color is #638A56.


Opacity

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

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

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

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

This text has shadow with #638A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A56 on black background.


Color preview on white background

This text has color #638A56 on white background.



Black color preview on #638A56 background

This text has black color on #638A56 background.


White color preview on #638A56 background

This text has white color on #638A56 background.