COLOR #3B6849

HEX: #3B6849
RGB: (59,104,73)

Color info

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

RGB color model

#3B6849 color RGB value is (59,104,73).

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

RGB channels and saturation

R 59 of 255 = 23%
G 104 of 255 = 41%
B 73 of 255 = 29%

59
104
73

R + G + B ~ 31%. #3B6849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 104 + 73 = 236 (100%)
R 59 of 236 ~ 25%
G 104 of 236 ~ 44.07%
B 73 of 236 ~ 30.93%

%25
%44.07
%30.93

CMYK color model

#3B6849 color CMYK value is (43,0,30,59).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(43,0,30,59)
C43M0Y30K59 
(43%,0%,30%,59%)
(0.43/0.00/0.30/0.59)	

CMYK percentages

%43.27
%0
%29.81
%59.22

Codes

Color #3B6849 in popluar color models

3B6849
RGB5910473
HSL139°27.61%31.96%
HSB/HSV139°43.27%40.78%
CMYK43.27%0.00%29.81%
59.22%

Color #3B6849 in popluar number systems.

HEX3B6849
Decimal5910473
Binary11101111010001001001
Octal73150111

Shades and tints

Shades of #3B6849

#3B6849
(59,104,73)
#365F43
(54,95,67)
#31563D
(49,86,61)
#2C4D37
(44,77,55)
#274431
(39,68,49)
#223B2B
(34,59,43)
#1D3225
(29,50,37)
#18291F
(24,41,31)
#132019
(19,32,25)
#0E1713
(14,23,19)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #3B6849

#3B6849
(59,104,73)
#4C7559
(76,117,89)
#5D8269
(93,130,105)
#6E8F79
(110,143,121)
#7F9C89
(127,156,137)
#90A999
(144,169,153)
#A1B6A9
(161,182,169)
#B2C3B9
(178,195,185)
#C3D0C9
(195,208,201)
#D4DDD9
(212,221,217)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6849; }

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

This text font color is #3B6849.


Background Color

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

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

This div background color is #3B6849.


Border color

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

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

This div border color is #3B6849.


Opacity

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

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

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

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

This text has shadow with #3B6849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6849 on black background.


Color preview on white background

This text has color #3B6849 on white background.



Black color preview on #3B6849 background

This text has black color on #3B6849 background.


White color preview on #3B6849 background

This text has white color on #3B6849 background.