COLOR #3B5046

HEX: #3B5046
RGB: (59,80,70)

Color info

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

RGB color model

#3B5046 color RGB value is (59,80,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 70 of 255 = 27%

59
80
70

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

Portions of RGB colors in percentages

R + G + B =
59 + 80 + 70 = 209 (100%)
R 59 of 209 ~ 28.23%
G 80 of 209 ~ 38.28%
B 70 of 209 ~ 33.49%

%28.23
%38.28
%33.49

CMYK color model

#3B5046 color CMYK value is (26,0,13,69).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(26,0,13,69)
C26M0Y13K69 
(26%,0%,13%,69%)
(0.26/0.00/0.13/0.69)	

CMYK percentages

%26.25
%0
%12.5
%68.63

Codes

Color #3B5046 in popluar color models

3B5046
RGB598070
HSL151°15.11%27.25%
HSB/HSV151°26.25%31.37%
CMYK26.25%0.00%12.50%
68.63%

Color #3B5046 in popluar number systems.

HEX3B5046
Decimal598070
Binary11101110100001000110
Octal73120106

Shades and tints

Shades of #3B5046

#3B5046
(59,80,70)
#364940
(54,73,64)
#31423A
(49,66,58)
#2C3B34
(44,59,52)
#27342E
(39,52,46)
#222D28
(34,45,40)
#1D2622
(29,38,34)
#181F1C
(24,31,28)
#131816
(19,24,22)
#0E1110
(14,17,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B5046

#3B5046
(59,80,70)
#4C5F56
(76,95,86)
#5D6E66
(93,110,102)
#6E7D76
(110,125,118)
#7F8C86
(127,140,134)
#909B96
(144,155,150)
#A1AAA6
(161,170,166)
#B2B9B6
(178,185,182)
#C3C8C6
(195,200,198)
#D4D7D6
(212,215,214)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5046; }

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

This text font color is #3B5046.


Background Color

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

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

This div background color is #3B5046.


Border color

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

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

This div border color is #3B5046.


Opacity

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

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

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

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

This text has shadow with #3B5046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5046 on black background.


Color preview on white background

This text has color #3B5046 on white background.



Black color preview on #3B5046 background

This text has black color on #3B5046 background.


White color preview on #3B5046 background

This text has white color on #3B5046 background.