COLOR #3F514A

HEX: #3F514A
RGB: (63,81,74)

Color info

#3F514A contains red, green and blue colors in about the same proportion. Web safe color of #3F514A is #336633 (or #363).

RGB color model

#3F514A color RGB value is (63,81,74).

  • red value is 63;
  • green value is 81;
  • blue value is 74.
RGB: (63,81,74) (25%,32%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 74 of 255 = 29%

63
81
74

R + G + B ~ 29%. #3F514A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 74 = 218 (100%)
R 63 of 218 ~ 28.9%
G 81 of 218 ~ 37.16%
B 74 of 218 ~ 33.94%

%28.9
%37.16
%33.94

CMYK color model

#3F514A color CMYK value is (22,0,9,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK: (22,0,9,68) C22M0Y9K68 (22%,0%,9%,68%) (0.22/0.00/0.09/0.68)

CMYK percentages

%22.22
%0
%8.64
%68.24

Codes

Color #3F514A in popluar color models

3F514A
RGB638174
HSL157°12.50%28.24%
HSB/HSV157°22.22%31.76%
CMYK22.22%0.00%8.64%
68.24%

Color #3F514A in popluar number systems.

HEX3F514A
Decimal638174
Binary11111110100011001010
Octal77121112

Shades and tints

Shades of #3F514A

#3F514A
(63,81,74)
#3A4A44
(58,74,68)
#35433E
(53,67,62)
#303C38
(48,60,56)
#2B3532
(43,53,50)
#262E2C
(38,46,44)
#212726
(33,39,38)
#1C2020
(28,32,32)
#17191A
(23,25,26)
#121214
(18,18,20)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F514A

#3F514A
(63,81,74)
#50605A
(80,96,90)
#616F6A
(97,111,106)
#727E7A
(114,126,122)
#838D8A
(131,141,138)
#949C9A
(148,156,154)
#A5ABAA
(165,171,170)
#B6BABA
(182,186,186)
#C7C9CA
(199,201,202)
#D8D8DA
(216,216,218)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F514A color. Also use rgb(63,81,74) instead hex code.

Text Font Color

.myTextColor { color: #3F514A; }

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

This text font color is #3F514A.


Background Color

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

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

This div background color is #3F514A.


Border color

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

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

This div border color is #3F514A.


Opacity

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

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

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

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

This text has shadow with #3F514A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F514A on black background.


Color preview on white background

This text has color #3F514A on white background.



Black color preview on #3F514A background

This text has black color on #3F514A background.


White color preview on #3F514A background

This text has white color on #3F514A background.