COLOR #3F744E

HEX: #3F744E
RGB: (63,116,78)

Color info

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

RGB color model

#3F744E color RGB value is (63,116,78).

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

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 78 of 255 = 31%

63
116
78

R + G + B ~ 34%. #3F744E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 116 + 78 = 257 (100%)
R 63 of 257 ~ 24.51%
G 116 of 257 ~ 45.14%
B 78 of 257 ~ 30.35%

%24.51
%45.14
%30.35

CMYK color model

#3F744E color CMYK value is (46,0,33,55).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(46,0,33,55)
C46M0Y33K55 
(46%,0%,33%,55%)
(0.46/0.00/0.33/0.55)	

CMYK percentages

%45.69
%0
%32.76
%54.51

Codes

Color #3F744E in popluar color models

3F744E
RGB6311678
HSL137°29.61%35.10%
HSB/HSV137°45.69%45.49%
CMYK45.69%0.00%32.76%
54.51%

Color #3F744E in popluar number systems.

HEX3F744E
Decimal6311678
Binary11111111101001001110
Octal77164116

Shades and tints

Shades of #3F744E

#3F744E
(63,116,78)
#3A6A47
(58,106,71)
#356040
(53,96,64)
#305639
(48,86,57)
#2B4C32
(43,76,50)
#26422B
(38,66,43)
#213824
(33,56,36)
#1C2E1D
(28,46,29)
#172416
(23,36,22)
#121A0F
(18,26,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #3F744E

#3F744E
(63,116,78)
#50805E
(80,128,94)
#618C6E
(97,140,110)
#72987E
(114,152,126)
#83A48E
(131,164,142)
#94B09E
(148,176,158)
#A5BCAE
(165,188,174)
#B6C8BE
(182,200,190)
#C7D4CE
(199,212,206)
#D8E0DE
(216,224,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F744E; }

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

This text font color is #3F744E.


Background Color

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

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

This div background color is #3F744E.


Border color

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

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

This div border color is #3F744E.


Opacity

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

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

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

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

This text has shadow with #3F744E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F744E on black background.


Color preview on white background

This text has color #3F744E on white background.



Black color preview on #3F744E background

This text has black color on #3F744E background.


White color preview on #3F744E background

This text has white color on #3F744E background.