COLOR #3B6461

HEX: #3B6461
RGB: (59,100,97)

Color info

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

RGB color model

#3B6461 color RGB value is (59,100,97).

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

RGB channels and saturation

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

59
100
97

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

Portions of RGB colors in percentages

R + G + B =
59 + 100 + 97 = 256 (100%)
R 59 of 256 ~ 23.05%
G 100 of 256 ~ 39.06%
B 97 of 256 ~ 37.89%

%23.05
%39.06
%37.89

CMYK color model

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

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(41,0,3,61)
C41M0Y3K61 
(41%,0%,3%,61%)
(0.41/0.00/0.03/0.61)	

CMYK percentages

%41
%0
%3
%60.78

Codes

Color #3B6461 in popluar color models

3B6461
RGB5910097
HSL176°25.79%31.18%
HSB/HSV176°41.00%39.22%
CMYK41.00%0.00%3.00%
60.78%

Color #3B6461 in popluar number systems.

HEX3B6461
Decimal5910097
Binary11101111001001100001
Octal73144141

Shades and tints

Shades of #3B6461

#3B6461
(59,100,97)
#365B59
(54,91,89)
#315251
(49,82,81)
#2C4949
(44,73,73)
#274041
(39,64,65)
#223739
(34,55,57)
#1D2E31
(29,46,49)
#182529
(24,37,41)
#131C21
(19,28,33)
#0E1319
(14,19,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #3B6461

#3B6461
(59,100,97)
#4C726F
(76,114,111)
#5D807D
(93,128,125)
#6E8E8B
(110,142,139)
#7F9C99
(127,156,153)
#90AAA7
(144,170,167)
#A1B8B5
(161,184,181)
#B2C6C3
(178,198,195)
#C3D4D1
(195,212,209)
#D4E2DF
(212,226,223)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6461; }

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

This text font color is #3B6461.


Background Color

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

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

This div background color is #3B6461.


Border color

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

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

This div border color is #3B6461.


Opacity

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

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

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

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

This text has shadow with #3B6461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6461 on black background.


Color preview on white background

This text has color #3B6461 on white background.



Black color preview on #3B6461 background

This text has black color on #3B6461 background.


White color preview on #3B6461 background

This text has white color on #3B6461 background.