COLOR #3B4433

HEX: #3B4433 RGB: (59,68,51)

Color info

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

RGB color model

#3B4433 color RGB value is (59,68,51).

RGB: (59,68,51) (23%, 27%, 20%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 51 of 255 = 20%

59
68
51

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

Portions of RGB colors in percentages

R + G + B = 59 + 68 + 51 = 178 (100%)
R 59 of 178 ~ 33.15%
G 68 of 178 ~ 38.2%
B 51 of 178 ~ 28.65'%

%33.15
%38.2
%28.65

CMYK color model

#3B4433 color CMYK value is (13,0,25,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 73.33%

CMYK: (13,0,25,73)
C13M0Y25K73 (13%, 0%, 25%, 73%)
(0.13 / 0.00 / 0.25 / 0.73)

CMYK percentages

%13.24
%0
%25
%73.33

Codes

Color #3B4433 in popluar color models

3B 44 33
RGB 59 68 51
HSL 92° 14.29% 23.33%
HSB/HSV 92° 25.00% 26.67%
CMYK 13.24% 0.00% 25.00%
73.33%

Color #3B4433 in popluar number systems.

HEX 3B 44 33
Decimal 59 68 51
Binary 111011 1000100 110011
Octal 73 104 63

Shades and tints

Shades of #3B4433

#3B4433
(59,68,51)
#363E2F
(54,62,47)
#31382B
(49,56,43)
#2C3227
(44,50,39)
#272C23
(39,44,35)
#22261F
(34,38,31)
#1D201B
(29,32,27)
#181A17
(24,26,23)
#131413
(19,20,19)
#0E0E0F
(14,14,15)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B4433

#3B4433
(59,68,51)
#4C5545
(76,85,69)
#5D6657
(93,102,87)
#6E7769
(110,119,105)
#7F887B
(127,136,123)
#90998D
(144,153,141)
#A1AA9F
(161,170,159)
#B2BBB1
(178,187,177)
#C3CCC3
(195,204,195)
#D4DDD5
(212,221,213)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4433; }

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

This text font color is #3B4433.

Background Color

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

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

This div background color is #3B4433.

Border color

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

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

This div border color is #3B4433.

Opacity

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

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

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

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

This text has shadow with #3B4433 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4433.

Preview

Color preview on black background

This text has color #3B4433 on black background.


Color preview on white background

This text has color #3B4433 on white background.


Black color preview on #3B4433 background

This text has black color on #3B4433 background.


White color preview on #3B4433 background

This text has white color on #3B4433 background.


Related colors

Complementary color

Complementary color for #hex is #C4BBCC.


I love getcolorcode.com

Triadic colors

1 #333B44 and #44333B with #3B4433 are triadic colors.

2 #33443B and #443B33 with #3B4433 are triadic colors.