COLOR #3F7551

HEX: #3F7551 RGB: (63,117,81)

Color info

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

RGB color model

#3F7551 color RGB value is (63,117,81).

RGB: (63,117,81) (25%, 46%, 32%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 81 of 255 = 32%

63
117
81

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

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 81 = 261 (100%)
R 63 of 261 ~ 24.14%
G 117 of 261 ~ 44.83%
B 81 of 261 ~ 31.03'%

%24.14
%44.83
%31.03

CMYK color model

#3F7551 color CMYK value is (46,0,31,54).

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

CMYK: (46,0,31,54)
C46M0Y31K54 (46%, 0%, 31%, 54%)
(0.46 / 0.00 / 0.31 / 0.54)

CMYK percentages

%46.15
%0
%30.77
%54.12

Codes

Color #3F7551 in popluar color models

3F 75 51
RGB 63 117 81
HSL 140° 30.00% 35.29%
HSB/HSV 140° 46.15% 45.88%
CMYK 46.15% 0.00% 30.77%
54.12%

Color #3F7551 in popluar number systems.

HEX 3F 75 51
Decimal 63 117 81
Binary 111111 1110101 1010001
Octal 77 165 121

Shades and tints

Shades of #3F7551

#3F7551
(63,117,81)
#3A6B4A
(58,107,74)
#356143
(53,97,67)
#30573C
(48,87,60)
#2B4D35
(43,77,53)
#26432E
(38,67,46)
#213927
(33,57,39)
#1C2F20
(28,47,32)
#172519
(23,37,25)
#121B12
(18,27,18)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #3F7551

#3F7551
(63,117,81)
#508160
(80,129,96)
#618D6F
(97,141,111)
#72997E
(114,153,126)
#83A58D
(131,165,141)
#94B19C
(148,177,156)
#A5BDAB
(165,189,171)
#B6C9BA
(182,201,186)
#C7D5C9
(199,213,201)
#D8E1D8
(216,225,216)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7551; }

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

This text font color is #3F7551.

Background Color

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

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

This div background color is #3F7551.

Border color

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

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

This div border color is #3F7551.

Opacity

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

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

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

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

This text has shadow with #3F7551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7551.

Preview

Color preview on black background

This text has color #3F7551 on black background.


Color preview on white background

This text has color #3F7551 on white background.


Black color preview on #3F7551 background

This text has black color on #3F7551 background.


White color preview on #3F7551 background

This text has white color on #3F7551 background.


Related colors

Complementary color

Complementary color for #hex is #C08AAE.


I love getcolorcode.com

Triadic colors

1 #513F75 and #75513F with #3F7551 are triadic colors.

2 #51753F and #753F51 with #3F7551 are triadic colors.