COLOR #3B462E

HEX: #3B462E RGB: (59,70,46)

Color info

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

RGB color model

#3B462E color RGB value is (59,70,46).

RGB: (59,70,46) (23%, 27%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 46 of 255 = 18%

59
70
46

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

Portions of RGB colors in percentages

R + G + B = 59 + 70 + 46 = 175 (100%)
R 59 of 175 ~ 33.71%
G 70 of 175 ~ 40%
B 46 of 175 ~ 26.29'%

%33.71
%40
%26.29

CMYK color model

#3B462E color CMYK value is (16,0,34,73).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 72.55%

CMYK: (16,0,34,73)
C16M0Y34K73 (16%, 0%, 34%, 73%)
(0.16 / 0.00 / 0.34 / 0.73)

CMYK percentages

%15.71
%0
%34.29
%72.55

Codes

Color #3B462E in popluar color models

3B 46 2E
RGB 59 70 46
HSL 88° 20.69% 22.75%
HSB/HSV 88° 34.29% 27.45%
CMYK 15.71% 0.00% 34.29%
72.55%

Color #3B462E in popluar number systems.

HEX 3B 46 2E
Decimal 59 70 46
Binary 111011 1000110 101110
Octal 73 106 56

Shades and tints

Shades of #3B462E

#3B462E
(59,70,46)
#36402A
(54,64,42)
#313A26
(49,58,38)
#2C3422
(44,52,34)
#272E1E
(39,46,30)
#22281A
(34,40,26)
#1D2216
(29,34,22)
#181C12
(24,28,18)
#13160E
(19,22,14)
#0E100A
(14,16,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #3B462E

#3B462E
(59,70,46)
#4C5641
(76,86,65)
#5D6654
(93,102,84)
#6E7667
(110,118,103)
#7F867A
(127,134,122)
#90968D
(144,150,141)
#A1A6A0
(161,166,160)
#B2B6B3
(178,182,179)
#C3C6C6
(195,198,198)
#D4D6D9
(212,214,217)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B462E color. Also use rgb(59,70,46) instead hex code.

Text Font Color

.myTextColor { color: #3B462E; }

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

This text font color is #3B462E.

Background Color

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

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

This div background color is #3B462E.

Border color

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

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

This div border color is #3B462E.

Opacity

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

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

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

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

This text has shadow with #3B462E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B462E.

Preview

Color preview on black background

This text has color #3B462E on black background.


Color preview on white background

This text has color #3B462E on white background.


Black color preview on #3B462E background

This text has black color on #3B462E background.


White color preview on #3B462E background

This text has white color on #3B462E background.


Related colors

Complementary color

Complementary color for #hex is #C4B9D1.


I love getcolorcode.com

Triadic colors

1 #2E3B46 and #462E3B with #3B462E are triadic colors.

2 #2E463B and #463B2E with #3B462E are triadic colors.