COLOR #3F7438

HEX: #3F7438 RGB: (63,116,56)

Color info

#3F7438 contains mainly red and green colors. Web safe color of #3F7438 is #336633 (or #363).

RGB color model

#3F7438 color RGB value is (63,116,56).

RGB: (63,116,56) (25%, 45%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 56 of 255 = 22%

63
116
56

R + G + B ~ 31%. #3F7438 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 56 = 235 (100%)
R 63 of 235 ~ 26.81%
G 116 of 235 ~ 49.36%
B 56 of 235 ~ 23.83'%

%26.81
%49.36
%23.83

CMYK color model

#3F7438 color CMYK value is (46,0,52,55).

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

CMYK: (46,0,52,55)
C46M0Y52K55 (46%, 0%, 52%, 55%)
(0.46 / 0.00 / 0.52 / 0.55)

CMYK percentages

%45.69
%0
%51.72
%54.51

Codes

Color #3F7438 in popluar color models

3F 74 38
RGB 63 116 56
HSL 113° 34.88% 33.73%
HSB/HSV 113° 51.72% 45.49%
CMYK 45.69% 0.00% 51.72%
54.51%

Color #3F7438 in popluar number systems.

HEX 3F 74 38
Decimal 63 116 56
Binary 111111 1110100 111000
Octal 77 164 70

Shades and tints

Shades of #3F7438

#3F7438
(63,116,56)
#3A6A33
(58,106,51)
#35602E
(53,96,46)
#305629
(48,86,41)
#2B4C24
(43,76,36)
#26421F
(38,66,31)
#21381A
(33,56,26)
#1C2E15
(28,46,21)
#172410
(23,36,16)
#121A0B
(18,26,11)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #3F7438

#3F7438
(63,116,56)
#50804A
(80,128,74)
#618C5C
(97,140,92)
#72986E
(114,152,110)
#83A480
(131,164,128)
#94B092
(148,176,146)
#A5BCA4
(165,188,164)
#B6C8B6
(182,200,182)
#C7D4C8
(199,212,200)
#D8E0DA
(216,224,218)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7438; }

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

This text font color is #3F7438.

Background Color

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

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

This div background color is #3F7438.

Border color

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

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

This div border color is #3F7438.

Opacity

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

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

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

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

This text has shadow with #3F7438 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7438.

Preview

Color preview on black background

This text has color #3F7438 on black background.


Color preview on white background

This text has color #3F7438 on white background.


Black color preview on #3F7438 background

This text has black color on #3F7438 background.


White color preview on #3F7438 background

This text has white color on #3F7438 background.


Related colors

Complementary color

Complementary color for #hex is #C08BC7.


I love getcolorcode.com

Triadic colors

1 #383F74 and #74383F with #3F7438 are triadic colors.

2 #38743F and #743F38 with #3F7438 are triadic colors.