COLOR #3F5741

HEX: #3F5741 RGB: (63,87,65)

Color info

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

RGB color model

#3F5741 color RGB value is (63,87,65).

RGB: (63,87,65) (25%, 34%, 25%)

RGB channels and saturation

R 63 of 255 = 25%
G 87 of 255 = 34%
B 65 of 255 = 25%

63
87
65

R + G + B ~ 28%. #3F5741 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 87 + 65 = 215 (100%)
R 63 of 215 ~ 29.3%
G 87 of 215 ~ 40.47%
B 65 of 215 ~ 30.23'%

%29.3
%40.47
%30.23

CMYK color model

#3F5741 color CMYK value is (28,0,25,66).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%

CMYK: (28,0,25,66)
C28M0Y25K66 (28%, 0%, 25%, 66%)
(0.28 / 0.00 / 0.25 / 0.66)

CMYK percentages

%27.59
%0
%25.29
%65.88

Codes

Color #3F5741 in popluar color models

3F 57 41
RGB 63 87 65
HSL 125° 16.00% 29.41%
HSB/HSV 125° 27.59% 34.12%
CMYK 27.59% 0.00% 25.29%
65.88%

Color #3F5741 in popluar number systems.

HEX 3F 57 41
Decimal 63 87 65
Binary 111111 1010111 1000001
Octal 77 127 101

Shades and tints

Shades of #3F5741

#3F5741
(63,87,65)
#3A503C
(58,80,60)
#354937
(53,73,55)
#304232
(48,66,50)
#2B3B2D
(43,59,45)
#263428
(38,52,40)
#212D23
(33,45,35)
#1C261E
(28,38,30)
#171F19
(23,31,25)
#121814
(18,24,20)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #3F5741

#3F5741
(63,87,65)
#506652
(80,102,82)
#617563
(97,117,99)
#728474
(114,132,116)
#839385
(131,147,133)
#94A296
(148,162,150)
#A5B1A7
(165,177,167)
#B6C0B8
(182,192,184)
#C7CFC9
(199,207,201)
#D8DEDA
(216,222,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5741 color. Also use rgb(63,87,65) instead hex code.

Text Font Color

.myTextColor { color: #3F5741; }

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

This text font color is #3F5741.

Background Color

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

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

This div background color is #3F5741.

Border color

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

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

This div border color is #3F5741.

Opacity

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

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

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

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

This text has shadow with #3F5741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5741.

Preview

Color preview on black background

This text has color #3F5741 on black background.


Color preview on white background

This text has color #3F5741 on white background.


Black color preview on #3F5741 background

This text has black color on #3F5741 background.


White color preview on #3F5741 background

This text has white color on #3F5741 background.


Related colors

Complementary color

Complementary color for #hex is #C0A8BE.


I love getcolorcode.com

Triadic colors

1 #413F57 and #57413F with #3F5741 are triadic colors.

2 #41573F and #573F41 with #3F5741 are triadic colors.