COLOR #3F745F

HEX: #3F745F RGB: (63,116,95)

Color info

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

RGB color model

#3F745F color RGB value is (63,116,95).

RGB: (63,116,95) (25%, 45%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 95 of 255 = 37%

63
116
95

R + G + B ~ 36%. #3F745F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 95 = 274 (100%)
R 63 of 274 ~ 22.99%
G 116 of 274 ~ 42.34%
B 95 of 274 ~ 34.67'%

%22.99
%42.34
%34.67

CMYK color model

#3F745F color CMYK value is (46,0,18,55).

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

CMYK: (46,0,18,55)
C46M0Y18K55 (46%, 0%, 18%, 55%)
(0.46 / 0.00 / 0.18 / 0.55)

CMYK percentages

%45.69
%0
%18.1
%54.51

Codes

Color #3F745F in popluar color models

3F 74 5F
RGB 63 116 95
HSL 156° 29.61% 35.10%
HSB/HSV 156° 45.69% 45.49%
CMYK 45.69% 0.00% 18.10%
54.51%

Color #3F745F in popluar number systems.

HEX 3F 74 5F
Decimal 63 116 95
Binary 111111 1110100 1011111
Octal 77 164 137

Shades and tints

Shades of #3F745F

#3F745F
(63,116,95)
#3A6A57
(58,106,87)
#35604F
(53,96,79)
#305647
(48,86,71)
#2B4C3F
(43,76,63)
#264237
(38,66,55)
#21382F
(33,56,47)
#1C2E27
(28,46,39)
#17241F
(23,36,31)
#121A17
(18,26,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #3F745F

#3F745F
(63,116,95)
#50806D
(80,128,109)
#618C7B
(97,140,123)
#729889
(114,152,137)
#83A497
(131,164,151)
#94B0A5
(148,176,165)
#A5BCB3
(165,188,179)
#B6C8C1
(182,200,193)
#C7D4CF
(199,212,207)
#D8E0DD
(216,224,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F745F; }

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

This text font color is #3F745F.

Background Color

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

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

This div background color is #3F745F.

Border color

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

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

This div border color is #3F745F.

Opacity

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

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

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

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

This text has shadow with #3F745F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F745F.

Preview

Color preview on black background

This text has color #3F745F on black background.


Color preview on white background

This text has color #3F745F on white background.


Black color preview on #3F745F background

This text has black color on #3F745F background.


White color preview on #3F745F background

This text has white color on #3F745F background.


Related colors

Complementary color

Complementary color for #hex is #C08BA0.


I love getcolorcode.com

Triadic colors

1 #5F3F74 and #745F3F with #3F745F are triadic colors.

2 #5F743F and #743F5F with #3F745F are triadic colors.