COLOR #3F744A

HEX: #3F744A RGB: (63,116,74)

Color info

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

RGB color model

#3F744A color RGB value is (63,116,74).

RGB: (63,116,74) (25%, 45%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 74 of 255 = 29%

63
116
74

R + G + B ~ 33%. #3F744A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 74 = 253 (100%)
R 63 of 253 ~ 24.9%
G 116 of 253 ~ 45.85%
B 74 of 253 ~ 29.25'%

%24.9
%45.85
%29.25

CMYK color model

#3F744A color CMYK value is (46,0,36,55).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%

CMYK: (46,0,36,55)
C46M0Y36K55 (46%, 0%, 36%, 55%)
(0.46 / 0.00 / 0.36 / 0.55)

CMYK percentages

%45.69
%0
%36.21
%54.51

Codes

Color #3F744A in popluar color models

3F 74 4A
RGB 63 116 74
HSL 132° 29.61% 35.10%
HSB/HSV 132° 45.69% 45.49%
CMYK 45.69% 0.00% 36.21%
54.51%

Color #3F744A in popluar number systems.

HEX 3F 74 4A
Decimal 63 116 74
Binary 111111 1110100 1001010
Octal 77 164 112

Shades and tints

Shades of #3F744A

#3F744A
(63,116,74)
#3A6A44
(58,106,68)
#35603E
(53,96,62)
#305638
(48,86,56)
#2B4C32
(43,76,50)
#26422C
(38,66,44)
#213826
(33,56,38)
#1C2E20
(28,46,32)
#17241A
(23,36,26)
#121A14
(18,26,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #3F744A

#3F744A
(63,116,74)
#50805A
(80,128,90)
#618C6A
(97,140,106)
#72987A
(114,152,122)
#83A48A
(131,164,138)
#94B09A
(148,176,154)
#A5BCAA
(165,188,170)
#B6C8BA
(182,200,186)
#C7D4CA
(199,212,202)
#D8E0DA
(216,224,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F744A; }

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

This text font color is #3F744A.

Background Color

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

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

This div background color is #3F744A.

Border color

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

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

This div border color is #3F744A.

Opacity

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

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

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

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

This text has shadow with #3F744A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F744A.

Preview

Color preview on black background

This text has color #3F744A on black background.


Color preview on white background

This text has color #3F744A on white background.


Black color preview on #3F744A background

This text has black color on #3F744A background.


White color preview on #3F744A background

This text has white color on #3F744A background.


Related colors

Complementary color

Complementary color for #hex is #C08BB5.


I love getcolorcode.com

Triadic colors

1 #4A3F74 and #744A3F with #3F744A are triadic colors.

2 #4A743F and #743F4A with #3F744A are triadic colors.