COLOR #3B4426

HEX: #3B4426
RGB: (59,68,38)

Color info

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

RGB color model

#3B4426 color RGB value is (59,68,38).

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

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 38 of 255 = 15%

59
68
38

R + G + B ~ 22%. #3B4426 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 38 = 165 (100%)
R 59 of 165 ~ 35.76%
G 68 of 165 ~ 41.21%
B 38 of 165 ~ 23.03%

%35.76
%41.21
%23.03

CMYK color model

#3B4426 color CMYK value is (13,0,44,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 73.33%
CMYK:
(13,0,44,73)
C13M0Y44K73 
(13%,0%,44%,73%)
(0.13/0.00/0.44/0.73)	

CMYK percentages

%13.24
%0
%44.12
%73.33

Codes

Color #3B4426 in popluar color models

3B4426
RGB596838
HSL78°28.30%20.78%
HSB/HSV78°44.12%26.67%
CMYK13.24%0.00%44.12%
73.33%

Color #3B4426 in popluar number systems.

HEX3B4426
Decimal596838
Binary1110111000100100110
Octal7310446

Shades and tints

Shades of #3B4426

#3B4426
(59,68,38)
#363E23
(54,62,35)
#313820
(49,56,32)
#2C321D
(44,50,29)
#272C1A
(39,44,26)
#222617
(34,38,23)
#1D2014
(29,32,20)
#181A11
(24,26,17)
#13140E
(19,20,14)
#0E0E0B
(14,14,11)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #3B4426

#3B4426
(59,68,38)
#4C5539
(76,85,57)
#5D664C
(93,102,76)
#6E775F
(110,119,95)
#7F8872
(127,136,114)
#909985
(144,153,133)
#A1AA98
(161,170,152)
#B2BBAB
(178,187,171)
#C3CCBE
(195,204,190)
#D4DDD1
(212,221,209)
#E5EEE4
(229,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4426; }

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

This text font color is #3B4426.


Background Color

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

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

This div background color is #3B4426.


Border color

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

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

This div border color is #3B4426.


Opacity

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

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

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

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

This text has shadow with #3B4426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4426 on black background.


Color preview on white background

This text has color #3B4426 on white background.



Black color preview on #3B4426 background

This text has black color on #3B4426 background.


White color preview on #3B4426 background

This text has white color on #3B4426 background.