COLOR #3B6264

HEX: #3B6264
RGB: (59,98,100)

Color info

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

RGB color model

#3B6264 color RGB value is (59,98,100).

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

RGB channels and saturation

R 59 of 255 = 23%
G 98 of 255 = 38%
B 100 of 255 = 39%

59
98
100

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

Portions of RGB colors in percentages

R + G + B =
59 + 98 + 100 = 257 (100%)
R 59 of 257 ~ 22.96%
G 98 of 257 ~ 38.13%
B 100 of 257 ~ 38.91%

%22.96
%38.13
%38.91

CMYK color model

#3B6264 color CMYK value is (41,2,0,61).

  • cyan value is 41.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(41,2,0,61)
C41M2Y0K61 
(41%,2%,0%,61%)
(0.41/0.02/0.00/0.61)	

CMYK percentages

%41
%2
%0
%60.78

Codes

Color #3B6264 in popluar color models

3B6264
RGB5998100
HSL183°25.79%31.18%
HSB/HSV183°41.00%39.22%
CMYK41.00%2.00%0.00%
60.78%

Color #3B6264 in popluar number systems.

HEX3B6264
Decimal5998100
Binary11101111000101100100
Octal73142144

Shades and tints

Shades of #3B6264

#3B6264
(59,98,100)
#365A5B
(54,90,91)
#315252
(49,82,82)
#2C4A49
(44,74,73)
#274240
(39,66,64)
#223A37
(34,58,55)
#1D322E
(29,50,46)
#182A25
(24,42,37)
#13221C
(19,34,28)
#0E1A13
(14,26,19)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #3B6264

#3B6264
(59,98,100)
#4C7072
(76,112,114)
#5D7E80
(93,126,128)
#6E8C8E
(110,140,142)
#7F9A9C
(127,154,156)
#90A8AA
(144,168,170)
#A1B6B8
(161,182,184)
#B2C4C6
(178,196,198)
#C3D2D4
(195,210,212)
#D4E0E2
(212,224,226)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6264 color. Also use rgb(59,98,100) instead hex code.

Text Font Color

.myTextColor { color: #3B6264; }

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

This text font color is #3B6264.


Background Color

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

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

This div background color is #3B6264.


Border color

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

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

This div border color is #3B6264.


Opacity

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

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

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

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

This text has shadow with #3B6264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6264 on black background.


Color preview on white background

This text has color #3B6264 on white background.



Black color preview on #3B6264 background

This text has black color on #3B6264 background.


White color preview on #3B6264 background

This text has white color on #3B6264 background.