COLOR #3F675D

HEX: #3F675D
RGB: (63,103,93)

Color info

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

RGB color model

#3F675D color RGB value is (63,103,93).

  • red value is 63;
  • green value is 103;
  • blue value is 93.
RGB:
(63,103,93)
(25%,40%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 103 of 255 = 40%
B 93 of 255 = 36%

63
103
93

R + G + B ~ 34%. #3F675D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 103 + 93 = 259 (100%)
R 63 of 259 ~ 24.32%
G 103 of 259 ~ 39.77%
B 93 of 259 ~ 35.91%

%24.32
%39.77
%35.91

CMYK color model

#3F675D color CMYK value is (39,0,10,60).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(39,0,10,60)
C39M0Y10K60 
(39%,0%,10%,60%)
(0.39/0.00/0.10/0.60)	

CMYK percentages

%38.83
%0
%9.71
%59.61

Codes

Color #3F675D in popluar color models

3F675D
RGB6310393
HSL165°24.10%32.55%
HSB/HSV165°38.83%40.39%
CMYK38.83%0.00%9.71%
59.61%

Color #3F675D in popluar number systems.

HEX3F675D
Decimal6310393
Binary11111111001111011101
Octal77147135

Shades and tints

Shades of #3F675D

#3F675D
(63,103,93)
#3A5E55
(58,94,85)
#35554D
(53,85,77)
#304C45
(48,76,69)
#2B433D
(43,67,61)
#263A35
(38,58,53)
#21312D
(33,49,45)
#1C2825
(28,40,37)
#171F1D
(23,31,29)
#121615
(18,22,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #3F675D

#3F675D
(63,103,93)
#50746B
(80,116,107)
#618179
(97,129,121)
#728E87
(114,142,135)
#839B95
(131,155,149)
#94A8A3
(148,168,163)
#A5B5B1
(165,181,177)
#B6C2BF
(182,194,191)
#C7CFCD
(199,207,205)
#D8DCDB
(216,220,219)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F675D color. Also use rgb(63,103,93) instead hex code.

Text Font Color

.myTextColor { color: #3F675D; }

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

This text font color is #3F675D.


Background Color

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

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

This div background color is #3F675D.


Border color

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

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

This div border color is #3F675D.


Opacity

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

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

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

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

This text has shadow with #3F675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F675D on black background.


Color preview on white background

This text has color #3F675D on white background.



Black color preview on #3F675D background

This text has black color on #3F675D background.


White color preview on #3F675D background

This text has white color on #3F675D background.