COLOR #3B6760

HEX: #3B6760
RGB: (59,103,96)

Color info

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

RGB color model

#3B6760 color RGB value is (59,103,96).

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

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 96 of 255 = 38%

59
103
96

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

Portions of RGB colors in percentages

R + G + B =
59 + 103 + 96 = 258 (100%)
R 59 of 258 ~ 22.87%
G 103 of 258 ~ 39.92%
B 96 of 258 ~ 37.21%

%22.87
%39.92
%37.21

CMYK color model

#3B6760 color CMYK value is (43,0,7,60).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 59.61%
CMYK:
(43,0,7,60)
C43M0Y7K60 
(43%,0%,7%,60%)
(0.43/0.00/0.07/0.60)	

CMYK percentages

%42.72
%0
%6.8
%59.61

Codes

Color #3B6760 in popluar color models

3B6760
RGB5910396
HSL170°27.16%31.76%
HSB/HSV170°42.72%40.39%
CMYK42.72%0.00%6.80%
59.61%

Color #3B6760 in popluar number systems.

HEX3B6760
Decimal5910396
Binary11101111001111100000
Octal73147140

Shades and tints

Shades of #3B6760

#3B6760
(59,103,96)
#365E58
(54,94,88)
#315550
(49,85,80)
#2C4C48
(44,76,72)
#274340
(39,67,64)
#223A38
(34,58,56)
#1D3130
(29,49,48)
#182828
(24,40,40)
#131F20
(19,31,32)
#0E1618
(14,22,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #3B6760

#3B6760
(59,103,96)
#4C746E
(76,116,110)
#5D817C
(93,129,124)
#6E8E8A
(110,142,138)
#7F9B98
(127,155,152)
#90A8A6
(144,168,166)
#A1B5B4
(161,181,180)
#B2C2C2
(178,194,194)
#C3CFD0
(195,207,208)
#D4DCDE
(212,220,222)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6760; }

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

This text font color is #3B6760.


Background Color

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

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

This div background color is #3B6760.


Border color

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

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

This div border color is #3B6760.


Opacity

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

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

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

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

This text has shadow with #3B6760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6760 on black background.


Color preview on white background

This text has color #3B6760 on white background.



Black color preview on #3B6760 background

This text has black color on #3B6760 background.


White color preview on #3B6760 background

This text has white color on #3B6760 background.