COLOR #638D3C

HEX: #638D3C
RGB: (99,141,60)

Color info

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

RGB color model

#638D3C color RGB value is (99,141,60).

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

RGB channels and saturation

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

99
141
60

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 60 = 300 (100%)
R 99 of 300 ~ 33%
G 141 of 300 ~ 47%
B 60 of 300 ~ 20%

%33
%47
%20

CMYK color model

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

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • 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
%57.45
%44.71

Codes

Color #638D3C in popluar color models

638D3C
RGB9914160
HSL91°40.30%39.41%
HSB/HSV91°57.45%55.29%
CMYK29.79%0.00%57.45%
44.71%

Color #638D3C in popluar number systems.

HEX638D3C
Decimal9914160
Binary110001110001101111100
Octal14321574

Shades and tints

Shades of #638D3C

#638D3C
(99,141,60)
#5A8137
(90,129,55)
#517532
(81,117,50)
#48692D
(72,105,45)
#3F5D28
(63,93,40)
#365123
(54,81,35)
#2D451E
(45,69,30)
#243919
(36,57,25)
#1B2D14
(27,45,20)
#12210F
(18,33,15)
#09150A
(9,21,10)
#000000
(0,0,0)

Tints of #638D3C

#638D3C
(99,141,60)
#71974D
(113,151,77)
#7FA15E
(127,161,94)
#8DAB6F
(141,171,111)
#9BB580
(155,181,128)
#A9BF91
(169,191,145)
#B7C9A2
(183,201,162)
#C5D3B3
(197,211,179)
#D3DDC4
(211,221,196)
#E1E7D5
(225,231,213)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D3C; }

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

This text font color is #638D3C.


Background Color

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

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

This div background color is #638D3C.


Border color

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

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

This div border color is #638D3C.


Opacity

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

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

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

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

This text has shadow with #638D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D3C on black background.


Color preview on white background

This text has color #638D3C on white background.



Black color preview on #638D3C background

This text has black color on #638D3C background.


White color preview on #638D3C background

This text has white color on #638D3C background.