COLOR #638D56

HEX: #638D56
RGB: (99,141,86)

Color info

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

RGB color model

#638D56 color RGB value is (99,141,86).

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

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 86 of 255 = 34%

99
141
86

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 86 = 326 (100%)
R 99 of 326 ~ 30.37%
G 141 of 326 ~ 43.25%
B 86 of 326 ~ 26.38%

%30.37
%43.25
%26.38

CMYK color model

#638D56 color CMYK value is (30,0,39,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 39.01%
  • key color value is 44.71%
CMYK:
(30,0,39,45)
C30M0Y39K45 
(30%,0%,39%,45%)
(0.30/0.00/0.39/0.45)	

CMYK percentages

%29.79
%0
%39.01
%44.71

Codes

Color #638D56 in popluar color models

638D56
RGB9914186
HSL106°24.23%44.51%
HSB/HSV106°39.01%55.29%
CMYK29.79%0.00%39.01%
44.71%

Color #638D56 in popluar number systems.

HEX638D56
Decimal9914186
Binary1100011100011011010110
Octal143215126

Shades and tints

Shades of #638D56

#638D56
(99,141,86)
#5A814F
(90,129,79)
#517548
(81,117,72)
#486941
(72,105,65)
#3F5D3A
(63,93,58)
#365133
(54,81,51)
#2D452C
(45,69,44)
#243925
(36,57,37)
#1B2D1E
(27,45,30)
#122117
(18,33,23)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #638D56

#638D56
(99,141,86)
#719765
(113,151,101)
#7FA174
(127,161,116)
#8DAB83
(141,171,131)
#9BB592
(155,181,146)
#A9BFA1
(169,191,161)
#B7C9B0
(183,201,176)
#C5D3BF
(197,211,191)
#D3DDCE
(211,221,206)
#E1E7DD
(225,231,221)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D56; }

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

This text font color is #638D56.


Background Color

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

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

This div background color is #638D56.


Border color

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

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

This div border color is #638D56.


Opacity

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

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

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

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

This text has shadow with #638D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D56 on black background.


Color preview on white background

This text has color #638D56 on white background.



Black color preview on #638D56 background

This text has black color on #638D56 background.


White color preview on #638D56 background

This text has white color on #638D56 background.