COLOR #3B4832

HEX: #3B4832
RGB: (59,72,50)

Color info

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

RGB color model

#3B4832 color RGB value is (59,72,50).

  • red value is 59;
  • green value is 72;
  • blue value is 50.
RGB:
(59,72,50)
(23%,28%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 50 of 255 = 20%

59
72
50

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

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 50 = 181 (100%)
R 59 of 181 ~ 32.6%
G 72 of 181 ~ 39.78%
B 50 of 181 ~ 27.62%

%32.6
%39.78
%27.62

CMYK color model

#3B4832 color CMYK value is (18,0,31,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(18,0,31,72)
C18M0Y31K72 
(18%,0%,31%,72%)
(0.18/0.00/0.31/0.72)	

CMYK percentages

%18.06
%0
%30.56
%71.76

Codes

Color #3B4832 in popluar color models

3B4832
RGB597250
HSL95°18.03%23.92%
HSB/HSV95°30.56%28.24%
CMYK18.06%0.00%30.56%
71.76%

Color #3B4832 in popluar number systems.

HEX3B4832
Decimal597250
Binary1110111001000110010
Octal7311062

Shades and tints

Shades of #3B4832

#3B4832
(59,72,50)
#36422E
(54,66,46)
#313C2A
(49,60,42)
#2C3626
(44,54,38)
#273022
(39,48,34)
#222A1E
(34,42,30)
#1D241A
(29,36,26)
#181E16
(24,30,22)
#131812
(19,24,18)
#0E120E
(14,18,14)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B4832

#3B4832
(59,72,50)
#4C5844
(76,88,68)
#5D6856
(93,104,86)
#6E7868
(110,120,104)
#7F887A
(127,136,122)
#90988C
(144,152,140)
#A1A89E
(161,168,158)
#B2B8B0
(178,184,176)
#C3C8C2
(195,200,194)
#D4D8D4
(212,216,212)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4832; }

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

This text font color is #3B4832.


Background Color

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

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

This div background color is #3B4832.


Border color

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

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

This div border color is #3B4832.


Opacity

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

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

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

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

This text has shadow with #3B4832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4832 on black background.


Color preview on white background

This text has color #3B4832 on white background.



Black color preview on #3B4832 background

This text has black color on #3B4832 background.


White color preview on #3B4832 background

This text has white color on #3B4832 background.