COLOR #3B6C60

HEX: #3B6C60
RGB: (59,108,96)

Color info

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

RGB color model

#3B6C60 color RGB value is (59,108,96).

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

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 96 of 255 = 38%

59
108
96

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

Portions of RGB colors in percentages

R + G + B =
59 + 108 + 96 = 263 (100%)
R 59 of 263 ~ 22.43%
G 108 of 263 ~ 41.06%
B 96 of 263 ~ 36.5%

%22.43
%41.06
%36.5

CMYK color model

#3B6C60 color CMYK value is (45,0,11,58).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(45,0,11,58)
C45M0Y11K58 
(45%,0%,11%,58%)
(0.45/0.00/0.11/0.58)	

CMYK percentages

%45.37
%0
%11.11
%57.65

Codes

Color #3B6C60 in popluar color models

3B6C60
RGB5910896
HSL165°29.34%32.75%
HSB/HSV165°45.37%42.35%
CMYK45.37%0.00%11.11%
57.65%

Color #3B6C60 in popluar number systems.

HEX3B6C60
Decimal5910896
Binary11101111011001100000
Octal73154140

Shades and tints

Shades of #3B6C60

#3B6C60
(59,108,96)
#366358
(54,99,88)
#315A50
(49,90,80)
#2C5148
(44,81,72)
#274840
(39,72,64)
#223F38
(34,63,56)
#1D3630
(29,54,48)
#182D28
(24,45,40)
#132420
(19,36,32)
#0E1B18
(14,27,24)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #3B6C60

#3B6C60
(59,108,96)
#4C796E
(76,121,110)
#5D867C
(93,134,124)
#6E938A
(110,147,138)
#7FA098
(127,160,152)
#90ADA6
(144,173,166)
#A1BAB4
(161,186,180)
#B2C7C2
(178,199,194)
#C3D4D0
(195,212,208)
#D4E1DE
(212,225,222)
#E5EEEC
(229,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6C60; }

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

This text font color is #3B6C60.


Background Color

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

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

This div background color is #3B6C60.


Border color

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

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

This div border color is #3B6C60.


Opacity

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

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

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

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

This text has shadow with #3B6C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6C60 on black background.


Color preview on white background

This text has color #3B6C60 on white background.



Black color preview on #3B6C60 background

This text has black color on #3B6C60 background.


White color preview on #3B6C60 background

This text has white color on #3B6C60 background.