COLOR #638557

HEX: #638557
RGB: (99,133,87)

Color info

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

RGB color model

#638557 color RGB value is (99,133,87).

  • red value is 99;
  • green value is 133;
  • blue value is 87.
RGB:
(99,133,87)
(39%,52%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 87 of 255 = 34%

99
133
87

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 87 = 319 (100%)
R 99 of 319 ~ 31.03%
G 133 of 319 ~ 41.69%
B 87 of 319 ~ 27.27%

%31.03
%41.69
%27.27

CMYK color model

#638557 color CMYK value is (26,0,35,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 47.84%
CMYK:
(26,0,35,48)
C26M0Y35K48 
(26%,0%,35%,48%)
(0.26/0.00/0.35/0.48)	

CMYK percentages

%25.56
%0
%34.59
%47.84

Codes

Color #638557 in popluar color models

638557
RGB9913387
HSL104°20.91%43.14%
HSB/HSV104°34.59%52.16%
CMYK25.56%0.00%34.59%
47.84%

Color #638557 in popluar number systems.

HEX638557
Decimal9913387
Binary1100011100001011010111
Octal143205127

Shades and tints

Shades of #638557

#638557
(99,133,87)
#5A7950
(90,121,80)
#516D49
(81,109,73)
#486142
(72,97,66)
#3F553B
(63,85,59)
#364934
(54,73,52)
#2D3D2D
(45,61,45)
#243126
(36,49,38)
#1B251F
(27,37,31)
#121918
(18,25,24)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #638557

#638557
(99,133,87)
#719066
(113,144,102)
#7F9B75
(127,155,117)
#8DA684
(141,166,132)
#9BB193
(155,177,147)
#A9BCA2
(169,188,162)
#B7C7B1
(183,199,177)
#C5D2C0
(197,210,192)
#D3DDCF
(211,221,207)
#E1E8DE
(225,232,222)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638557 color. Also use rgb(99,133,87) instead hex code.

Text Font Color

.myTextColor { color: #638557; }

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

This text font color is #638557.


Background Color

.myBgColor { background-color: #638557; }

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

This div background color is #638557.


Border color

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

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

This div border color is #638557.


Opacity

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

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

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

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

This text has shadow with #638557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638557 on black background.


Color preview on white background

This text has color #638557 on white background.



Black color preview on #638557 background

This text has black color on #638557 background.


White color preview on #638557 background

This text has white color on #638557 background.