COLOR #3B6462

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
100
98

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

Portions of RGB colors in percentages

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

%22.96
%38.91
%38.13

CMYK color model

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

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

CMYK percentages

%41
%0
%2
%60.78

Codes

Color #3B6462 in popluar color models

3B6462
RGB5910098
HSL177°25.79%31.18%
HSB/HSV177°41.00%39.22%
CMYK41.00%0.00%2.00%
60.78%

Color #3B6462 in popluar number systems.

HEX3B6462
Decimal5910098
Binary11101111001001100010
Octal73144142

Shades and tints

Shades of #3B6462

#3B6462
(59,100,98)
#365B5A
(54,91,90)
#315252
(49,82,82)
#2C494A
(44,73,74)
#274042
(39,64,66)
#22373A
(34,55,58)
#1D2E32
(29,46,50)
#18252A
(24,37,42)
#131C22
(19,28,34)
#0E131A
(14,19,26)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #3B6462

#3B6462
(59,100,98)
#4C7270
(76,114,112)
#5D807E
(93,128,126)
#6E8E8C
(110,142,140)
#7F9C9A
(127,156,154)
#90AAA8
(144,170,168)
#A1B8B6
(161,184,182)
#B2C6C4
(178,198,196)
#C3D4D2
(195,212,210)
#D4E2E0
(212,226,224)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6462; }

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

This text font color is #3B6462.


Background Color

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

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

This div background color is #3B6462.


Border color

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

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

This div border color is #3B6462.


Opacity

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

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

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

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

This text has shadow with #3B6462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6462 on black background.


Color preview on white background

This text has color #3B6462 on white background.



Black color preview on #3B6462 background

This text has black color on #3B6462 background.


White color preview on #3B6462 background

This text has white color on #3B6462 background.