COLOR #638D3D

HEX: #638D3D
RGB: (99,141,61)

Color info

#638D3D contains mainly red and green colors. Web safe color of #638D3D is #669933 (or #693).

RGB color model

#638D3D color RGB value is (99,141,61).

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

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 61 of 255 = 24%

99
141
61

R + G + B ~ 39%. #638D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 61 = 301 (100%)
R 99 of 301 ~ 32.89%
G 141 of 301 ~ 46.84%
B 61 of 301 ~ 20.27%

%32.89
%46.84
%20.27

CMYK color model

#638D3D color CMYK value is (30,0,57,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 56.74%
  • key color value is 44.71%
CMYK:
(30,0,57,45)
C30M0Y57K45 
(30%,0%,57%,45%)
(0.30/0.00/0.57/0.45)	

CMYK percentages

%29.79
%0
%56.74
%44.71

Codes

Color #638D3D in popluar color models

638D3D
RGB9914161
HSL92°39.60%39.61%
HSB/HSV92°56.74%55.29%
CMYK29.79%0.00%56.74%
44.71%

Color #638D3D in popluar number systems.

HEX638D3D
Decimal9914161
Binary110001110001101111101
Octal14321575

Shades and tints

Shades of #638D3D

#638D3D
(99,141,61)
#5A8138
(90,129,56)
#517533
(81,117,51)
#48692E
(72,105,46)
#3F5D29
(63,93,41)
#365124
(54,81,36)
#2D451F
(45,69,31)
#24391A
(36,57,26)
#1B2D15
(27,45,21)
#122110
(18,33,16)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #638D3D

#638D3D
(99,141,61)
#71974E
(113,151,78)
#7FA15F
(127,161,95)
#8DAB70
(141,171,112)
#9BB581
(155,181,129)
#A9BF92
(169,191,146)
#B7C9A3
(183,201,163)
#C5D3B4
(197,211,180)
#D3DDC5
(211,221,197)
#E1E7D6
(225,231,214)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D3D; }

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

This text font color is #638D3D.


Background Color

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

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

This div background color is #638D3D.


Border color

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

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

This div border color is #638D3D.


Opacity

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

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

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

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

This text has shadow with #638D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D3D on black background.


Color preview on white background

This text has color #638D3D on white background.



Black color preview on #638D3D background

This text has black color on #638D3D background.


White color preview on #638D3D background

This text has white color on #638D3D background.