COLOR #639383

HEX: #639383
RGB: (99,147,131)

Color info

#639383 contains red, green and blue colors in about the same proportion. Web safe color of #639383 is #669999 (or #699).

RGB color model

#639383 color RGB value is (99,147,131).

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

RGB channels and saturation

R 99 of 255 = 39%
G 147 of 255 = 58%
B 131 of 255 = 51%

99
147
131

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

Portions of RGB colors in percentages

R + G + B =
99 + 147 + 131 = 377 (100%)
R 99 of 377 ~ 26.26%
G 147 of 377 ~ 38.99%
B 131 of 377 ~ 34.75%

%26.26
%38.99
%34.75

CMYK color model

#639383 color CMYK value is (33,0,11,42).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 42.35%
CMYK:
(33,0,11,42)
C33M0Y11K42 
(33%,0%,11%,42%)
(0.33/0.00/0.11/0.42)	

CMYK percentages

%32.65
%0
%10.88
%42.35

Codes

Color #639383 in popluar color models

639383
RGB99147131
HSL160°19.51%48.24%
HSB/HSV160°32.65%57.65%
CMYK32.65%0.00%10.88%
42.35%

Color #639383 in popluar number systems.

HEX639383
Decimal99147131
Binary11000111001001110000011
Octal143223203

Shades and tints

Shades of #639383

#639383
(99,147,131)
#5A8678
(90,134,120)
#51796D
(81,121,109)
#486C62
(72,108,98)
#3F5F57
(63,95,87)
#36524C
(54,82,76)
#2D4541
(45,69,65)
#243836
(36,56,54)
#1B2B2B
(27,43,43)
#121E20
(18,30,32)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #639383

#639383
(99,147,131)
#719C8E
(113,156,142)
#7FA599
(127,165,153)
#8DAEA4
(141,174,164)
#9BB7AF
(155,183,175)
#A9C0BA
(169,192,186)
#B7C9C5
(183,201,197)
#C5D2D0
(197,210,208)
#D3DBDB
(211,219,219)
#E1E4E6
(225,228,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639383; }

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

This text font color is #639383.


Background Color

.myBgColor { background-color: #639383; }

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

This div background color is #639383.


Border color

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

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

This div border color is #639383.


Opacity

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

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

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

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

This text has shadow with #639383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639383 on black background.


Color preview on white background

This text has color #639383 on white background.



Black color preview on #639383 background

This text has black color on #639383 background.


White color preview on #639383 background

This text has white color on #639383 background.