COLOR #638F69

HEX: #638F69
RGB: (99,143,105)

Color info

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

RGB color model

#638F69 color RGB value is (99,143,105).

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

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 105 of 255 = 41%

99
143
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 143 + 105 = 347 (100%)
R 99 of 347 ~ 28.53%
G 143 of 347 ~ 41.21%
B 105 of 347 ~ 30.26%

%28.53
%41.21
%30.26

CMYK color model

#638F69 color CMYK value is (31,0,27,44).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 26.57%
  • key color value is 43.92%
CMYK:
(31,0,27,44)
C31M0Y27K44 
(31%,0%,27%,44%)
(0.31/0.00/0.27/0.44)	

CMYK percentages

%30.77
%0
%26.57
%43.92

Codes

Color #638F69 in popluar color models

638F69
RGB99143105
HSL128°18.18%47.45%
HSB/HSV128°30.77%56.08%
CMYK30.77%0.00%26.57%
43.92%

Color #638F69 in popluar number systems.

HEX638F69
Decimal99143105
Binary1100011100011111101001
Octal143217151

Shades and tints

Shades of #638F69

#638F69
(99,143,105)
#5A8260
(90,130,96)
#517557
(81,117,87)
#48684E
(72,104,78)
#3F5B45
(63,91,69)
#364E3C
(54,78,60)
#2D4133
(45,65,51)
#24342A
(36,52,42)
#1B2721
(27,39,33)
#121A18
(18,26,24)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #638F69

#638F69
(99,143,105)
#719976
(113,153,118)
#7FA383
(127,163,131)
#8DAD90
(141,173,144)
#9BB79D
(155,183,157)
#A9C1AA
(169,193,170)
#B7CBB7
(183,203,183)
#C5D5C4
(197,213,196)
#D3DFD1
(211,223,209)
#E1E9DE
(225,233,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638F69; }

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

This text font color is #638F69.


Background Color

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

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

This div background color is #638F69.


Border color

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

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

This div border color is #638F69.


Opacity

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

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

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

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

This text has shadow with #638F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638F69 on black background.


Color preview on white background

This text has color #638F69 on white background.



Black color preview on #638F69 background

This text has black color on #638F69 background.


White color preview on #638F69 background

This text has white color on #638F69 background.