COLOR #3F6276

HEX: #3F6276
RGB: (63,98,118)

Color info

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

RGB color model

#3F6276 color RGB value is (63,98,118).

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

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 118 of 255 = 46%

63
98
118

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

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 118 = 279 (100%)
R 63 of 279 ~ 22.58%
G 98 of 279 ~ 35.13%
B 118 of 279 ~ 42.29%

%22.58
%35.13
%42.29

CMYK color model

#3F6276 color CMYK value is (47,17,0,54).

  • cyan value is 46.61%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(47,17,0,54)
C47M17Y0K54 
(47%,17%,0%,54%)
(0.47/0.17/0.00/0.54)	

CMYK percentages

%46.61
%16.95
%0
%53.73

Codes

Color #3F6276 in popluar color models

3F6276
RGB6398118
HSL202°30.39%35.49%
HSB/HSV202°46.61%46.27%
CMYK46.61%16.95%0.00%
53.73%

Color #3F6276 in popluar number systems.

HEX3F6276
Decimal6398118
Binary11111111000101110110
Octal77142166

Shades and tints

Shades of #3F6276

#3F6276
(63,98,118)
#3A5A6C
(58,90,108)
#355262
(53,82,98)
#304A58
(48,74,88)
#2B424E
(43,66,78)
#263A44
(38,58,68)
#21323A
(33,50,58)
#1C2A30
(28,42,48)
#172226
(23,34,38)
#121A1C
(18,26,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #3F6276

#3F6276
(63,98,118)
#507082
(80,112,130)
#617E8E
(97,126,142)
#728C9A
(114,140,154)
#839AA6
(131,154,166)
#94A8B2
(148,168,178)
#A5B6BE
(165,182,190)
#B6C4CA
(182,196,202)
#C7D2D6
(199,210,214)
#D8E0E2
(216,224,226)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6276; }

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

This text font color is #3F6276.


Background Color

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

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

This div background color is #3F6276.


Border color

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

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

This div border color is #3F6276.


Opacity

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

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

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

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

This text has shadow with #3F6276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6276 on black background.


Color preview on white background

This text has color #3F6276 on white background.



Black color preview on #3F6276 background

This text has black color on #3F6276 background.


White color preview on #3F6276 background

This text has white color on #3F6276 background.