COLOR #3F6074

HEX: #3F6074
RGB: (63,96,116)

Color info

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

RGB color model

#3F6074 color RGB value is (63,96,116).

  • red value is 63;
  • green value is 96;
  • blue value is 116.
RGB:
(63,96,116)
(25%,38%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 96 of 255 = 38%
B 116 of 255 = 45%

63
96
116

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

Portions of RGB colors in percentages

R + G + B =
63 + 96 + 116 = 275 (100%)
R 63 of 275 ~ 22.91%
G 96 of 275 ~ 34.91%
B 116 of 275 ~ 42.18%

%22.91
%34.91
%42.18

CMYK color model

#3F6074 color CMYK value is (46,17,0,55).

  • cyan value is 45.69%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(46,17,0,55)
C46M17Y0K55 
(46%,17%,0%,55%)
(0.46/0.17/0.00/0.55)	

CMYK percentages

%45.69
%17.24
%0
%54.51

Codes

Color #3F6074 in popluar color models

3F6074
RGB6396116
HSL203°29.61%35.10%
HSB/HSV203°45.69%45.49%
CMYK45.69%17.24%0.00%
54.51%

Color #3F6074 in popluar number systems.

HEX3F6074
Decimal6396116
Binary11111111000001110100
Octal77140164

Shades and tints

Shades of #3F6074

#3F6074
(63,96,116)
#3A586A
(58,88,106)
#355060
(53,80,96)
#304856
(48,72,86)
#2B404C
(43,64,76)
#263842
(38,56,66)
#213038
(33,48,56)
#1C282E
(28,40,46)
#172024
(23,32,36)
#12181A
(18,24,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #3F6074

#3F6074
(63,96,116)
#506E80
(80,110,128)
#617C8C
(97,124,140)
#728A98
(114,138,152)
#8398A4
(131,152,164)
#94A6B0
(148,166,176)
#A5B4BC
(165,180,188)
#B6C2C8
(182,194,200)
#C7D0D4
(199,208,212)
#D8DEE0
(216,222,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6074 color. Also use rgb(63,96,116) instead hex code.

Text Font Color

.myTextColor { color: #3F6074; }

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

This text font color is #3F6074.


Background Color

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

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

This div background color is #3F6074.


Border color

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

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

This div border color is #3F6074.


Opacity

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

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

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

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

This text has shadow with #3F6074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6074 on black background.


Color preview on white background

This text has color #3F6074 on white background.



Black color preview on #3F6074 background

This text has black color on #3F6074 background.


White color preview on #3F6074 background

This text has white color on #3F6074 background.