COLOR #638354

HEX: #638354
RGB: (99,131,84)

Color info

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

RGB color model

#638354 color RGB value is (99,131,84).

  • red value is 99;
  • green value is 131;
  • blue value is 84.
RGB:
(99,131,84)
(39%,51%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 84 of 255 = 33%

99
131
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 84 = 314 (100%)
R 99 of 314 ~ 31.53%
G 131 of 314 ~ 41.72%
B 84 of 314 ~ 26.75%

%31.53
%41.72
%26.75

CMYK color model

#638354 color CMYK value is (24,0,36,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(24,0,36,49)
C24M0Y36K49 
(24%,0%,36%,49%)
(0.24/0.00/0.36/0.49)	

CMYK percentages

%24.43
%0
%35.88
%48.63

Codes

Color #638354 in popluar color models

638354
RGB9913184
HSL101°21.86%42.16%
HSB/HSV101°35.88%51.37%
CMYK24.43%0.00%35.88%
48.63%

Color #638354 in popluar number systems.

HEX638354
Decimal9913184
Binary1100011100000111010100
Octal143203124

Shades and tints

Shades of #638354

#638354
(99,131,84)
#5A784D
(90,120,77)
#516D46
(81,109,70)
#48623F
(72,98,63)
#3F5738
(63,87,56)
#364C31
(54,76,49)
#2D412A
(45,65,42)
#243623
(36,54,35)
#1B2B1C
(27,43,28)
#122015
(18,32,21)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #638354

#638354
(99,131,84)
#718E63
(113,142,99)
#7F9972
(127,153,114)
#8DA481
(141,164,129)
#9BAF90
(155,175,144)
#A9BA9F
(169,186,159)
#B7C5AE
(183,197,174)
#C5D0BD
(197,208,189)
#D3DBCC
(211,219,204)
#E1E6DB
(225,230,219)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638354 color. Also use rgb(99,131,84) instead hex code.

Text Font Color

.myTextColor { color: #638354; }

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

This text font color is #638354.


Background Color

.myBgColor { background-color: #638354; }

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

This div background color is #638354.


Border color

.myBorderColor { border: 1px solid #638354; }

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

This div border color is #638354.


Opacity

.myOpacity80 { color: #638354; opacity: 0.8; }

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

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

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

This text has shadow with #638354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638354 on black background.


Color preview on white background

This text has color #638354 on white background.



Black color preview on #638354 background

This text has black color on #638354 background.


White color preview on #638354 background

This text has white color on #638354 background.