COLOR #3B5249

HEX: #3B5249
RGB: (59,82,73)

Color info

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

RGB color model

#3B5249 color RGB value is (59,82,73).

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

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 73 of 255 = 29%

59
82
73

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

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 73 = 214 (100%)
R 59 of 214 ~ 27.57%
G 82 of 214 ~ 38.32%
B 73 of 214 ~ 34.11%

%27.57
%38.32
%34.11

CMYK color model

#3B5249 color CMYK value is (28,0,11,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(28,0,11,68)
C28M0Y11K68 
(28%,0%,11%,68%)
(0.28/0.00/0.11/0.68)	

CMYK percentages

%28.05
%0
%10.98
%67.84

Codes

Color #3B5249 in popluar color models

3B5249
RGB598273
HSL157°16.31%27.65%
HSB/HSV157°28.05%32.16%
CMYK28.05%0.00%10.98%
67.84%

Color #3B5249 in popluar number systems.

HEX3B5249
Decimal598273
Binary11101110100101001001
Octal73122111

Shades and tints

Shades of #3B5249

#3B5249
(59,82,73)
#364B43
(54,75,67)
#31443D
(49,68,61)
#2C3D37
(44,61,55)
#273631
(39,54,49)
#222F2B
(34,47,43)
#1D2825
(29,40,37)
#18211F
(24,33,31)
#131A19
(19,26,25)
#0E1313
(14,19,19)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B5249

#3B5249
(59,82,73)
#4C6159
(76,97,89)
#5D7069
(93,112,105)
#6E7F79
(110,127,121)
#7F8E89
(127,142,137)
#909D99
(144,157,153)
#A1ACA9
(161,172,169)
#B2BBB9
(178,187,185)
#C3CAC9
(195,202,201)
#D4D9D9
(212,217,217)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5249; }

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

This text font color is #3B5249.


Background Color

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

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

This div background color is #3B5249.


Border color

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

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

This div border color is #3B5249.


Opacity

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

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

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

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

This text has shadow with #3B5249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5249 on black background.


Color preview on white background

This text has color #3B5249 on white background.



Black color preview on #3B5249 background

This text has black color on #3B5249 background.


White color preview on #3B5249 background

This text has white color on #3B5249 background.