COLOR #638283

HEX: #638283
RGB: (99,130,131)

Color info

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

RGB color model

#638283 color RGB value is (99,130,131).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 131 of 255 = 51%

99
130
131

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 131 = 360 (100%)
R 99 of 360 ~ 27.5%
G 130 of 360 ~ 36.11%
B 131 of 360 ~ 36.39%

%27.5
%36.11
%36.39

CMYK color model

#638283 color CMYK value is (24,1,0,49).

  • cyan value is 24.43%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(24,1,0,49)
C24M1Y0K49 
(24%,1%,0%,49%)
(0.24/0.01/0.00/0.49)	

CMYK percentages

%24.43
%0.76
%0
%48.63

Codes

Color #638283 in popluar color models

638283
RGB99130131
HSL182°13.91%45.10%
HSB/HSV182°24.43%51.37%
CMYK24.43%0.76%0.00%
48.63%

Color #638283 in popluar number systems.

HEX638283
Decimal99130131
Binary11000111000001010000011
Octal143202203

Shades and tints

Shades of #638283

#638283
(99,130,131)
#5A7778
(90,119,120)
#516C6D
(81,108,109)
#486162
(72,97,98)
#3F5657
(63,86,87)
#364B4C
(54,75,76)
#2D4041
(45,64,65)
#243536
(36,53,54)
#1B2A2B
(27,42,43)
#121F20
(18,31,32)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #638283

#638283
(99,130,131)
#718D8E
(113,141,142)
#7F9899
(127,152,153)
#8DA3A4
(141,163,164)
#9BAEAF
(155,174,175)
#A9B9BA
(169,185,186)
#B7C4C5
(183,196,197)
#C5CFD0
(197,207,208)
#D3DADB
(211,218,219)
#E1E5E6
(225,229,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638283; }

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

This text font color is #638283.


Background Color

.myBgColor { background-color: #638283; }

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

This div background color is #638283.


Border color

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

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

This div border color is #638283.


Opacity

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

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

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

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

This text has shadow with #638283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638283 on black background.


Color preview on white background

This text has color #638283 on white background.



Black color preview on #638283 background

This text has black color on #638283 background.


White color preview on #638283 background

This text has white color on #638283 background.