COLOR #3F745E

HEX: #3F745E
RGB: (63,116,94)

Color info

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

RGB color model

#3F745E color RGB value is (63,116,94).

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

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 94 of 255 = 37%

63
116
94

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

Portions of RGB colors in percentages

R + G + B =
63 + 116 + 94 = 273 (100%)
R 63 of 273 ~ 23.08%
G 116 of 273 ~ 42.49%
B 94 of 273 ~ 34.43%

%23.08
%42.49
%34.43

CMYK color model

#3F745E color CMYK value is (46,0,19,55).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(46,0,19,55)
C46M0Y19K55 
(46%,0%,19%,55%)
(0.46/0.00/0.19/0.55)	

CMYK percentages

%45.69
%0
%18.97
%54.51

Codes

Color #3F745E in popluar color models

3F745E
RGB6311694
HSL155°29.61%35.10%
HSB/HSV155°45.69%45.49%
CMYK45.69%0.00%18.97%
54.51%

Color #3F745E in popluar number systems.

HEX3F745E
Decimal6311694
Binary11111111101001011110
Octal77164136

Shades and tints

Shades of #3F745E

#3F745E
(63,116,94)
#3A6A56
(58,106,86)
#35604E
(53,96,78)
#305646
(48,86,70)
#2B4C3E
(43,76,62)
#264236
(38,66,54)
#21382E
(33,56,46)
#1C2E26
(28,46,38)
#17241E
(23,36,30)
#121A16
(18,26,22)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #3F745E

#3F745E
(63,116,94)
#50806C
(80,128,108)
#618C7A
(97,140,122)
#729888
(114,152,136)
#83A496
(131,164,150)
#94B0A4
(148,176,164)
#A5BCB2
(165,188,178)
#B6C8C0
(182,200,192)
#C7D4CE
(199,212,206)
#D8E0DC
(216,224,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F745E; }

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

This text font color is #3F745E.


Background Color

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

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

This div background color is #3F745E.


Border color

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

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

This div border color is #3F745E.


Opacity

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

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

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

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

This text has shadow with #3F745E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F745E on black background.


Color preview on white background

This text has color #3F745E on white background.



Black color preview on #3F745E background

This text has black color on #3F745E background.


White color preview on #3F745E background

This text has white color on #3F745E background.