COLOR #3B492D

HEX: #3B492D
RGB: (59,73,45)

Color info

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

RGB color model

#3B492D color RGB value is (59,73,45).

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

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 45 of 255 = 18%

59
73
45

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

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 45 = 177 (100%)
R 59 of 177 ~ 33.33%
G 73 of 177 ~ 41.24%
B 45 of 177 ~ 25.42%

%33.33
%41.24
%25.42

CMYK color model

#3B492D color CMYK value is (19,0,38,71).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(19,0,38,71)
C19M0Y38K71 
(19%,0%,38%,71%)
(0.19/0.00/0.38/0.71)	

CMYK percentages

%19.18
%0
%38.36
%71.37

Codes

Color #3B492D in popluar color models

3B492D
RGB597345
HSL90°23.73%23.14%
HSB/HSV90°38.36%28.63%
CMYK19.18%0.00%38.36%
71.37%

Color #3B492D in popluar number systems.

HEX3B492D
Decimal597345
Binary1110111001001101101
Octal7311155

Shades and tints

Shades of #3B492D

#3B492D
(59,73,45)
#364329
(54,67,41)
#313D25
(49,61,37)
#2C3721
(44,55,33)
#27311D
(39,49,29)
#222B19
(34,43,25)
#1D2515
(29,37,21)
#181F11
(24,31,17)
#13190D
(19,25,13)
#0E1309
(14,19,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #3B492D

#3B492D
(59,73,45)
#4C5940
(76,89,64)
#5D6953
(93,105,83)
#6E7966
(110,121,102)
#7F8979
(127,137,121)
#90998C
(144,153,140)
#A1A99F
(161,169,159)
#B2B9B2
(178,185,178)
#C3C9C5
(195,201,197)
#D4D9D8
(212,217,216)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B492D; }

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

This text font color is #3B492D.


Background Color

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

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

This div background color is #3B492D.


Border color

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

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

This div border color is #3B492D.


Opacity

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

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

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

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

This text has shadow with #3B492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B492D on black background.


Color preview on white background

This text has color #3B492D on white background.



Black color preview on #3B492D background

This text has black color on #3B492D background.


White color preview on #3B492D background

This text has white color on #3B492D background.