COLOR #638D4A

HEX: #638D4A
RGB: (99,141,74)

Color info

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

RGB color model

#638D4A color RGB value is (99,141,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 74 of 255 = 29%

99
141
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 74 = 314 (100%)
R 99 of 314 ~ 31.53%
G 141 of 314 ~ 44.9%
B 74 of 314 ~ 23.57%

%31.53
%44.9
%23.57

CMYK color model

#638D4A color CMYK value is (30,0,48,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 47.52%
  • key color value is 44.71%
CMYK:
(30,0,48,45)
C30M0Y48K45 
(30%,0%,48%,45%)
(0.30/0.00/0.48/0.45)	

CMYK percentages

%29.79
%0
%47.52
%44.71

Codes

Color #638D4A in popluar color models

638D4A
RGB9914174
HSL98°31.16%42.16%
HSB/HSV98°47.52%55.29%
CMYK29.79%0.00%47.52%
44.71%

Color #638D4A in popluar number systems.

HEX638D4A
Decimal9914174
Binary1100011100011011001010
Octal143215112

Shades and tints

Shades of #638D4A

#638D4A
(99,141,74)
#5A8144
(90,129,68)
#51753E
(81,117,62)
#486938
(72,105,56)
#3F5D32
(63,93,50)
#36512C
(54,81,44)
#2D4526
(45,69,38)
#243920
(36,57,32)
#1B2D1A
(27,45,26)
#122114
(18,33,20)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #638D4A

#638D4A
(99,141,74)
#71975A
(113,151,90)
#7FA16A
(127,161,106)
#8DAB7A
(141,171,122)
#9BB58A
(155,181,138)
#A9BF9A
(169,191,154)
#B7C9AA
(183,201,170)
#C5D3BA
(197,211,186)
#D3DDCA
(211,221,202)
#E1E7DA
(225,231,218)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638D4A; }

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

This text font color is #638D4A.


Background Color

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

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

This div background color is #638D4A.


Border color

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

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

This div border color is #638D4A.


Opacity

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

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

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

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

This text has shadow with #638D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D4A on black background.


Color preview on white background

This text has color #638D4A on white background.



Black color preview on #638D4A background

This text has black color on #638D4A background.


White color preview on #638D4A background

This text has white color on #638D4A background.