COLOR #3B6063

HEX: #3B6063
RGB: (59,96,99)

Color info

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

RGB color model

#3B6063 color RGB value is (59,96,99).

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

RGB channels and saturation

R 59 of 255 = 23%
G 96 of 255 = 38%
B 99 of 255 = 39%

59
96
99

R + G + B ~ 33%. #3B6063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 96 + 99 = 254 (100%)
R 59 of 254 ~ 23.23%
G 96 of 254 ~ 37.8%
B 99 of 254 ~ 38.98%

%23.23
%37.8
%38.98

CMYK color model

#3B6063 color CMYK value is (40,3,0,61).

  • cyan value is 40.40%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(40,3,0,61)
C40M3Y0K61 
(40%,3%,0%,61%)
(0.40/0.03/0.00/0.61)	

CMYK percentages

%40.4
%3.03
%0
%61.18

Codes

Color #3B6063 in popluar color models

3B6063
RGB599699
HSL185°25.32%30.98%
HSB/HSV185°40.40%38.82%
CMYK40.40%3.03%0.00%
61.18%

Color #3B6063 in popluar number systems.

HEX3B6063
Decimal599699
Binary11101111000001100011
Octal73140143

Shades and tints

Shades of #3B6063

#3B6063
(59,96,99)
#36585A
(54,88,90)
#315051
(49,80,81)
#2C4848
(44,72,72)
#27403F
(39,64,63)
#223836
(34,56,54)
#1D302D
(29,48,45)
#182824
(24,40,36)
#13201B
(19,32,27)
#0E1812
(14,24,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #3B6063

#3B6063
(59,96,99)
#4C6E71
(76,110,113)
#5D7C7F
(93,124,127)
#6E8A8D
(110,138,141)
#7F989B
(127,152,155)
#90A6A9
(144,166,169)
#A1B4B7
(161,180,183)
#B2C2C5
(178,194,197)
#C3D0D3
(195,208,211)
#D4DEE1
(212,222,225)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6063; }

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

This text font color is #3B6063.


Background Color

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

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

This div background color is #3B6063.


Border color

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

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

This div border color is #3B6063.


Opacity

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

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

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

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

This text has shadow with #3B6063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6063 on black background.


Color preview on white background

This text has color #3B6063 on white background.



Black color preview on #3B6063 background

This text has black color on #3B6063 background.


White color preview on #3B6063 background

This text has white color on #3B6063 background.