COLOR #3B7F65

HEX: #3B7F65 RGB: (59,127,101)

Color info

#3B7F65 contains mainly green and blue colors. Web safe color of #3B7F65 is #336666 (or #366).

RGB color model

#3B7F65 color RGB value is (59,127,101).

RGB: (59,127,101) (23%, 50%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 127 of 255 = 50%
B 101 of 255 = 40%

59
127
101

R + G + B ~ 38%. #3B7F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 127 + 101 = 287 (100%)
R 59 of 287 ~ 20.56%
G 127 of 287 ~ 44.25%
B 101 of 287 ~ 35.19'%

%20.56
%44.25
%35.19

CMYK color model

#3B7F65 color CMYK value is (54,0,20,50).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 50.20%

CMYK: (54,0,20,50)
C54M0Y20K50 (54%, 0%, 20%, 50%)
(0.54 / 0.00 / 0.20 / 0.50)

CMYK percentages

%53.54
%0
%20.47
%50.2

Codes

Color #3B7F65 in popluar color models

3B 7F 65
RGB 59 127 101
HSL 157° 36.56% 36.47%
HSB/HSV 157° 53.54% 49.80%
CMYK 53.54% 0.00% 20.47%
50.20%

Color #3B7F65 in popluar number systems.

HEX 3B 7F 65
Decimal 59 127 101
Binary 111011 1111111 1100101
Octal 73 177 145

Shades and tints

Shades of #3B7F65

#3B7F65
(59,127,101)
#36745C
(54,116,92)
#316953
(49,105,83)
#2C5E4A
(44,94,74)
#275341
(39,83,65)
#224838
(34,72,56)
#1D3D2F
(29,61,47)
#183226
(24,50,38)
#13271D
(19,39,29)
#0E1C14
(14,28,20)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B7F65

#3B7F65
(59,127,101)
#4C8A73
(76,138,115)
#5D9581
(93,149,129)
#6EA08F
(110,160,143)
#7FAB9D
(127,171,157)
#90B6AB
(144,182,171)
#A1C1B9
(161,193,185)
#B2CCC7
(178,204,199)
#C3D7D5
(195,215,213)
#D4E2E3
(212,226,227)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7F65 color. Also use rgb(59,127,101) instead hex code.

Text Font Color

.myTextColor { color: #3B7F65; }

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

This text font color is #3B7F65.

Background Color

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

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

This div background color is #3B7F65.

Border color

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

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

This div border color is #3B7F65.

Opacity

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

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

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

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

This text has shadow with #3B7F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7F65.

Preview

Color preview on black background

This text has color #3B7F65 on black background.


Color preview on white background

This text has color #3B7F65 on white background.


Black color preview on #3B7F65 background

This text has black color on #3B7F65 background.


White color preview on #3B7F65 background

This text has white color on #3B7F65 background.


Related colors

Complementary color

Complementary color for #hex is #C4809A.


I love getcolorcode.com

Triadic colors

1 #653B7F and #7F653B with #3B7F65 are triadic colors.

2 #657F3B and #7F3B65 with #3B7F65 are triadic colors.