COLOR #3B5246

HEX: #3B5246
RGB: (59,82,70)

Color info

#3B5246 contains red, green and blue colors in about the same proportion. Web safe color of #3B5246 is #336633 (or #363).

RGB color model

#3B5246 color RGB value is (59,82,70).

  • red value is 59;
  • green value is 82;
  • blue value is 70.
RGB:
(59,82,70)
(23%,32%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 70 of 255 = 27%

59
82
70

R + G + B ~ 27%. #3B5246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 70 = 211 (100%)
R 59 of 211 ~ 27.96%
G 82 of 211 ~ 38.86%
B 70 of 211 ~ 33.18%

%27.96
%38.86
%33.18

CMYK color model

#3B5246 color CMYK value is (28,0,15,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(28,0,15,68)
C28M0Y15K68 
(28%,0%,15%,68%)
(0.28/0.00/0.15/0.68)	

CMYK percentages

%28.05
%0
%14.63
%67.84

Codes

Color #3B5246 in popluar color models

3B5246
RGB598270
HSL149°16.31%27.65%
HSB/HSV149°28.05%32.16%
CMYK28.05%0.00%14.63%
67.84%

Color #3B5246 in popluar number systems.

HEX3B5246
Decimal598270
Binary11101110100101000110
Octal73122106

Shades and tints

Shades of #3B5246

#3B5246
(59,82,70)
#364B40
(54,75,64)
#31443A
(49,68,58)
#2C3D34
(44,61,52)
#27362E
(39,54,46)
#222F28
(34,47,40)
#1D2822
(29,40,34)
#18211C
(24,33,28)
#131A16
(19,26,22)
#0E1310
(14,19,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B5246

#3B5246
(59,82,70)
#4C6156
(76,97,86)
#5D7066
(93,112,102)
#6E7F76
(110,127,118)
#7F8E86
(127,142,134)
#909D96
(144,157,150)
#A1ACA6
(161,172,166)
#B2BBB6
(178,187,182)
#C3CAC6
(195,202,198)
#D4D9D6
(212,217,214)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5246 color. Also use rgb(59,82,70) instead hex code.

Text Font Color

.myTextColor { color: #3B5246; }

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

This text font color is #3B5246.


Background Color

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

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

This div background color is #3B5246.


Border color

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

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

This div border color is #3B5246.


Opacity

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

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

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

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

This text has shadow with #3B5246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5246 on black background.


Color preview on white background

This text has color #3B5246 on white background.



Black color preview on #3B5246 background

This text has black color on #3B5246 background.


White color preview on #3B5246 background

This text has white color on #3B5246 background.