COLOR #638175

HEX: #638175
RGB: (99,129,117)

Color info

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

RGB color model

#638175 color RGB value is (99,129,117).

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

RGB channels and saturation

R 99 of 255 = 39%
G 129 of 255 = 51%
B 117 of 255 = 46%

99
129
117

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

Portions of RGB colors in percentages

R + G + B =
99 + 129 + 117 = 345 (100%)
R 99 of 345 ~ 28.7%
G 129 of 345 ~ 37.39%
B 117 of 345 ~ 33.91%

%28.7
%37.39
%33.91

CMYK color model

#638175 color CMYK value is (23,0,9,49).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(23,0,9,49)
C23M0Y9K49 
(23%,0%,9%,49%)
(0.23/0.00/0.09/0.49)	

CMYK percentages

%23.26
%0
%9.3
%49.41

Codes

Color #638175 in popluar color models

638175
RGB99129117
HSL156°13.16%44.71%
HSB/HSV156°23.26%50.59%
CMYK23.26%0.00%9.30%
49.41%

Color #638175 in popluar number systems.

HEX638175
Decimal99129117
Binary1100011100000011110101
Octal143201165

Shades and tints

Shades of #638175

#638175
(99,129,117)
#5A766B
(90,118,107)
#516B61
(81,107,97)
#486057
(72,96,87)
#3F554D
(63,85,77)
#364A43
(54,74,67)
#2D3F39
(45,63,57)
#24342F
(36,52,47)
#1B2925
(27,41,37)
#121E1B
(18,30,27)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #638175

#638175
(99,129,117)
#718C81
(113,140,129)
#7F978D
(127,151,141)
#8DA299
(141,162,153)
#9BADA5
(155,173,165)
#A9B8B1
(169,184,177)
#B7C3BD
(183,195,189)
#C5CEC9
(197,206,201)
#D3D9D5
(211,217,213)
#E1E4E1
(225,228,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638175; }

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

This text font color is #638175.


Background Color

.myBgColor { background-color: #638175; }

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

This div background color is #638175.


Border color

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

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

This div border color is #638175.


Opacity

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

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

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

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

This text has shadow with #638175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638175 on black background.


Color preview on white background

This text has color #638175 on white background.



Black color preview on #638175 background

This text has black color on #638175 background.


White color preview on #638175 background

This text has white color on #638175 background.