COLOR #3B7967

HEX: #3B7967 RGB: (59,121,103)

Color info

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

RGB color model

#3B7967 color RGB value is (59,121,103).

RGB: (59,121,103) (23%, 47%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 121 of 255 = 47%
B 103 of 255 = 40%

59
121
103

R + G + B ~ 37%. #3B7967 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 121 + 103 = 283 (100%)
R 59 of 283 ~ 20.85%
G 121 of 283 ~ 42.76%
B 103 of 283 ~ 36.4'%

%20.85
%42.76
%36.4

CMYK color model

#3B7967 color CMYK value is (51,0,15,53).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 52.55%

CMYK: (51,0,15,53)
C51M0Y15K53 (51%, 0%, 15%, 53%)
(0.51 / 0.00 / 0.15 / 0.53)

CMYK percentages

%51.24
%0
%14.88
%52.55

Codes

Color #3B7967 in popluar color models

3B 79 67
RGB 59 121 103
HSL 163° 34.44% 35.29%
HSB/HSV 163° 51.24% 47.45%
CMYK 51.24% 0.00% 14.88%
52.55%

Color #3B7967 in popluar number systems.

HEX 3B 79 67
Decimal 59 121 103
Binary 111011 1111001 1100111
Octal 73 171 147

Shades and tints

Shades of #3B7967

#3B7967
(59,121,103)
#366E5E
(54,110,94)
#316355
(49,99,85)
#2C584C
(44,88,76)
#274D43
(39,77,67)
#22423A
(34,66,58)
#1D3731
(29,55,49)
#182C28
(24,44,40)
#13211F
(19,33,31)
#0E1616
(14,22,22)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #3B7967

#3B7967
(59,121,103)
#4C8574
(76,133,116)
#5D9181
(93,145,129)
#6E9D8E
(110,157,142)
#7FA99B
(127,169,155)
#90B5A8
(144,181,168)
#A1C1B5
(161,193,181)
#B2CDC2
(178,205,194)
#C3D9CF
(195,217,207)
#D4E5DC
(212,229,220)
#E5F1E9
(229,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7967 color. Also use rgb(59,121,103) instead hex code.

Text Font Color

.myTextColor { color: #3B7967; }

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

This text font color is #3B7967.

Background Color

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

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

This div background color is #3B7967.

Border color

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

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

This div border color is #3B7967.

Opacity

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

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

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

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

This text has shadow with #3B7967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7967.

Preview

Color preview on black background

This text has color #3B7967 on black background.


Color preview on white background

This text has color #3B7967 on white background.


Black color preview on #3B7967 background

This text has black color on #3B7967 background.


White color preview on #3B7967 background

This text has white color on #3B7967 background.


Related colors

Complementary color

Complementary color for #hex is #C48698.


I love getcolorcode.com

Triadic colors

1 #673B79 and #79673B with #3B7967 are triadic colors.

2 #67793B and #793B67 with #3B7967 are triadic colors.