COLOR #3B5147

HEX: #3B5147
RGB: (59,81,71)

Color info

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

RGB color model

#3B5147 color RGB value is (59,81,71).

  • red value is 59;
  • green value is 81;
  • blue value is 71.
RGB:
(59,81,71)
(23%,32%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 71 of 255 = 28%

59
81
71

R + G + B ~ 28%. #3B5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 81 + 71 = 211 (100%)
R 59 of 211 ~ 27.96%
G 81 of 211 ~ 38.39%
B 71 of 211 ~ 33.65%

%27.96
%38.39
%33.65

CMYK color model

#3B5147 color CMYK value is (27,0,12,68).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 68.24%
CMYK:
(27,0,12,68)
C27M0Y12K68 
(27%,0%,12%,68%)
(0.27/0.00/0.12/0.68)	

CMYK percentages

%27.16
%0
%12.35
%68.24

Codes

Color #3B5147 in popluar color models

3B5147
RGB598171
HSL153°15.71%27.45%
HSB/HSV153°27.16%31.76%
CMYK27.16%0.00%12.35%
68.24%

Color #3B5147 in popluar number systems.

HEX3B5147
Decimal598171
Binary11101110100011000111
Octal73121107

Shades and tints

Shades of #3B5147

#3B5147
(59,81,71)
#364A41
(54,74,65)
#31433B
(49,67,59)
#2C3C35
(44,60,53)
#27352F
(39,53,47)
#222E29
(34,46,41)
#1D2723
(29,39,35)
#18201D
(24,32,29)
#131917
(19,25,23)
#0E1211
(14,18,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #3B5147

#3B5147
(59,81,71)
#4C6057
(76,96,87)
#5D6F67
(93,111,103)
#6E7E77
(110,126,119)
#7F8D87
(127,141,135)
#909C97
(144,156,151)
#A1ABA7
(161,171,167)
#B2BAB7
(178,186,183)
#C3C9C7
(195,201,199)
#D4D8D7
(212,216,215)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5147 color. Also use rgb(59,81,71) instead hex code.

Text Font Color

.myTextColor { color: #3B5147; }

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

This text font color is #3B5147.


Background Color

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

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

This div background color is #3B5147.


Border color

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

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

This div border color is #3B5147.


Opacity

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

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

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

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

This text has shadow with #3B5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5147 on black background.


Color preview on white background

This text has color #3B5147 on white background.



Black color preview on #3B5147 background

This text has black color on #3B5147 background.


White color preview on #3B5147 background

This text has white color on #3B5147 background.