COLOR #3B5C49

HEX: #3B5C49
RGB: (59,92,73)

Color info

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

RGB color model

#3B5C49 color RGB value is (59,92,73).

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

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 73 of 255 = 29%

59
92
73

R + G + B ~ 29%. #3B5C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 73 = 224 (100%)
R 59 of 224 ~ 26.34%
G 92 of 224 ~ 41.07%
B 73 of 224 ~ 32.59%

%26.34
%41.07
%32.59

CMYK color model

#3B5C49 color CMYK value is (36,0,21,64).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(36,0,21,64)
C36M0Y21K64 
(36%,0%,21%,64%)
(0.36/0.00/0.21/0.64)	

CMYK percentages

%35.87
%0
%20.65
%63.92

Codes

Color #3B5C49 in popluar color models

3B5C49
RGB599273
HSL145°21.85%29.61%
HSB/HSV145°35.87%36.08%
CMYK35.87%0.00%20.65%
63.92%

Color #3B5C49 in popluar number systems.

HEX3B5C49
Decimal599273
Binary11101110111001001001
Octal73134111

Shades and tints

Shades of #3B5C49

#3B5C49
(59,92,73)
#365443
(54,84,67)
#314C3D
(49,76,61)
#2C4437
(44,68,55)
#273C31
(39,60,49)
#22342B
(34,52,43)
#1D2C25
(29,44,37)
#18241F
(24,36,31)
#131C19
(19,28,25)
#0E1413
(14,20,19)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B5C49

#3B5C49
(59,92,73)
#4C6A59
(76,106,89)
#5D7869
(93,120,105)
#6E8679
(110,134,121)
#7F9489
(127,148,137)
#90A299
(144,162,153)
#A1B0A9
(161,176,169)
#B2BEB9
(178,190,185)
#C3CCC9
(195,204,201)
#D4DAD9
(212,218,217)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5C49; }

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

This text font color is #3B5C49.


Background Color

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

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

This div background color is #3B5C49.


Border color

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

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

This div border color is #3B5C49.


Opacity

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

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

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

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

This text has shadow with #3B5C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C49 on black background.


Color preview on white background

This text has color #3B5C49 on white background.



Black color preview on #3B5C49 background

This text has black color on #3B5C49 background.


White color preview on #3B5C49 background

This text has white color on #3B5C49 background.