COLOR #3F6454

HEX: #3F6454
RGB: (63,100,84)

Color info

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

RGB color model

#3F6454 color RGB value is (63,100,84).

  • red value is 63;
  • green value is 100;
  • blue value is 84.
RGB:
(63,100,84)
(25%,39%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 84 of 255 = 33%

63
100
84

R + G + B ~ 32%. #3F6454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 100 + 84 = 247 (100%)
R 63 of 247 ~ 25.51%
G 100 of 247 ~ 40.49%
B 84 of 247 ~ 34.01%

%25.51
%40.49
%34.01

CMYK color model

#3F6454 color CMYK value is (37,0,16,61).

  • cyan value is 37.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(37,0,16,61)
C37M0Y16K61 
(37%,0%,16%,61%)
(0.37/0.00/0.16/0.61)	

CMYK percentages

%37
%0
%16
%60.78

Codes

Color #3F6454 in popluar color models

3F6454
RGB6310084
HSL154°22.70%31.96%
HSB/HSV154°37.00%39.22%
CMYK37.00%0.00%16.00%
60.78%

Color #3F6454 in popluar number systems.

HEX3F6454
Decimal6310084
Binary11111111001001010100
Octal77144124

Shades and tints

Shades of #3F6454

#3F6454
(63,100,84)
#3A5B4D
(58,91,77)
#355246
(53,82,70)
#30493F
(48,73,63)
#2B4038
(43,64,56)
#263731
(38,55,49)
#212E2A
(33,46,42)
#1C2523
(28,37,35)
#171C1C
(23,28,28)
#121315
(18,19,21)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F6454

#3F6454
(63,100,84)
#507263
(80,114,99)
#618072
(97,128,114)
#728E81
(114,142,129)
#839C90
(131,156,144)
#94AA9F
(148,170,159)
#A5B8AE
(165,184,174)
#B6C6BD
(182,198,189)
#C7D4CC
(199,212,204)
#D8E2DB
(216,226,219)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6454 color. Also use rgb(63,100,84) instead hex code.

Text Font Color

.myTextColor { color: #3F6454; }

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

This text font color is #3F6454.


Background Color

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

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

This div background color is #3F6454.


Border color

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

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

This div border color is #3F6454.


Opacity

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

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

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

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

This text has shadow with #3F6454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6454 on black background.


Color preview on white background

This text has color #3F6454 on white background.



Black color preview on #3F6454 background

This text has black color on #3F6454 background.


White color preview on #3F6454 background

This text has white color on #3F6454 background.