COLOR #3B422D

HEX: #3B422D
RGB: (59,66,45)

Color info

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

RGB color model

#3B422D color RGB value is (59,66,45).

  • red value is 59;
  • green value is 66;
  • blue value is 45.
RGB:
(59,66,45)
(23%,26%,18%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 45 of 255 = 18%

59
66
45

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

Portions of RGB colors in percentages

R + G + B =
59 + 66 + 45 = 170 (100%)
R 59 of 170 ~ 34.71%
G 66 of 170 ~ 38.82%
B 45 of 170 ~ 26.47%

%34.71
%38.82
%26.47

CMYK color model

#3B422D color CMYK value is (11,0,32,74).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(11,0,32,74)
C11M0Y32K74 
(11%,0%,32%,74%)
(0.11/0.00/0.32/0.74)	

CMYK percentages

%10.61
%0
%31.82
%74.12

Codes

Color #3B422D in popluar color models

3B422D
RGB596645
HSL80°18.92%21.76%
HSB/HSV80°31.82%25.88%
CMYK10.61%0.00%31.82%
74.12%

Color #3B422D in popluar number systems.

HEX3B422D
Decimal596645
Binary1110111000010101101
Octal7310255

Shades and tints

Shades of #3B422D

#3B422D
(59,66,45)
#363C29
(54,60,41)
#313625
(49,54,37)
#2C3021
(44,48,33)
#272A1D
(39,42,29)
#222419
(34,36,25)
#1D1E15
(29,30,21)
#181811
(24,24,17)
#13120D
(19,18,13)
#0E0C09
(14,12,9)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #3B422D

#3B422D
(59,66,45)
#4C5340
(76,83,64)
#5D6453
(93,100,83)
#6E7566
(110,117,102)
#7F8679
(127,134,121)
#90978C
(144,151,140)
#A1A89F
(161,168,159)
#B2B9B2
(178,185,178)
#C3CAC5
(195,202,197)
#D4DBD8
(212,219,216)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B422D color. Also use rgb(59,66,45) instead hex code.

Text Font Color

.myTextColor { color: #3B422D; }

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

This text font color is #3B422D.


Background Color

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

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

This div background color is #3B422D.


Border color

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

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

This div border color is #3B422D.


Opacity

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

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

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

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

This text has shadow with #3B422D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B422D on black background.


Color preview on white background

This text has color #3B422D on white background.



Black color preview on #3B422D background

This text has black color on #3B422D background.


White color preview on #3B422D background

This text has white color on #3B422D background.