COLOR #3B7667

HEX: #3B7667
RGB: (59,118,103)

Color info

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

RGB color model

#3B7667 color RGB value is (59,118,103).

  • red value is 59;
  • green value is 118;
  • blue value is 103.
RGB:
(59,118,103)
(23%,46%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 103 of 255 = 40%

59
118
103

R + G + B ~ 36%. #3B7667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 103 = 280 (100%)
R 59 of 280 ~ 21.07%
G 118 of 280 ~ 42.14%
B 103 of 280 ~ 36.79%

%21.07
%42.14
%36.79

CMYK color model

#3B7667 color CMYK value is (50,0,13,54).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(50,0,13,54)
C50M0Y13K54 
(50%,0%,13%,54%)
(0.50/0.00/0.13/0.54)	

CMYK percentages

%50
%0
%12.71
%53.73

Codes

Color #3B7667 in popluar color models

3B7667
RGB59118103
HSL165°33.33%34.71%
HSB/HSV165°50.00%46.27%
CMYK50.00%0.00%12.71%
53.73%

Color #3B7667 in popluar number systems.

HEX3B7667
Decimal59118103
Binary11101111101101100111
Octal73166147

Shades and tints

Shades of #3B7667

#3B7667
(59,118,103)
#366C5E
(54,108,94)
#316255
(49,98,85)
#2C584C
(44,88,76)
#274E43
(39,78,67)
#22443A
(34,68,58)
#1D3A31
(29,58,49)
#183028
(24,48,40)
#13261F
(19,38,31)
#0E1C16
(14,28,22)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #3B7667

#3B7667
(59,118,103)
#4C8274
(76,130,116)
#5D8E81
(93,142,129)
#6E9A8E
(110,154,142)
#7FA69B
(127,166,155)
#90B2A8
(144,178,168)
#A1BEB5
(161,190,181)
#B2CAC2
(178,202,194)
#C3D6CF
(195,214,207)
#D4E2DC
(212,226,220)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7667; }

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

This text font color is #3B7667.


Background Color

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

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

This div background color is #3B7667.


Border color

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

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

This div border color is #3B7667.


Opacity

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

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

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

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

This text has shadow with #3B7667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7667 on black background.


Color preview on white background

This text has color #3B7667 on white background.



Black color preview on #3B7667 background

This text has black color on #3B7667 background.


White color preview on #3B7667 background

This text has white color on #3B7667 background.