COLOR #3B5943

HEX: #3B5943
RGB: (59,89,67)

Color info

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

RGB color model

#3B5943 color RGB value is (59,89,67).

  • red value is 59;
  • green value is 89;
  • blue value is 67.
RGB:
(59,89,67)
(23%,35%,26%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 67 of 255 = 26%

59
89
67

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

Portions of RGB colors in percentages

R + G + B =
59 + 89 + 67 = 215 (100%)
R 59 of 215 ~ 27.44%
G 89 of 215 ~ 41.4%
B 67 of 215 ~ 31.16%

%27.44
%41.4
%31.16

CMYK color model

#3B5943 color CMYK value is (34,0,25,65).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 65.10%
CMYK:
(34,0,25,65)
C34M0Y25K65 
(34%,0%,25%,65%)
(0.34/0.00/0.25/0.65)	

CMYK percentages

%33.71
%0
%24.72
%65.1

Codes

Color #3B5943 in popluar color models

3B5943
RGB598967
HSL136°20.27%29.02%
HSB/HSV136°33.71%34.90%
CMYK33.71%0.00%24.72%
65.10%

Color #3B5943 in popluar number systems.

HEX3B5943
Decimal598967
Binary11101110110011000011
Octal73131103

Shades and tints

Shades of #3B5943

#3B5943
(59,89,67)
#36513D
(54,81,61)
#314937
(49,73,55)
#2C4131
(44,65,49)
#27392B
(39,57,43)
#223125
(34,49,37)
#1D291F
(29,41,31)
#182119
(24,33,25)
#131913
(19,25,19)
#0E110D
(14,17,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #3B5943

#3B5943
(59,89,67)
#4C6854
(76,104,84)
#5D7765
(93,119,101)
#6E8676
(110,134,118)
#7F9587
(127,149,135)
#90A498
(144,164,152)
#A1B3A9
(161,179,169)
#B2C2BA
(178,194,186)
#C3D1CB
(195,209,203)
#D4E0DC
(212,224,220)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5943 color. Also use rgb(59,89,67) instead hex code.

Text Font Color

.myTextColor { color: #3B5943; }

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

This text font color is #3B5943.


Background Color

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

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

This div background color is #3B5943.


Border color

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

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

This div border color is #3B5943.


Opacity

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

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

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

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

This text has shadow with #3B5943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5943 on black background.


Color preview on white background

This text has color #3B5943 on white background.



Black color preview on #3B5943 background

This text has black color on #3B5943 background.


White color preview on #3B5943 background

This text has white color on #3B5943 background.