COLOR #63838A

HEX: #63838A
RGB: (99,131,138)

Color info

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

RGB color model

#63838A color RGB value is (99,131,138).

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

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 138 of 255 = 54%

99
131
138

R + G + B ~ 48%. #63838A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 138 = 368 (100%)
R 99 of 368 ~ 26.9%
G 131 of 368 ~ 35.6%
B 138 of 368 ~ 37.5%

%26.9
%35.6
%37.5

CMYK color model

#63838A color CMYK value is (28,5,0,46).

  • cyan value is 28.26%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,5,0,46)
C28M5Y0K46 
(28%,5%,0%,46%)
(0.28/0.05/0.00/0.46)	

CMYK percentages

%28.26
%5.07
%0
%45.88

Codes

Color #63838A in popluar color models

63838A
RGB99131138
HSL191°16.46%46.47%
HSB/HSV191°28.26%54.12%
CMYK28.26%5.07%0.00%
45.88%

Color #63838A in popluar number systems.

HEX63838A
Decimal99131138
Binary11000111000001110001010
Octal143203212

Shades and tints

Shades of #63838A

#63838A
(99,131,138)
#5A787E
(90,120,126)
#516D72
(81,109,114)
#486266
(72,98,102)
#3F575A
(63,87,90)
#364C4E
(54,76,78)
#2D4142
(45,65,66)
#243636
(36,54,54)
#1B2B2A
(27,43,42)
#12201E
(18,32,30)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #63838A

#63838A
(99,131,138)
#718E94
(113,142,148)
#7F999E
(127,153,158)
#8DA4A8
(141,164,168)
#9BAFB2
(155,175,178)
#A9BABC
(169,186,188)
#B7C5C6
(183,197,198)
#C5D0D0
(197,208,208)
#D3DBDA
(211,219,218)
#E1E6E4
(225,230,228)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63838A; }

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

This text font color is #63838A.


Background Color

.myBgColor { background-color: #63838A; }

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

This div background color is #63838A.


Border color

.myBorderColor { border: 1px solid #63838A; }

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

This div border color is #63838A.


Opacity

.myOpacity80 { color: #63838A; opacity: 0.8; }

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

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

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

This text has shadow with #63838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63838A on black background.


Color preview on white background

This text has color #63838A on white background.



Black color preview on #63838A background

This text has black color on #63838A background.


White color preview on #63838A background

This text has white color on #63838A background.