COLOR #3F636E

HEX: #3F636E
RGB: (63,99,110)

Color info

#3F636E contains red, green and blue colors in about the same proportion. Web safe color of #3F636E is #336666 (or #366).

RGB color model

#3F636E color RGB value is (63,99,110).

  • red value is 63;
  • green value is 99;
  • blue value is 110.
RGB:
(63,99,110)
(25%,39%,43%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 110 of 255 = 43%

63
99
110

R + G + B ~ 36%. #3F636E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 99 + 110 = 272 (100%)
R 63 of 272 ~ 23.16%
G 99 of 272 ~ 36.4%
B 110 of 272 ~ 40.44%

%23.16
%36.4
%40.44

CMYK color model

#3F636E color CMYK value is (43,10,0,57).

  • cyan value is 42.73%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(43,10,0,57)
C43M10Y0K57 
(43%,10%,0%,57%)
(0.43/0.10/0.00/0.57)	

CMYK percentages

%42.73
%10
%0
%56.86

Codes

Color #3F636E in popluar color models

3F636E
RGB6399110
HSL194°27.17%33.92%
HSB/HSV194°42.73%43.14%
CMYK42.73%10.00%0.00%
56.86%

Color #3F636E in popluar number systems.

HEX3F636E
Decimal6399110
Binary11111111000111101110
Octal77143156

Shades and tints

Shades of #3F636E

#3F636E
(63,99,110)
#3A5A64
(58,90,100)
#35515A
(53,81,90)
#304850
(48,72,80)
#2B3F46
(43,63,70)
#26363C
(38,54,60)
#212D32
(33,45,50)
#1C2428
(28,36,40)
#171B1E
(23,27,30)
#121214
(18,18,20)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #3F636E

#3F636E
(63,99,110)
#50717B
(80,113,123)
#617F88
(97,127,136)
#728D95
(114,141,149)
#839BA2
(131,155,162)
#94A9AF
(148,169,175)
#A5B7BC
(165,183,188)
#B6C5C9
(182,197,201)
#C7D3D6
(199,211,214)
#D8E1E3
(216,225,227)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F636E color. Also use rgb(63,99,110) instead hex code.

Text Font Color

.myTextColor { color: #3F636E; }

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

This text font color is #3F636E.


Background Color

.myBgColor { background-color: #3F636E; }

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

This div background color is #3F636E.


Border color

.myBorderColor { border: 1px solid #3F636E; }

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

This div border color is #3F636E.


Opacity

.myOpacity80 { color: #3F636E; opacity: 0.8; }

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

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

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

This text has shadow with #3F636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F636E on black background.


Color preview on white background

This text has color #3F636E on white background.



Black color preview on #3F636E background

This text has black color on #3F636E background.


White color preview on #3F636E background

This text has white color on #3F636E background.