COLOR #63757A

HEX: #63757A
RGB: (99,117,122)

Color info

#63757A contains red, green and blue colors in about the same proportion. Web safe color of #63757A is #666666 (or #666).

RGB color model

#63757A color RGB value is (99,117,122).

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

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 122 of 255 = 48%

99
117
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 122 = 338 (100%)
R 99 of 338 ~ 29.29%
G 117 of 338 ~ 34.62%
B 122 of 338 ~ 36.09%

%29.29
%34.62
%36.09

CMYK color model

#63757A color CMYK value is (19,4,0,52).

  • cyan value is 18.85%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (19,4,0,52) C19M4Y0K52 (19%,4%,0%,52%) (0.19/0.04/0.00/0.52)

CMYK percentages

%18.85
%4.1
%0
%52.16

Codes

Color #63757A in popluar color models

63757A
RGB99117122
HSL193°10.41%43.33%
HSB/HSV193°18.85%47.84%
CMYK18.85%4.10%0.00%
52.16%

Color #63757A in popluar number systems.

HEX63757A
Decimal99117122
Binary110001111101011111010
Octal143165172

Shades and tints

Shades of #63757A

#63757A
(99,117,122)
#5A6B6F
(90,107,111)
#516164
(81,97,100)
#485759
(72,87,89)
#3F4D4E
(63,77,78)
#364343
(54,67,67)
#2D3938
(45,57,56)
#242F2D
(36,47,45)
#1B2522
(27,37,34)
#121B17
(18,27,23)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #63757A

#63757A
(99,117,122)
#718186
(113,129,134)
#7F8D92
(127,141,146)
#8D999E
(141,153,158)
#9BA5AA
(155,165,170)
#A9B1B6
(169,177,182)
#B7BDC2
(183,189,194)
#C5C9CE
(197,201,206)
#D3D5DA
(211,213,218)
#E1E1E6
(225,225,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63757A; }

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

This text font color is #63757A.


Background Color

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

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

This div background color is #63757A.


Border color

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

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

This div border color is #63757A.


Opacity

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

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

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

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

This text has shadow with #63757A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #63757A on black background.


Color preview on white background

This text has color #63757A on white background.



Black color preview on #63757A background

This text has black color on #63757A background.


White color preview on #63757A background

This text has white color on #63757A background.