COLOR #3F6546

HEX: #3F6546 RGB: (63,101,70)

Color info

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

RGB color model

#3F6546 color RGB value is (63,101,70).

RGB: (63,101,70) (25%, 40%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 70 of 255 = 27%

63
101
70

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

Portions of RGB colors in percentages

R + G + B = 63 + 101 + 70 = 234 (100%)
R 63 of 234 ~ 26.92%
G 101 of 234 ~ 43.16%
B 70 of 234 ~ 29.91'%

%26.92
%43.16
%29.91

CMYK color model

#3F6546 color CMYK value is (38,0,31,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 60.39%

CMYK: (38,0,31,60)
C38M0Y31K60 (38%, 0%, 31%, 60%)
(0.38 / 0.00 / 0.31 / 0.60)

CMYK percentages

%37.62
%0
%30.69
%60.39

Codes

Color #3F6546 in popluar color models

3F 65 46
RGB 63 101 70
HSL 131° 23.17% 32.16%
HSB/HSV 131° 37.62% 39.61%
CMYK 37.62% 0.00% 30.69%
60.39%

Color #3F6546 in popluar number systems.

HEX 3F 65 46
Decimal 63 101 70
Binary 111111 1100101 1000110
Octal 77 145 106

Shades and tints

Shades of #3F6546

#3F6546
(63,101,70)
#3A5C40
(58,92,64)
#35533A
(53,83,58)
#304A34
(48,74,52)
#2B412E
(43,65,46)
#263828
(38,56,40)
#212F22
(33,47,34)
#1C261C
(28,38,28)
#171D16
(23,29,22)
#121410
(18,20,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #3F6546

#3F6546
(63,101,70)
#507356
(80,115,86)
#618166
(97,129,102)
#728F76
(114,143,118)
#839D86
(131,157,134)
#94AB96
(148,171,150)
#A5B9A6
(165,185,166)
#B6C7B6
(182,199,182)
#C7D5C6
(199,213,198)
#D8E3D6
(216,227,214)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6546 color. Also use rgb(63,101,70) instead hex code.

Text Font Color

.myTextColor { color: #3F6546; }

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

This text font color is #3F6546.

Background Color

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

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

This div background color is #3F6546.

Border color

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

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

This div border color is #3F6546.

Opacity

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

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

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

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

This text has shadow with #3F6546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6546.

Preview

Color preview on black background

This text has color #3F6546 on black background.


Color preview on white background

This text has color #3F6546 on white background.


Black color preview on #3F6546 background

This text has black color on #3F6546 background.


White color preview on #3F6546 background

This text has white color on #3F6546 background.


Related colors

Complementary color

Complementary color for #hex is #C09AB9.


I love getcolorcode.com

Triadic colors

1 #463F65 and #65463F with #3F6546 are triadic colors.

2 #46653F and #653F46 with #3F6546 are triadic colors.