COLOR #3B6556

HEX: #3B6556
RGB: (59,101,86)

Color info

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

RGB color model

#3B6556 color RGB value is (59,101,86).

  • red value is 59;
  • green value is 101;
  • blue value is 86.
RGB:
(59,101,86)
(23%,40%,34%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 86 of 255 = 34%

59
101
86

R + G + B ~ 32%. #3B6556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 101 + 86 = 246 (100%)
R 59 of 246 ~ 23.98%
G 101 of 246 ~ 41.06%
B 86 of 246 ~ 34.96%

%23.98
%41.06
%34.96

CMYK color model

#3B6556 color CMYK value is (42,0,15,60).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(42,0,15,60)
C42M0Y15K60 
(42%,0%,15%,60%)
(0.42/0.00/0.15/0.60)	

CMYK percentages

%41.58
%0
%14.85
%60.39

Codes

Color #3B6556 in popluar color models

3B6556
RGB5910186
HSL159°26.25%31.37%
HSB/HSV159°41.58%39.61%
CMYK41.58%0.00%14.85%
60.39%

Color #3B6556 in popluar number systems.

HEX3B6556
Decimal5910186
Binary11101111001011010110
Octal73145126

Shades and tints

Shades of #3B6556

#3B6556
(59,101,86)
#365C4F
(54,92,79)
#315348
(49,83,72)
#2C4A41
(44,74,65)
#27413A
(39,65,58)
#223833
(34,56,51)
#1D2F2C
(29,47,44)
#182625
(24,38,37)
#131D1E
(19,29,30)
#0E1417
(14,20,23)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #3B6556

#3B6556
(59,101,86)
#4C7365
(76,115,101)
#5D8174
(93,129,116)
#6E8F83
(110,143,131)
#7F9D92
(127,157,146)
#90ABA1
(144,171,161)
#A1B9B0
(161,185,176)
#B2C7BF
(178,199,191)
#C3D5CE
(195,213,206)
#D4E3DD
(212,227,221)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6556 color. Also use rgb(59,101,86) instead hex code.

Text Font Color

.myTextColor { color: #3B6556; }

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

This text font color is #3B6556.


Background Color

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

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

This div background color is #3B6556.


Border color

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

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

This div border color is #3B6556.


Opacity

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

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

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

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

This text has shadow with #3B6556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6556 on black background.


Color preview on white background

This text has color #3B6556 on white background.



Black color preview on #3B6556 background

This text has black color on #3B6556 background.


White color preview on #3B6556 background

This text has white color on #3B6556 background.