COLOR #3B6E67

HEX: #3B6E67
RGB: (59,110,103)

Color info

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

RGB color model

#3B6E67 color RGB value is (59,110,103).

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

RGB channels and saturation

R 59 of 255 = 23%
G 110 of 255 = 43%
B 103 of 255 = 40%

59
110
103

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

Portions of RGB colors in percentages

R + G + B =
59 + 110 + 103 = 272 (100%)
R 59 of 272 ~ 21.69%
G 110 of 272 ~ 40.44%
B 103 of 272 ~ 37.87%

%21.69
%40.44
%37.87

CMYK color model

#3B6E67 color CMYK value is (46,0,6,57).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(46,0,6,57)
C46M0Y6K57 
(46%,0%,6%,57%)
(0.46/0.00/0.06/0.57)	

CMYK percentages

%46.36
%0
%6.36
%56.86

Codes

Color #3B6E67 in popluar color models

3B6E67
RGB59110103
HSL172°30.18%33.14%
HSB/HSV172°46.36%43.14%
CMYK46.36%0.00%6.36%
56.86%

Color #3B6E67 in popluar number systems.

HEX3B6E67
Decimal59110103
Binary11101111011101100111
Octal73156147

Shades and tints

Shades of #3B6E67

#3B6E67
(59,110,103)
#36645E
(54,100,94)
#315A55
(49,90,85)
#2C504C
(44,80,76)
#274643
(39,70,67)
#223C3A
(34,60,58)
#1D3231
(29,50,49)
#182828
(24,40,40)
#131E1F
(19,30,31)
#0E1416
(14,20,22)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B6E67

#3B6E67
(59,110,103)
#4C7B74
(76,123,116)
#5D8881
(93,136,129)
#6E958E
(110,149,142)
#7FA29B
(127,162,155)
#90AFA8
(144,175,168)
#A1BCB5
(161,188,181)
#B2C9C2
(178,201,194)
#C3D6CF
(195,214,207)
#D4E3DC
(212,227,220)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6E67; }

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

This text font color is #3B6E67.


Background Color

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

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

This div background color is #3B6E67.


Border color

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

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

This div border color is #3B6E67.


Opacity

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

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

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

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

This text has shadow with #3B6E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6E67 on black background.


Color preview on white background

This text has color #3B6E67 on white background.



Black color preview on #3B6E67 background

This text has black color on #3B6E67 background.


White color preview on #3B6E67 background

This text has white color on #3B6E67 background.