COLOR #3B491E

HEX: #3B491E RGB: (59,73,30)

Color info

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

RGB color model

#3B491E color RGB value is (59,73,30).

RGB: (59,73,30) (23%, 29%, 12%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 30 of 255 = 12%

59
73
30

R + G + B ~ 21%. #3B491E is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 73 + 30 = 162 (100%)
R 59 of 162 ~ 36.42%
G 73 of 162 ~ 45.06%
B 30 of 162 ~ 18.52'%

%36.42
%45.06
%18.52

CMYK color model

#3B491E color CMYK value is (19,0,59,71).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 71.37%

CMYK: (19,0,59,71)
C19M0Y59K71 (19%, 0%, 59%, 71%)
(0.19 / 0.00 / 0.59 / 0.71)

CMYK percentages

%19.18
%0
%58.9
%71.37

Codes

Color #3B491E in popluar color models

3B 49 1E
RGB 59 73 30
HSL 80° 41.75% 20.20%
HSB/HSV 80° 58.90% 28.63%
CMYK 19.18% 0.00% 58.90%
71.37%

Color #3B491E in popluar number systems.

HEX 3B 49 1E
Decimal 59 73 30
Binary 111011 1001001 11110
Octal 73 111 36

Shades and tints

Shades of #3B491E

#3B491E
(59,73,30)
#36431C
(54,67,28)
#313D1A
(49,61,26)
#2C3718
(44,55,24)
#273116
(39,49,22)
#222B14
(34,43,20)
#1D2512
(29,37,18)
#181F10
(24,31,16)
#13190E
(19,25,14)
#0E130C
(14,19,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B491E

#3B491E
(59,73,30)
#4C5932
(76,89,50)
#5D6946
(93,105,70)
#6E795A
(110,121,90)
#7F896E
(127,137,110)
#909982
(144,153,130)
#A1A996
(161,169,150)
#B2B9AA
(178,185,170)
#C3C9BE
(195,201,190)
#D4D9D2
(212,217,210)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B491E; }

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

This text font color is #3B491E.

Background Color

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

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

This div background color is #3B491E.

Border color

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

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

This div border color is #3B491E.

Opacity

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

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

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

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

This text has shadow with #3B491E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B491E.

Preview

Color preview on black background

This text has color #3B491E on black background.


Color preview on white background

This text has color #3B491E on white background.


Black color preview on #3B491E background

This text has black color on #3B491E background.


White color preview on #3B491E background

This text has white color on #3B491E background.


Related colors

Complementary color

Complementary color for #hex is #C4B6E1.


I love getcolorcode.com

Triadic colors

1 #1E3B49 and #491E3B with #3B491E are triadic colors.

2 #1E493B and #493B1E with #3B491E are triadic colors.