COLOR #3B4836

HEX: #3B4836 RGB: (59,72,54)

Color info

#3B4836 contains red, green and blue colors in about the same proportion. Web safe color of #3B4836 is #333333 (or #333).

RGB color model

#3B4836 color RGB value is (59,72,54).

RGB: (59,72,54) (23%, 28%, 21%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 54 of 255 = 21%

59
72
54

R + G + B ~ 24%. #3B4836 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 72 + 54 = 185 (100%)
R 59 of 185 ~ 31.89%
G 72 of 185 ~ 38.92%
B 54 of 185 ~ 29.19'%

%31.89
%38.92
%29.19

CMYK color model

#3B4836 color CMYK value is (18,0,25,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 71.76%

CMYK: (18,0,25,72)
C18M0Y25K72 (18%, 0%, 25%, 72%)
(0.18 / 0.00 / 0.25 / 0.72)

CMYK percentages

%18.06
%0
%25
%71.76

Codes

Color #3B4836 in popluar color models

3B 48 36
RGB 59 72 54
HSL 103° 14.29% 24.71%
HSB/HSV 103° 25.00% 28.24%
CMYK 18.06% 0.00% 25.00%
71.76%

Color #3B4836 in popluar number systems.

HEX 3B 48 36
Decimal 59 72 54
Binary 111011 1001000 110110
Octal 73 110 66

Shades and tints

Shades of #3B4836

#3B4836
(59,72,54)
#364232
(54,66,50)
#313C2E
(49,60,46)
#2C362A
(44,54,42)
#273026
(39,48,38)
#222A22
(34,42,34)
#1D241E
(29,36,30)
#181E1A
(24,30,26)
#131816
(19,24,22)
#0E1212
(14,18,18)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #3B4836

#3B4836
(59,72,54)
#4C5848
(76,88,72)
#5D685A
(93,104,90)
#6E786C
(110,120,108)
#7F887E
(127,136,126)
#909890
(144,152,144)
#A1A8A2
(161,168,162)
#B2B8B4
(178,184,180)
#C3C8C6
(195,200,198)
#D4D8D8
(212,216,216)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4836 color. Also use rgb(59,72,54) instead hex code.

Text Font Color

.myTextColor { color: #3B4836; }

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

This text font color is #3B4836.

Background Color

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

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

This div background color is #3B4836.

Border color

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

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

This div border color is #3B4836.

Opacity

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

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

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

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

This text has shadow with #3B4836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4836.

Preview

Color preview on black background

This text has color #3B4836 on black background.


Color preview on white background

This text has color #3B4836 on white background.


Black color preview on #3B4836 background

This text has black color on #3B4836 background.


White color preview on #3B4836 background

This text has white color on #3B4836 background.


Related colors

Complementary color

Complementary color for #hex is #C4B7C9.


I love getcolorcode.com

Triadic colors

1 #363B48 and #48363B with #3B4836 are triadic colors.

2 #36483B and #483B36 with #3B4836 are triadic colors.