COLOR #3B4431

HEX: #3B4431
RGB: (59,68,49)

Color info

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

RGB color model

#3B4431 color RGB value is (59,68,49).

  • red value is 59;
  • green value is 68;
  • blue value is 49.
RGB:
(59,68,49)
(23%,27%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 49 of 255 = 19%

59
68
49

R + G + B ~ 23%. #3B4431 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 49 = 176 (100%)
R 59 of 176 ~ 33.52%
G 68 of 176 ~ 38.64%
B 49 of 176 ~ 27.84%

%33.52
%38.64
%27.84

CMYK color model

#3B4431 color CMYK value is (13,0,28,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(13,0,28,73)
C13M0Y28K73 
(13%,0%,28%,73%)
(0.13/0.00/0.28/0.73)	

CMYK percentages

%13.24
%0
%27.94
%73.33

Codes

Color #3B4431 in popluar color models

3B4431
RGB596849
HSL88°16.24%22.94%
HSB/HSV88°27.94%26.67%
CMYK13.24%0.00%27.94%
73.33%

Color #3B4431 in popluar number systems.

HEX3B4431
Decimal596849
Binary1110111000100110001
Octal7310461

Shades and tints

Shades of #3B4431

#3B4431
(59,68,49)
#363E2D
(54,62,45)
#313829
(49,56,41)
#2C3225
(44,50,37)
#272C21
(39,44,33)
#22261D
(34,38,29)
#1D2019
(29,32,25)
#181A15
(24,26,21)
#131411
(19,20,17)
#0E0E0D
(14,14,13)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #3B4431

#3B4431
(59,68,49)
#4C5543
(76,85,67)
#5D6655
(93,102,85)
#6E7767
(110,119,103)
#7F8879
(127,136,121)
#90998B
(144,153,139)
#A1AA9D
(161,170,157)
#B2BBAF
(178,187,175)
#C3CCC1
(195,204,193)
#D4DDD3
(212,221,211)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4431 color. Also use rgb(59,68,49) instead hex code.

Text Font Color

.myTextColor { color: #3B4431; }

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

This text font color is #3B4431.


Background Color

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

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

This div background color is #3B4431.


Border color

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

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

This div border color is #3B4431.


Opacity

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

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

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

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

This text has shadow with #3B4431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4431 on black background.


Color preview on white background

This text has color #3B4431 on white background.



Black color preview on #3B4431 background

This text has black color on #3B4431 background.


White color preview on #3B4431 background

This text has white color on #3B4431 background.