COLOR #3B2A46

HEX: #3B2A46
RGB: (59,42,70)

Color info

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

RGB color model

#3B2A46 color RGB value is (59,42,70).

  • red value is 59;
  • green value is 42;
  • blue value is 70.
RGB:
(59,42,70)
(23%,16%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 42 of 255 = 16%
B 70 of 255 = 27%

59
42
70

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

Portions of RGB colors in percentages

R + G + B =
59 + 42 + 70 = 171 (100%)
R 59 of 171 ~ 34.5%
G 42 of 171 ~ 24.56%
B 70 of 171 ~ 40.94%

%34.5
%24.56
%40.94

CMYK color model

#3B2A46 color CMYK value is (16,40,0,73).

  • cyan value is 15.71%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(16,40,0,73)
C16M40Y0K73 
(16%,40%,0%,73%)
(0.16/0.40/0.00/0.73)	

CMYK percentages

%15.71
%40
%0
%72.55

Codes

Color #3B2A46 in popluar color models

3B2A46
RGB594270
HSL276°25.00%21.96%
HSB/HSV276°40.00%27.45%
CMYK15.71%40.00%0.00%
72.55%

Color #3B2A46 in popluar number systems.

HEX3B2A46
Decimal594270
Binary1110111010101000110
Octal7352106

Shades and tints

Shades of #3B2A46

#3B2A46
(59,42,70)
#362740
(54,39,64)
#31243A
(49,36,58)
#2C2134
(44,33,52)
#271E2E
(39,30,46)
#221B28
(34,27,40)
#1D1822
(29,24,34)
#18151C
(24,21,28)
#131216
(19,18,22)
#0E0F10
(14,15,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B2A46

#3B2A46
(59,42,70)
#4C3D56
(76,61,86)
#5D5066
(93,80,102)
#6E6376
(110,99,118)
#7F7686
(127,118,134)
#908996
(144,137,150)
#A19CA6
(161,156,166)
#B2AFB6
(178,175,182)
#C3C2C6
(195,194,198)
#D4D5D6
(212,213,214)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2A46; }

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

This text font color is #3B2A46.


Background Color

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

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

This div background color is #3B2A46.


Border color

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

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

This div border color is #3B2A46.


Opacity

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

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

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

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

This text has shadow with #3B2A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2A46 on black background.


Color preview on white background

This text has color #3B2A46 on white background.



Black color preview on #3B2A46 background

This text has black color on #3B2A46 background.


White color preview on #3B2A46 background

This text has white color on #3B2A46 background.