COLOR #3B6D63

HEX: #3B6D63
RGB: (59,109,99)

Color info

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

RGB color model

#3B6D63 color RGB value is (59,109,99).

  • red value is 59;
  • green value is 109;
  • blue value is 99.
RGB:
(59,109,99)
(23%,43%,39%)

RGB channels and saturation

R 59 of 255 = 23%
G 109 of 255 = 43%
B 99 of 255 = 39%

59
109
99

R + G + B ~ 35%. #3B6D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 109 + 99 = 267 (100%)
R 59 of 267 ~ 22.1%
G 109 of 267 ~ 40.82%
B 99 of 267 ~ 37.08%

%22.1
%40.82
%37.08

CMYK color model

#3B6D63 color CMYK value is (46,0,9,57).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(46,0,9,57)
C46M0Y9K57 
(46%,0%,9%,57%)
(0.46/0.00/0.09/0.57)	

CMYK percentages

%45.87
%0
%9.17
%57.25

Codes

Color #3B6D63 in popluar color models

3B6D63
RGB5910999
HSL168°29.76%32.94%
HSB/HSV168°45.87%42.75%
CMYK45.87%0.00%9.17%
57.25%

Color #3B6D63 in popluar number systems.

HEX3B6D63
Decimal5910999
Binary11101111011011100011
Octal73155143

Shades and tints

Shades of #3B6D63

#3B6D63
(59,109,99)
#36645A
(54,100,90)
#315B51
(49,91,81)
#2C5248
(44,82,72)
#27493F
(39,73,63)
#224036
(34,64,54)
#1D372D
(29,55,45)
#182E24
(24,46,36)
#13251B
(19,37,27)
#0E1C12
(14,28,18)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #3B6D63

#3B6D63
(59,109,99)
#4C7A71
(76,122,113)
#5D877F
(93,135,127)
#6E948D
(110,148,141)
#7FA19B
(127,161,155)
#90AEA9
(144,174,169)
#A1BBB7
(161,187,183)
#B2C8C5
(178,200,197)
#C3D5D3
(195,213,211)
#D4E2E1
(212,226,225)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6D63 color. Also use rgb(59,109,99) instead hex code.

Text Font Color

.myTextColor { color: #3B6D63; }

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

This text font color is #3B6D63.


Background Color

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

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

This div background color is #3B6D63.


Border color

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

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

This div border color is #3B6D63.


Opacity

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

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

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

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

This text has shadow with #3B6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6D63 on black background.


Color preview on white background

This text has color #3B6D63 on white background.



Black color preview on #3B6D63 background

This text has black color on #3B6D63 background.


White color preview on #3B6D63 background

This text has white color on #3B6D63 background.