COLOR #3F764D

HEX: #3F764D
RGB: (63,118,77)

Color info

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

RGB color model

#3F764D color RGB value is (63,118,77).

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

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 77 of 255 = 30%

63
118
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 118 + 77 = 258 (100%)
R 63 of 258 ~ 24.42%
G 118 of 258 ~ 45.74%
B 77 of 258 ~ 29.84%

%24.42
%45.74
%29.84

CMYK color model

#3F764D color CMYK value is (47,0,35,54).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(47,0,35,54)
C47M0Y35K54 
(47%,0%,35%,54%)
(0.47/0.00/0.35/0.54)	

CMYK percentages

%46.61
%0
%34.75
%53.73

Codes

Color #3F764D in popluar color models

3F764D
RGB6311877
HSL135°30.39%35.49%
HSB/HSV135°46.61%46.27%
CMYK46.61%0.00%34.75%
53.73%

Color #3F764D in popluar number systems.

HEX3F764D
Decimal6311877
Binary11111111101101001101
Octal77166115

Shades and tints

Shades of #3F764D

#3F764D
(63,118,77)
#3A6C46
(58,108,70)
#35623F
(53,98,63)
#305838
(48,88,56)
#2B4E31
(43,78,49)
#26442A
(38,68,42)
#213A23
(33,58,35)
#1C301C
(28,48,28)
#172615
(23,38,21)
#121C0E
(18,28,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #3F764D

#3F764D
(63,118,77)
#50825D
(80,130,93)
#618E6D
(97,142,109)
#729A7D
(114,154,125)
#83A68D
(131,166,141)
#94B29D
(148,178,157)
#A5BEAD
(165,190,173)
#B6CABD
(182,202,189)
#C7D6CD
(199,214,205)
#D8E2DD
(216,226,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F764D; }

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

This text font color is #3F764D.


Background Color

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

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

This div background color is #3F764D.


Border color

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

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

This div border color is #3F764D.


Opacity

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

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

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

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

This text has shadow with #3F764D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F764D on black background.


Color preview on white background

This text has color #3F764D on white background.



Black color preview on #3F764D background

This text has black color on #3F764D background.


White color preview on #3F764D background

This text has white color on #3F764D background.