COLOR #3F754F

HEX: #3F754F RGB: (63,117,79)

Color info

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

RGB color model

#3F754F color RGB value is (63,117,79).

RGB: (63,117,79) (25%, 46%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 79 of 255 = 31%

63
117
79

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

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 79 = 259 (100%)
R 63 of 259 ~ 24.32%
G 117 of 259 ~ 45.17%
B 79 of 259 ~ 30.5'%

%24.32
%45.17
%30.5

CMYK color model

#3F754F color CMYK value is (46,0,32,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 54.12%

CMYK: (46,0,32,54)
C46M0Y32K54 (46%, 0%, 32%, 54%)
(0.46 / 0.00 / 0.32 / 0.54)

CMYK percentages

%46.15
%0
%32.48
%54.12

Codes

Color #3F754F in popluar color models

3F 75 4F
RGB 63 117 79
HSL 138° 30.00% 35.29%
HSB/HSV 138° 46.15% 45.88%
CMYK 46.15% 0.00% 32.48%
54.12%

Color #3F754F in popluar number systems.

HEX 3F 75 4F
Decimal 63 117 79
Binary 111111 1110101 1001111
Octal 77 165 117

Shades and tints

Shades of #3F754F

#3F754F
(63,117,79)
#3A6B48
(58,107,72)
#356141
(53,97,65)
#30573A
(48,87,58)
#2B4D33
(43,77,51)
#26432C
(38,67,44)
#213925
(33,57,37)
#1C2F1E
(28,47,30)
#172517
(23,37,23)
#121B10
(18,27,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #3F754F

#3F754F
(63,117,79)
#50815F
(80,129,95)
#618D6F
(97,141,111)
#72997F
(114,153,127)
#83A58F
(131,165,143)
#94B19F
(148,177,159)
#A5BDAF
(165,189,175)
#B6C9BF
(182,201,191)
#C7D5CF
(199,213,207)
#D8E1DF
(216,225,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F754F color. Also use rgb(63,117,79) instead hex code.

Text Font Color

.myTextColor { color: #3F754F; }

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

This text font color is #3F754F.

Background Color

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

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

This div background color is #3F754F.

Border color

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

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

This div border color is #3F754F.

Opacity

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

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

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

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

This text has shadow with #3F754F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F754F.

Preview

Color preview on black background

This text has color #3F754F on black background.


Color preview on white background

This text has color #3F754F on white background.


Black color preview on #3F754F background

This text has black color on #3F754F background.


White color preview on #3F754F background

This text has white color on #3F754F background.


Related colors

Complementary color

Complementary color for #hex is #C08AB0.


I love getcolorcode.com

Triadic colors

1 #4F3F75 and #754F3F with #3F754F are triadic colors.

2 #4F753F and #753F4F with #3F754F are triadic colors.