COLOR #638F5C

HEX: #638F5C
RGB: (99,143,92)

Color info

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

RGB color model

#638F5C color RGB value is (99,143,92).

  • red value is 99;
  • green value is 143;
  • blue value is 92.
RGB:
(99,143,92)
(39%,56%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 92 of 255 = 36%

99
143
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 143 + 92 = 334 (100%)
R 99 of 334 ~ 29.64%
G 143 of 334 ~ 42.81%
B 92 of 334 ~ 27.54%

%29.64
%42.81
%27.54

CMYK color model

#638F5C color CMYK value is (31,0,36,44).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 43.92%
CMYK:
(31,0,36,44)
C31M0Y36K44 
(31%,0%,36%,44%)
(0.31/0.00/0.36/0.44)	

CMYK percentages

%30.77
%0
%35.66
%43.92

Codes

Color #638F5C in popluar color models

638F5C
RGB9914392
HSL112°21.70%46.08%
HSB/HSV112°35.66%56.08%
CMYK30.77%0.00%35.66%
43.92%

Color #638F5C in popluar number systems.

HEX638F5C
Decimal9914392
Binary1100011100011111011100
Octal143217134

Shades and tints

Shades of #638F5C

#638F5C
(99,143,92)
#5A8254
(90,130,84)
#51754C
(81,117,76)
#486844
(72,104,68)
#3F5B3C
(63,91,60)
#364E34
(54,78,52)
#2D412C
(45,65,44)
#243424
(36,52,36)
#1B271C
(27,39,28)
#121A14
(18,26,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #638F5C

#638F5C
(99,143,92)
#71996A
(113,153,106)
#7FA378
(127,163,120)
#8DAD86
(141,173,134)
#9BB794
(155,183,148)
#A9C1A2
(169,193,162)
#B7CBB0
(183,203,176)
#C5D5BE
(197,213,190)
#D3DFCC
(211,223,204)
#E1E9DA
(225,233,218)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638F5C color. Also use rgb(99,143,92) instead hex code.

Text Font Color

.myTextColor { color: #638F5C; }

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

This text font color is #638F5C.


Background Color

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

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

This div background color is #638F5C.


Border color

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

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

This div border color is #638F5C.


Opacity

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

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

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

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

This text has shadow with #638F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638F5C on black background.


Color preview on white background

This text has color #638F5C on white background.



Black color preview on #638F5C background

This text has black color on #638F5C background.


White color preview on #638F5C background

This text has white color on #638F5C background.