COLOR #3F774A

HEX: #3F774A RGB: (63,119,74)

Color info

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

RGB color model

#3F774A color RGB value is (63,119,74).

RGB: (63,119,74) (25%, 47%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 74 of 255 = 29%

63
119
74

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

Portions of RGB colors in percentages

R + G + B = 63 + 119 + 74 = 256 (100%)
R 63 of 256 ~ 24.61%
G 119 of 256 ~ 46.48%
B 74 of 256 ~ 28.91'%

%24.61
%46.48
%28.91

CMYK color model

#3F774A color CMYK value is (47,0,38,53).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 53.33%

CMYK: (47,0,38,53)
C47M0Y38K53 (47%, 0%, 38%, 53%)
(0.47 / 0.00 / 0.38 / 0.53)

CMYK percentages

%47.06
%0
%37.82
%53.33

Codes

Color #3F774A in popluar color models

3F 77 4A
RGB 63 119 74
HSL 132° 30.77% 35.69%
HSB/HSV 132° 47.06% 46.67%
CMYK 47.06% 0.00% 37.82%
53.33%

Color #3F774A in popluar number systems.

HEX 3F 77 4A
Decimal 63 119 74
Binary 111111 1110111 1001010
Octal 77 167 112

Shades and tints

Shades of #3F774A

#3F774A
(63,119,74)
#3A6D44
(58,109,68)
#35633E
(53,99,62)
#305938
(48,89,56)
#2B4F32
(43,79,50)
#26452C
(38,69,44)
#213B26
(33,59,38)
#1C3120
(28,49,32)
#17271A
(23,39,26)
#121D14
(18,29,20)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #3F774A

#3F774A
(63,119,74)
#50835A
(80,131,90)
#618F6A
(97,143,106)
#729B7A
(114,155,122)
#83A78A
(131,167,138)
#94B39A
(148,179,154)
#A5BFAA
(165,191,170)
#B6CBBA
(182,203,186)
#C7D7CA
(199,215,202)
#D8E3DA
(216,227,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F774A; }

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

This text font color is #3F774A.

Background Color

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

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

This div background color is #3F774A.

Border color

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

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

This div border color is #3F774A.

Opacity

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

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

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

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

This text has shadow with #3F774A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F774A.

Preview

Color preview on black background

This text has color #3F774A on black background.


Color preview on white background

This text has color #3F774A on white background.


Black color preview on #3F774A background

This text has black color on #3F774A background.


White color preview on #3F774A background

This text has white color on #3F774A background.


Related colors

Complementary color

Complementary color for #hex is #C088B5.


I love getcolorcode.com

Triadic colors

1 #4A3F77 and #774A3F with #3F774A are triadic colors.

2 #4A773F and #773F4A with #3F774A are triadic colors.