COLOR #3F626D

HEX: #3F626D
RGB: (63,98,109)

Color info

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

RGB color model

#3F626D color RGB value is (63,98,109).

  • red value is 63;
  • green value is 98;
  • blue value is 109.
RGB:
(63,98,109)
(25%,38%,43%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 109 of 255 = 43%

63
98
109

R + G + B ~ 35%. #3F626D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 109 = 270 (100%)
R 63 of 270 ~ 23.33%
G 98 of 270 ~ 36.3%
B 109 of 270 ~ 40.37%

%23.33
%36.3
%40.37

CMYK color model

#3F626D color CMYK value is (42,10,0,57).

  • cyan value is 42.20%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(42,10,0,57)
C42M10Y0K57 
(42%,10%,0%,57%)
(0.42/0.10/0.00/0.57)	

CMYK percentages

%42.2
%10.09
%0
%57.25

Codes

Color #3F626D in popluar color models

3F626D
RGB6398109
HSL194°26.74%33.73%
HSB/HSV194°42.20%42.75%
CMYK42.20%10.09%0.00%
57.25%

Color #3F626D in popluar number systems.

HEX3F626D
Decimal6398109
Binary11111111000101101101
Octal77142155

Shades and tints

Shades of #3F626D

#3F626D
(63,98,109)
#3A5A64
(58,90,100)
#35525B
(53,82,91)
#304A52
(48,74,82)
#2B4249
(43,66,73)
#263A40
(38,58,64)
#213237
(33,50,55)
#1C2A2E
(28,42,46)
#172225
(23,34,37)
#121A1C
(18,26,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #3F626D

#3F626D
(63,98,109)
#50707A
(80,112,122)
#617E87
(97,126,135)
#728C94
(114,140,148)
#839AA1
(131,154,161)
#94A8AE
(148,168,174)
#A5B6BB
(165,182,187)
#B6C4C8
(182,196,200)
#C7D2D5
(199,210,213)
#D8E0E2
(216,224,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F626D color. Also use rgb(63,98,109) instead hex code.

Text Font Color

.myTextColor { color: #3F626D; }

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

This text font color is #3F626D.


Background Color

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

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

This div background color is #3F626D.


Border color

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

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

This div border color is #3F626D.


Opacity

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

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

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

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

This text has shadow with #3F626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F626D on black background.


Color preview on white background

This text has color #3F626D on white background.



Black color preview on #3F626D background

This text has black color on #3F626D background.


White color preview on #3F626D background

This text has white color on #3F626D background.