COLOR #638D5B

HEX: #638D5B
RGB: (99,141,91)

Color info

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

RGB color model

#638D5B color RGB value is (99,141,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 91 of 255 = 36%

99
141
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 91 = 331 (100%)
R 99 of 331 ~ 29.91%
G 141 of 331 ~ 42.6%
B 91 of 331 ~ 27.49%

%29.91
%42.6
%27.49

CMYK color model

#638D5B color CMYK value is (30,0,35,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(30,0,35,45)
C30M0Y35K45 
(30%,0%,35%,45%)
(0.30/0.00/0.35/0.45)	

CMYK percentages

%29.79
%0
%35.46
%44.71

Codes

Color #638D5B in popluar color models

638D5B
RGB9914191
HSL110°21.55%45.49%
HSB/HSV110°35.46%55.29%
CMYK29.79%0.00%35.46%
44.71%

Color #638D5B in popluar number systems.

HEX638D5B
Decimal9914191
Binary1100011100011011011011
Octal143215133

Shades and tints

Shades of #638D5B

#638D5B
(99,141,91)
#5A8153
(90,129,83)
#51754B
(81,117,75)
#486943
(72,105,67)
#3F5D3B
(63,93,59)
#365133
(54,81,51)
#2D452B
(45,69,43)
#243923
(36,57,35)
#1B2D1B
(27,45,27)
#122113
(18,33,19)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #638D5B

#638D5B
(99,141,91)
#719769
(113,151,105)
#7FA177
(127,161,119)
#8DAB85
(141,171,133)
#9BB593
(155,181,147)
#A9BFA1
(169,191,161)
#B7C9AF
(183,201,175)
#C5D3BD
(197,211,189)
#D3DDCB
(211,221,203)
#E1E7D9
(225,231,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D5B; }

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

This text font color is #638D5B.


Background Color

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

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

This div background color is #638D5B.


Border color

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

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

This div border color is #638D5B.


Opacity

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

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

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

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

This text has shadow with #638D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D5B on black background.


Color preview on white background

This text has color #638D5B on white background.



Black color preview on #638D5B background

This text has black color on #638D5B background.


White color preview on #638D5B background

This text has white color on #638D5B background.