COLOR #638975

HEX: #638975
RGB: (99,137,117)

Color info

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

RGB color model

#638975 color RGB value is (99,137,117).

  • red value is 99;
  • green value is 137;
  • blue value is 117.
RGB:
(99,137,117)
(39%,54%,46%)

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 117 of 255 = 46%

99
137
117

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 117 = 353 (100%)
R 99 of 353 ~ 28.05%
G 137 of 353 ~ 38.81%
B 117 of 353 ~ 33.14%

%28.05
%38.81
%33.14

CMYK color model

#638975 color CMYK value is (28,0,15,46).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(28,0,15,46)
C28M0Y15K46 
(28%,0%,15%,46%)
(0.28/0.00/0.15/0.46)	

CMYK percentages

%27.74
%0
%14.6
%46.27

Codes

Color #638975 in popluar color models

638975
RGB99137117
HSL148°16.10%46.27%
HSB/HSV148°27.74%53.73%
CMYK27.74%0.00%14.60%
46.27%

Color #638975 in popluar number systems.

HEX638975
Decimal99137117
Binary1100011100010011110101
Octal143211165

Shades and tints

Shades of #638975

#638975
(99,137,117)
#5A7D6B
(90,125,107)
#517161
(81,113,97)
#486557
(72,101,87)
#3F594D
(63,89,77)
#364D43
(54,77,67)
#2D4139
(45,65,57)
#24352F
(36,53,47)
#1B2925
(27,41,37)
#121D1B
(18,29,27)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #638975

#638975
(99,137,117)
#719381
(113,147,129)
#7F9D8D
(127,157,141)
#8DA799
(141,167,153)
#9BB1A5
(155,177,165)
#A9BBB1
(169,187,177)
#B7C5BD
(183,197,189)
#C5CFC9
(197,207,201)
#D3D9D5
(211,217,213)
#E1E3E1
(225,227,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638975 color. Also use rgb(99,137,117) instead hex code.

Text Font Color

.myTextColor { color: #638975; }

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

This text font color is #638975.


Background Color

.myBgColor { background-color: #638975; }

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

This div background color is #638975.


Border color

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

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

This div border color is #638975.


Opacity

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

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

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

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

This text has shadow with #638975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638975 on black background.


Color preview on white background

This text has color #638975 on white background.



Black color preview on #638975 background

This text has black color on #638975 background.


White color preview on #638975 background

This text has white color on #638975 background.